SecureBridge Releases

Released: Apr 2, 2026

Updates in V12.0.0

Features

  • Added support for RAD Studio 13 Florence Release 1.
  • Added support for the Arm64EC target platform.
  • Added support for Lazarus 4.6.
  • Added the TScSymmetricEncryptor component and demo.
  • Added support for obtaining AccessCode without login in the TScOAuth2 component.
  • Added an example of uploading and downloading large files to the WebRequest demo.
  • Added the SSL options to the TScOAuth2 component.
  • Improved the error handling in the TScOAuth2 component.
  • Improved the WebRequest and HttpServer...

Released: Oct 6, 2025

Updates in V11.0.1

Fixes

  • Fixed a bug with the exception suppression in the TScHttpWebRequest.GetResponse method.

Released: Sep 22, 2025

Updates in V11.0.0

Features

  • Added support for Embarcadero RAD Studio 13 Florence.
  • Added support for Lazarus 4.2.
  • Added the RestClient components and demo.
  • Added support for system proxy settings to the TScWebProxy and TProxyOptions classes.
  • Added a demo for the TScCMSProcessor component.
  • Improved the stability of the TScHttpWebRequest.Abort method.

Fixes

  • Fixed a memory leak in the TScHTTPServer component.
  • Fixed an issue with handling multiple cookies in TScHttpServer.
  • Fixed an issue with the TScHttpServer client...

Released: Mar 25, 2025

Updates in V10.8.0

Features

  • Added support for Embarcadero RAD Studio 12 Athens Release 3.
  • Added support for the RAD Studio 64-bit IDE.
  • Added support for Lazarus 3.8.
  • Added a demo of a fully functional implementation of a REST server and a REST client.

Fixes

  • Fixed the "TLS required, configure with AUTH first" error in FTPClient.

Released: Feb 10, 2025

Updates in V10.7.0

Features

  • Added support for the 'chacha20-poly1305' algorithm in SSH protocol.
  • Added support for 'aes128-gcm@openssh.com' and 'aes256-gcm@openssh.com' algorithms in SSH protocol.
  • Added a demo for the TScFTPClient component.
  • Added logging and management of authorization methods in the SMTPClient Demo.

Fixes

  • Fixed a bug with data loss in the TScHubConnection asynchronous event mode.
  • Fixed an error that occurred when downloading a file using TLS 1.3.
  • Fixed a bug with TCP, SSL, and SSH servers...

Released: Oct 30, 2024

Updates in V10.6.0

Features

  • Added support for Embarcadero RAD Studio 12 Athens Release 2.
  • Added support for Lazarus 3.6.
  • Added the ChangePassword method to the TScSSHClient component.
  • Added a design-time editor for the SASLMechanisms property of the TScSMTPClient component.
  • Added the REST API demo using TScHttpWebRequest component.
  • Added the TScSMTPClient component demo.

Fixes

  • Fixed the Edition field in the RAD Studio About window.
  • Fixed a bug of the TScSSHServer freezing when stopping.
  • Fixed error message for...

Released: Jul 17, 2024

Updates in V10.5.0

Features

  • Added support for Embarcadero RAD Studio 12.1.
  • Added support for Lazarus 3.2.
  • Added the TScOAuth2 component and demo.
  • Added a simple demo for the TScWebSocketClient component.
  • Added a C++Builder demo for the TScHubConnection component.

Fixes

  • Fixed the "Encrypted data is corrupt" error in the trial version.
  • Fixed a bug of freezing/crash of the TScSSHServer when closing the application.
  • Fixed a bug related to closing previous connections while connecting a new client to the TScSSHServer...

Released: Jan 25, 2024

Updates in V10.4.1

Features

  • Added support for Embarcadero RAD Studio 12.
  • Added support for Apple macOS Sonoma.
  • Added support for Apple iOS 17.
  • Added support for Android 13.
  • Added support for Lazarus 3.0 and FPC 3.2.2.
  • Added support for ChaCha20-Poly1305 cipher suites for TLS protocol.
  • Added support for simultaneous usage of public key and keyboard-interactive authentication on connecting to SSH server.
  • Added support for OAUTH2 authentication in TScSMTPClient.
  • Added support for DIGEST authentication in...

Released: Apr 5, 2023

Updates in V10.3.1

Features

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 3.
  • Added support for Apple iOS Simulator ARM 64-bit target platform.
  • Added support for Lazarus 2.2.6.
  • Added support for the 'keDHGroup16Sha512', 'keDHGroup18Sha512', and 'keDHGroup14Sha256' key exchange algorithms when using the SSH protocol.
  • Added support for the 'hmac-sha2-256-etm@openssh.com' and 'hmac-sha2-512-etm@openssh.com' HMAC algorithms when using the SSH protocol.
  • Added support for the 'PuTTY-User-Key-File-...

Released: Dec 12, 2022

Updates in V10.2.1

Features

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 2.
  • Added support for Apple iOS Simulator ARM 64-bit target platforms.
  • Added support for Lazarus 2.2.2.
  • Added support for Apple iOS 15.
  • Added support for Android 12.

Fixes

  • Fixed bug with sending an attachment in TScSMTPClient.
  • Fixed bug with uploading file by TScFTPClient when the UseCompression property is set.