Chilkat v11.6.0 / v11.6.1 Release Notes
See Release Notes for Versions 11.6.0 and 11.6.1
See Release Notes for Versions 11.6.0 and 11.6.1
✨ New Features HttpCurl A new Chilkat class has been added: HttpCurl The Chilkat.HttpCurl class executes curl commands and can automatically resolve dependent values needed by a request. Variables such as {{access_token}}, {{site_id}}, or {{drive_id}} may appear in URLs, headers, query parameters, or request bodies. If a variable is not yet known, HttpCurl builds […]
✨ New Features Js A new Chilkat class has been added: Js is a minimal, standards-compliant JavaScript engine designed to embed JavaScript inside applications with very small footprint and fast startup. It executes JavaScript code inside an application without requiring a browser or large runtime. See About the Chilkat.Js JavaScript Engine Ai Provider — […]
A bug affecting the .NET (C# and VB.NET) implementations of the Chilkat.Xml.Search* methods was introduced in v9.4.1. The problem has to do with passing a null (in C#) or Nothing (in VB.NET) for the first argument in the Chilkat.Xml.Search* methods. Passing a null should be a valid and common practice — it means to begin […]
Search for “chilkat” in the NuGet repository. Choose “chilkat-x64” if targeting x64 or “Any CPU” on a 64-bit computer. Choose “chilkat-win32” if targeting x86 or “Any CPU” on a 32-bit computer. An “incorrect format” error indicates the wrong choice was made.
Announcement: The release of Chilkat v9.4.1 has begun and will be ongoing for the next week. The Chilkat .NET assemblies for the 2.0/3.5, 4.0, and 4.5 Frameworks have been released and are now available. The release will continue over the next week until all supported programming languages, operating systems, architectures, etc. have been released. Release […]
The SshKey.FromRfc4716PublicKey tried to validate the public key as if it were a private key, and this failed. This is fixed.
Fixed HTTP multipart/form-data problem when the HttpRequest charset is utf-8 and the request params include non-English chars.
The SFTP IsConnected property did not report that the connection was lost if the machine’s Internet connection is disconnected.
Fixed IPV6 accept connection problem.
Fixed HTML-to-XML/Text regarding SPAN tags and maintaining SPACE chars before and after the SPAN tags.
Fixed Imap.SetFlag so that it returns a failed status if the IMAP server response is something other than “OK”.
Added Imap.SendRawCommandB method. It is the same as SendRawCommand but returns bytes instead of a string. Also fixed Imap.FetchAttachment so that it adheres to the PeekMode property.