sgcWebSockets 2022.3.0

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 AddOn, allows to automatically login from Rad Studio IDE and access to private downloads, support, forum... and more.
[+] : New Component OAuth2 Server Provider, allows to integrate external OAuth2 Providers like Azure AD, Google, Facebook... so the user can login using Azure Credentials to your Server.
[+] : New Component TsgcWSAPI_Kucoin, Kucoin client component to Trade and Get updates of Stock markets. Supports:
- WebSocket Public and Private Channels.
- REST Public and Private Endpoints.
[+] : New Component TsgcWSAPI_Kucoin_Futures, Kucoin client component to Trade and Get updates of Futures markets. Supports:
- WebSocket Public and Private Channels.
- REST Public and Private Endpoints.
[+] : Improved Telegram API, updated to 1.8.1 version.
[+] : Improved Telegram API, added support for Sponsored Messages. New method "getChatSponsoredMessage" to retrieve sponsored messages, the messages will be notified "OnMessageSponsored" event.
[+] : Improved Telegram API, from 1.7.0 the sender_user_id is zero, there are 2 new objects to read the sender of the message: SenderChat and SenderUser.
[+] : Improved Telegram API, new method SendInvoiceMessage allows bots to send invoice messages.
[+] : Improved IoT Clients (Amazon and Azure), new method Disconnect to close and wait till the connection is closed.
[+] : Improved FTX Client, now supports FTX.us broker.

[*] : Fixed Bug HTTP/2 Client, running on Linux64 the error "ALPN h2 is not supported" was raised.
[*] : Fixed Compiling runtime packages for Linux64. (Thanks to Kick to let me know).
[*] : Fixed Azure IoT Client, range check error when decoding Secret Key.
[*] : Fixed Bug IoT Client, if the client is destroyed while there is a connection active, it may lock the thread till the connection is closed automatically.
[*] : Fixed Bug WebSocketClient, when DEBUG was enabled, the thread which started the connection was renamed instead of the internal thread. (Thanks to Ulrik to let me know).
[*] : Fixed Bug WAMP Client, if several messages were received/sent the message may become corrupted in some cases.
[*] : Fixed Bug Sending HTTP/2 Response from server, the content was empty.

.NET 

[+] : Improved Telegram API, updated to 1.8.1 version.
[+] : Improved Telegram API, added support for Sponsored Messages. New method "getChatSponsoredMessage" to retrieve sponsored messages, the messages will be notified "OnMessageSponsored" event.
[+] : Improved Telegram API, from 1.7.0 the sender_user_id is zero, there are 2 new objects to read the sender of the message: SenderChat and SenderUser.
[+] : Improved Telegram API, new method SendInvoiceMessage allows bots to send invoice messages.

[*] : Fixed Bug Sending HTTP/2 Response from server, the content was empty.

×
Stay Informed

When you subscribe to the blog, we will send you an e-mail when there are new updates on the site so you wouldn't miss them.

Pusher Cache Channels
Authorization using External OAuth2 Providers

Related Posts