sgcWebSockets 2025.5

Rad Studio [+] : Improved WebAuthn Server: new events to handle better the Options request/response for the Registration and Authentication flows. - OnWebAuthnRegistrationOptionsRequest: allows to cancel an undesired registration request. - OnWebAuthnRegistrationOptionsResponse: allows to customize the registration options response. - OnWebAuthnAut...

Continue reading

OpenAI RealTime API

From sgcWebSockets 2025.5.0 the OpenAI RealTime API is supported (currently only transcription mode). The OpenAI Realtime API enables low-latency, multimodal interactions including speech-to-speech conversational experiences and real-time transcription. The component TsgcWSAPI_OpenAI implements the RealTime OpenAI API. Configuration Use the method ...

Continue reading

sgcWebSockets 2025.4

Rad Studio [+] : New WebAuthn Server Component: Implements the WebAuthn Server Specification, a web standard for secure, passwordless authentication. Currently in BETA. [+] : New WebAuthn Demo: Demonstrates how to register and authenticate using the TsgcWSAPIServer_WebAuthn component. Available in the folder "Demos\20.HTTP_Protocol\12.WebAuthn". [+...

Continue reading

sgcWebSockets 2025.3

Rad Studio [+] : Added Support for Rad Studio 12.3 [+] : Improved Setup, a new option "Build Rad Studio IDE Win64" allows to install the package for the 64-bit IDE, by default is disabled. [+] : Improved TsgcWebSocketClient, when using SChannel there is a new event "OnSChannelVerifyPeer" to validate manually the certificate. [+] : Improved HTTPClie...

Continue reading

HTTP/1 Client Asynchronous

By default the TsgcHTTP1client uses blocking requests, so after calling an HTTP Request method, the client waits the response from the server. From sgcWebSockets 2025.3.0 you can use Asynchronous methods to execute these HTTP Requests in a secondary thread avoiding to block the thread where the requests is called. The following asynchronous methods...

Continue reading

OpenSSL Load Additional Functions

By Default Indy defines the most common openssl functions needed to encrypt the communications, but sometimes you need more functions for encryption, signing... From sgcIndy 2025.3.0 you can use the new method IdOpenSSLSetLoadFuncsCallback to assign a callback for loading additional OpenSSL functions dynamically. IdOpenSSLSetLoadFuncsCall...

Continue reading

sgcWebSockets 2025.2

Rad Studio [+] : Improved Socket.IO Client, new property HandShakeAuthToken to set the authentication token when required. [+] : Improved Socket.IO sample, the previous online server has been closed and now has been replaced by a new one. [+] : Improved Setup, now if detects the IDE is running aborts the installation until it's closed. [+] : Improv...

Continue reading

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

Continue reading

Coinbase Advanced Trading API

From sgcWebSockets 2025.1.0 the Coinbase Advanced Trading API is supported for WebSocket and REST Interfaces. The version supported is v3. WebSocket API The WebSocket feed is publicly available and provides real-time market data updates for orders and trades. Two endpoints are supported in production: Market Data is our traditional feed that provid...

Continue reading

OpenAI Assistants Streaming

The OpenAI Assistant Client has been improved to implement the streaming responses when calling a run thread. Before this new feature, it requires to poll the run object status till it's completed. Now you can use the new Stream events to handle the streaming messages. Streaming Events Instead of waiting the full response from the assistant, y...

Continue reading