sgcWebSockets 2025.1

Rad Studio

[+] : Improved OpenAPI Parser, added support for multipart/form-data requests.
[+] : Improved OpenAI Assistant Demo, now can load the existing assistants created using other tools like openAI Playground.
[+] : Improved OpenAI Assistant, now supports Streaming the responses using Server-Sent events streams.
[+] : Improved OpenAI Assistant Demo, there is a new checkbox called Streaming to indicate if the response is using streaming or not.
[+] : Improved TsgcHTTP1Client, added the following events: OnSSLGetHandler and OnSSLAfterCreateHandler.
[+] : Improved OpenAPI Client, added the following events: OnSSLVerifyPeer, OnSSLGetHandler and OnSSLAfterCreateHandler.
[+] : Improved Coinbase Client, updated to support the Advanced Trade WebSocket & REST API.
[+] : Improved Crypto Demo Sample, to show the main features onf the Coinbase Client.
[*] : Improved the performance of the WebSocket Extension PerMessage-Deflate. (Thanks to Michael for the patch).

[+] : Fixed Bug MQTT Client in some cases the MQTT ACK it may not be sent.
[*] : Fixed Bug TsgcWebSocketClient when using Connect, if the ConnectTimeout was greater than zero, it may appear a conflict.
[*] : Fixed Bug OpenAPI Parser when the content of the body is "application/x-www-form-urlencoded" it was sending as json by default.
[*] : Fixed Bug OpenAPI Parser when generating the content as "application/x-www-form-urlencoded" for Dynamic Arrays.
[*] : Fixed Bug OpenAPI Parser reading class properties where the name contains characters like "[]".
[*] : Fixed Bug TsgcWSHTTP2WebBrokerBridgeServer component, when using the default content-type, the charset was removed automatically when setting the content-type.
[*] : Fixed Bug sgcWebSockets Packages from XE5 to D12 the ObjOutput and HppOutput was set to the directory ..\libDXE4 (Thanks to Robert for letting me know).
[*] : Fixed Bug HTTP/2 Client connecting using openssl 3.0 and tls 1.3.

[*] : Fixed Bug OpenSSL when setting Version TLS 1.3 and MinVersion TLS 1.2, only TLS 1.2 was available. 

.NET

[*] : Improved RequestInfo class, added BodyAsText and BodyAsBase64 to read the content of a Post Request.
[*] : Improved the performance of the WebSocket Extension PerMessage-Deflate. (Thanks to Michael for the patch).

[*] : Fixed Bug TsgcWebSocketClient when using Connect, if the ConnectTimeout was greater than zero, it may appear a conflict.
[*] : Fixed Bug HTTP/2 Client connecting using openssl 3.0 and tls 1.3.

[*] : Fixed Bug OpenSSL when setting Version TLS 1.3 and MinVersion TLS 1.2, only TLS 1.2 was available. 

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

Coinbase Advanced Trading API

Related Posts