eSeGeCe Blog
Release notes, deep dives, and tutorials for sgcWebSockets, sgcHTML, sgcOpenAPI, sgcSign, sgcBiometrics, and sgcIndy.
Release notes, deep dives, and tutorials for sgcWebSockets, sgcHTML, sgcOpenAPI, sgcSign, sgcBiometrics, and sgcIndy.

Google Cloud Platform, offered by Google, is a suite of cloud computing services that runs on the same infrastructure that Google uses internally for its end-user products, such as Google Search, Gma...

Amazon AWS provides on-demand cloud computing platforms and APIs to individuals, companies, and governments, on a metered pay-as-you-go basis. These cloud computing web services provide distributed c...

Enter your text here ... Rad Studio Here is the comprehensive list of new features and bug fixes included in this version:[+] : ZLib has been updated to 1.2.12, includes the latest security fix (*onl...

The OpenAPI Specification, previously known as the Swagger Specification, is a specification for machine-readable interface files for describing, producing, consuming, and visualizing RESTful web ser...

sgcWebSockets uses ZLib for WebSocket Compression/Decompression. Recently Zlib has released a new version with fixes the following issues:Fix a deflate bug when using the Z_FIXED strategy that can re...

From sgcWebSockets 2022.4.0 the Pusher Cache Channels are supported. Currently the following Cache channels are available:Public Cache ChannelsPrivate Cache ChannelsPresence Cache Channels Cache Chan...

Rad Studio Here is the comprehensive list of new features and bug fixes included in this version:[+] : New sgcWebSockets Package Installer, install and register sgcWebSockets Library. [+] : New IDE A...

From sgcWebSockets 2022.3.0, you can use external OAuth2 Providers to Authenticate the Requests received by your server.The OAuth2 Server Provider Component allows to integrate External OAuth2 Provid...

sgcWebSockets for Delphi or CBuilder now can be installed using a windows setup, this installer uses the fantastic Innosetup application.The installer copies the required files, build the packages, i...

From sgcWebSockets 2022.3.0, Sponsored Messages are supported. Sponsored Messages requires Telegram 1.8.0+, so the Telegram libraries have been updated to support this feature.Sponsored messages on T...

From sgcWebSockets 2022.3.0, Kucoin Futures API is supported. Kucoin is an international multi-language cryptocurrency exchange. It offers some APIs to access Kucoin data. The following APIs are supp...

From sgcWebSockets 2022.3.0, Kucoin API is supported. Currently the following APIs are implemented:WebSocket streams: allows to subscribe to some methods and get data in real-time. Events are pushed...

Rad Studio Here is the comprehensive list of new features and bug fixes included in this version:[+] : Improved Amazon AWS IoT Client, SignatureV4 has a new property "OpenSSL_Options" which allows to...

Rad Studio Here is the comprehensive list of new features and bug fixes included in this version:[+] : New Component TsgcWSPClient_AMQP, implements AMQP 0.9.1 protocol. [+] : New Demo AMQP which show...

From sgcWebSockets 2022.1, the Binance.us Servers are supported by our Binance API Client. The following APIs are supported:WebSocket streams: allows to subscribe to some methods and get data in real...

From sgcWebSockets 2022.1, the Bitmex REST API is supported, this means that now you can place orders, cancel existing orders, get executions, position... and much more. Place Orders The Bitmex REST...

AMQP allows to receive the messages in 2 modes:Request by Client: using the GetMessage method. If there aren't messages in the queue, the event OnAMQPBasicGetEmpty will be called.Pushed by Server: us...

The method PublishMessages is used to send a message to the AMQP server.AMQP Servers automatically bind the queues to "direct" exchange using the queue name as routing key. This allows to send a mess...

From sgcWebSockets 2022.1 AMQP 0.9.1 protocol is supported. The Advanced Message Queuing Protocol (AMQP) is an open standard application layer protocol for message-oriented middleware. The defining f...

If you get the error code 406 "UPDATE_APP_TO_LOGIN", means that the TDLib version is outdated and must be updated to latest 1.7.9 version, the reason is that Telegram has migrate to 64-Bit identifier...

From sgcWebSockets 2022.1 the Telegram Client component is able to request the user the Phone Number or the location when has login as a bot.Find below an example code in Delphi, CBuilder and .NET De...

From sgcWebSockets 2022.1, the sgcWebSockets Pusher client allows to implement your own custom authentication.Pusher only allow subscribe to private or presence channels, if the connection provides a...

Rad Studio Here is the comprehensive list of new features and bug fixes included in sgcWebSockets 4.5.4: [+] : Improved TLSOptions.Version property, now if the value is tlsUndefined (the default), th...

From sgcWebSockets .NET 4.5.4, MacOS 64 bits is supported, so now you can compile Visual Studio Mac Applications for Mac OS 64 bits.The components supported by MacOS are the same that for Windows, so...