AMQP 1 Client Delphi Update

The AMQP 1.0 protocol implementation in sgcWebSockets has undergone a comprehensive review against theOASIS AMQP 1.0 specification.This article documents the 30 fixes applied across 8 source files, covering critical bugs, memory leaks,specification compliance, state machine correctness, heartbeat handling, and thread safety improvements. Table of C...

Continue reading

AMQP 0.9.1 Delphi Client Update

The AMQP 0-9-1 implementation in sgcWebSockets has received a comprehensive update: 11 bug fixes coveringcritical parameter ordering, type mismatches, thread safety, and data loss issues, plus 6 new protocol featuresincluding Basic.Nack, Exchange-to-Exchange bindings, Publisher Confirms, Connection.Blocked/Unblockednotifications, and Connection.Upd...

Continue reading

New Binance API Methods in sgcWebSockets

The sgcWebSockets library continues to expand its Binance integration with a significant batch of new methodscovering the Spot REST API, Futures REST API, and WebSocket streams. This article provides a technical breakdownof each new method, its parameters, and practical Delphi code examples to get you up and running quickly. Table of Contents New S...

Continue reading

OpenAI Delphi Client Update

sgcWebSockets 2026.4.0 introduces a major expansion of the OpenAI API integration, bringing full support forthe new Responses API (the official replacement for the deprecated Assistants API), Audio Speech text-to-speech,Fine-Tuning Jobs management, the Batch API for asynchronous bulk processing, the Uploads API for large filehandling, and modernize...

Continue reading

sgcWebSockets 2026.2

Rad Studio [+] : Improved OpenAPI Parser: Now allows converting OpenAPI files to Pascal using the command line. [+] : Improved OpenAPI Parser: The executable is now compiled for Win32 and Win64. A new folder, "bin64", has been added for the 64-bit version. [+] : New OpenAPI Library: sgcOpenAPI.dll allows you to call the OpenAPI parser from a DLL. [...

Continue reading

E2EE (End-To-End Encryption) Groups for Delphi

Starting with eSeGeCe All-Access 2026.2.0, the TsgcWSPClient_E2EE protocol extends end-to-end encryption beyond direct peer-to-peer chat and adds first-class support for encrypted group traffic. The important part is that the server still behaves as a relay and coordinator only: payloads stay encrypted from sender to recipients and plaintext never ...

Continue reading

sgcWebSockets 2025.10

Rad Studio [+] : New Component TsgcWSAPIClient_MCP implements the MCP Cilent specification. [+] : New Demo MCP Client showing the main features of the MCP Client, can be found in the folder "Demos\15.AI\03.MCP\02.MCP_Client". [+] : Improved MCP Server: now supports Streamable HTTP. [+] : Improved MCP Server: now supports Authentication using Custom...

Continue reading

Building Crypto Apps with the Binance Component

The TsgcWSAPI_Binance component was designed to let Delphi teams ship Binance-enabled experiences fast: from launching customer-facing trading desks to embedding market data widgets inside your financial dashboards. This guide explains how to configure the component, highlights concrete commercial opportunities, and walks through key technical patt...

Continue reading

Telegram Delphi Client

The sgcTelegram component family blends the power of the official Telegram Database Library with the rapid productivity of Delphi. This article describes how to configure and embed the component in your applications, showcases commercial use cases, and highlights why it is a strategic asset for your communication workflows. Why Choose sgcTelegram f...

Continue reading

Whatsapp Delphi Component

The sgcWebSockets WhatsApp component empowers Delphi teams to deliver instant, personalized conversations at scale. Whether you build CRM integrations, help-desk portals or transactional notification services, the component provides a secure, resilient and fully supported bridge to WhatsApp Business messaging. This article combines the commercial v...

Continue reading