Clever Internet .NET Suite (英語版) のリリース

Released: Jan 19, 2024

V11.0.951.0 での更新項目

機能

  • The improved MailMessage component now allows you to specify a user-defined name for any attached file or embedded resource.
  • The Imap4Server component has been optimized - The updated GetMessages event args allow you to filter the returned message set and do not collect all mailbox messages when handling IMAP4 commands.
  • Added full Microsoft Visual Studio 2022 support.

不具合の修正

  • MIME header encoding has been fixed for Quoted-Printable and RFC-2047 fields.

Released: Apr 12, 2022

V10.2.948.0 での更新項目

機能

  • 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 approaches when starting a SSH session.
  • Added certificate chain validation timeout and options to ignore revocation...

Released: Oct 14, 2021

V10.1.943.0 での更新項目

機能

  • Added a new SFTP Server component.
  • Added a new SFTP File Handler component for C# and VB.NET which allows the SFTP server to handle files on the disk.
  • The TCP Client, TCP Server, TCP Command Client, and TCP Command Server components are now available in the Microsoft Visual Studio Toolbox.
  • Both UDP Client and UDP Server components are now available in Toolbox.
  • Added Public-Key authorization to the SFTP Server component.
  • The following classes have been renamed in order to clean up and simplify...

Released: Oct 27, 2020

V9.6.930.0 での更新項目

不具合の修正

  • Minor fixes and improvements.

Released: Aug 18, 2020

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

Released: Jun 4, 2020

V9.6 での更新項目

不具合の修正

  • 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 での更新項目

機能

  • Added support for .NET Core and Visual Studio 2019.
  • Added new HTTP Proxy component. 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...

Released: Feb 4, 2019

V9.3 での更新項目

機能

  • Added .NET Core support. The Clever Internet .NET Suite library can be used in .NET Core-based projects. The library is built using .NET Framework 4. Starting with .NET Standard 2.0, .NET Framework compatibility mode was introduced. This compatibility mode allows .NET Standard and .NET Core projects to reference .NET Framework libraries.
  • Added MIME Parameter Continuation and Header Encoding Extensions
  • Removed IsIpV6Preferred global variable.
  • Added new UseIpV6 property to all protocol...

Released: Oct 11, 2018

V9.2 での更新項目

機能

  • SFTP - Added strong cryptographic algorithms.
  • Get ready for TLS 1.3 - Components will use the new protocol after official release.
  • Added the ability to provide root certificates for SSL/TLS connections.
  • Added an option to use only strong cryptographic algorithms.
  • CertificateStore - Added the ability to load the certificate chain for a given certificate.
  • Added HTTP PATCH command.
  • SMIME - Added new strong encryption and signature algorithms.
  • SMIME - New Config property allows you to change...