sgcWebSockets 2024.1

Rad Studio

[+] : Added support for Lazarus 3.0
[+] : Improved Bybit API Client, the client has been upgraded to V5 API.
[+] : Improved Demo "05.Crypto\01.CryptoAPI", it has been updated to show how the new Bybit endpoints work.
[+] : Improved Bitmex REST API Client, the method "GetInstrumentsActive" has been implemented.
[+] : Improved OpenAPI Client, new property "EncodeBodyAsUTF8", if enabled, the JSON body is encoded as UTF8 (by default false).

[*] : Fixed Bug when Compression and Fragmented messages were activated, the fragmented message was not compressed.
[*] : Fixed Bug THttpServerRequest.ConnectionId was defined as Int64 instead of HTTP_CONNECTION_ID (this raised a Range Check Error on Win64).
[*] : Fixed Bug HTTP/2 Indy Server, validating the stream identifiers must only be done in the headers or push-promise frames.
[*] : Fixed Bug HTTP/2 Indy Server, more data frames were sent than the receive windows frames allowed.
[*] : Fixed Bug Installing the Lazarus Package on Linux.
[*] : Fixed Bug AMQP Client, when closing the connection, the internal channel thread was not destroyed.
[*] : Fixed Bug Huobi Client, when notifyEvents = neNoSync, an exception EDecompressionError with message Zlib Error = -3 was raised.
[*] : Fixed Bug Memory Leak when the Indy Server was using IOCP as IOHandler.
[*] : Fixed Bug "F2084 Internal Error: C4963" compiling the package for CBuilder 2007.
[*] : Fixed Bug Lazarus, the icons components where not displayed in the IDE.

[/] : Removed the Bittrex client component. 

.NET

[+] : Added support for .NET 8.0
[+] : Added the Ping method to the WebSocket Server component.

[*] : Fixed Bug when Compression and Fragmented messages were activated, the fragmented message was not compressed.
[*] : Fixed Bug HTTP/2 Indy Server, validating the stream identifiers must only be done in the headers or push-promise frames.
[*] : Fixed Bug HTTP/2 Indy Server, more data frames were sent than the receive windows frames allowed.

[*] : Fixed Bug Memory Leak when the Indy Server was using IOCP as IOHandler. 

×
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.

HTTP/2 Server Threads
Bybit Client API V5

Related Posts