Clever Internet Suite for Delphi, C++Builder のリリース

Released: Jan 19, 2024

V11.0.941.0 での更新項目

機能

  • Added full Embarcadero RAD Studio 12 Athens support.
  • DNS over TCP has been introduced - The transport protocol can be selected automatically or manually, according to the RFC-7766 specification.
  • TLS 1.3 has been implemented - The protocol can be used for both client and server components on Windows 11 and Windows Server 2022.
  • The improved MailMessage component now allows you to specify a user-defined name for any attached file or embedded resource.
  • Added support for plain-text authorization...

Released: Apr 12, 2022

V10.2.939.0 での更新項目

機能

  • Connecting to an SFTP server has been improved by implementing the big integer algorithms using the IntXLib library.
  • The default value for the SSH packet's payload size has been reduced to 32Kb in order to support more third-party SFTP clients and servers. This parameter can be tuned using the BatchSize property of both the SFTP client and the server.
  • Improved SFTP server. The new version of this component supports more SFTP clients and implements both the client-first and the server-first...

Released: Oct 14, 2021

V10.1.936.0 での更新項目

機能

  • Added support for Embarcadero RAD Studio 11 Alexandria.
  • Added Public-Key authorization to the SFTP Server component.
  • Added OnStarting event which occurs before running the TcpServer component and allows you to refresh cached data, such as UserAccount settings.
  • The SFTP client FileExists method has been improved to support non-standard SFTP server responses.
  • The SFTP server component has been improved to support multiple subsequent authorizations while establishing a session.

不具合の修正

  • The FTP...

Released: Apr 29, 2021

V10.0 での更新項目

機能

  • Added SFTP Server component.
  • Added SFTP File Handler component which allows the SFTP server to work with files on the disk.
  • The TCP Client, TCP Server, TCP Command Client and TCP Command Server components are now available at design-time.
  • The UDP Client and UDL Server components are now available at design-time.
  • IMAP Server - Added support for partial fetch IMAP functionality.
  • XML SOAP Security - Added support for multiple Binary Security Tokens.
  • SOAP Signatures - Added new Thumbprint key...

Released: Oct 27, 2020

V9.6.925.0 での更新項目

機能

  • The SOAP c14n canonicalization now allows you to specify the InclusiveNamespaces parameters for both the message signature and XML transforms.

不具合の修正

  • Minor fixes and improvements.

Released: Aug 18, 2020

V9.6.924.0 での更新項目

機能

  • Added IPv6 support to the SOCKS5 implementation.

不具合の修正

  • SFTP Client- GetFile at a specific position didn't work properly.
  • An SSPI error occurred when closing TLS connection.
  • HTTP Client - files downloaded incorrectly in the chunked mode.
  • HTTP redirects worked incorrectly for target URLs without a protocol part.
  • SOAP Message - MTOM attachments get corrupted after extracting.

Released: Jun 4, 2020

V9.6 での更新項目

機能

  • Added support for RAD Studio 10.4 Sydney.

不具合の修正

  • HTTP Proxy fix - connection hanged on some HTTPS proxies. The issue caused hanging in the HTTP client component.
  • SFTP Client fix - component hanged when connecting to some SFTP hosts which had large data window size.

Released: Mar 10, 2020

V9.5 での更新項目

機能

  • Certificate management improvements - New functions to search certificates by issuer, serial number, and subject were implemented.
  • You can now specify a certificate serial number as a big-integer string.
  • New encryption algorithms added to the SFTP public-key authorization: aes-128-cbc, aes-192-cbc, aes-256-cbc, aes-128-ctr, aes-192-ctr, and aes-256-ctr.
  • HTTP RIO improvements - New version extracts SOAP encoding from WSDL, and there is no need to specify the document/literal encoding manually...

Released: Sep 9, 2019

V9.4 での更新項目

機能

  • Full support for RAD Studio 10.3.2 Rio.
  • New HTTP Proxy component added. The component opens an HTTP tunnel using the CONNECT method and returns a new proxied connection. You can use it together with any TCP protocol, such as FTP, SMTP, and IMAP. All Clever Internet Suite client components support the HttpProxy component. Each client provides the Proxy property, that can be used to specify an instance of the HttpProxy component. The component's interface allows you to create a proxy chain, and...

Released: Feb 4, 2019

V9.3 での更新項目

機能

  • Full RAD Studio 10.3 Rio support.
  • Added SOAP XOP messages support.
  • Added MIME Parameter Continuation and Header Encoding Extensions.
  • Rmoved IsIpV6Preferred global variable.
  • New UseIpV6 property introduced to all protocol components: HTTP, FTP, SMTP, IMAP, and etc.
  • Added new NonPersistentStream class. In addition to NullStream, this new class provides both the Seek and SetSize methods.
  • The CSP property was renamed to SecurityPackage in the protocol components: HTTP, FTP, SMTP, etc.
  • The Clever...