Chilkat v11.3.0 Release Notes

Pinned December 16, 2025

  The main features of this release focus on Chilkat’s Ai class, enabling interactive AI response streaming directly into embedded desktop application browsers. It supports Azure, custom base URLs for OpenAI-compatible providers, and local providers like Ollama. ✨ New Features Ai Real-Time Streaming AI Responses to Embedded Browsers in Desktop Apps — Stream AI responses […]

Chilkat v11.2.0 Release Notes

Pinned November 3, 2025

Previous Version: Chilkat v11.1.0 Release Notes The main addition in v11.2.0 is the Chilkat.Ai class, and the Chilkat.StringBuilder.MarkdownToHtml method. Ai: The Chilkat AI class provides a unified API for interacting with different AI providers: OpenAI, Google, Claude, xAI, Perplexity, and DeepSeek. It provides functionality for conversation management, multimodal inputs, and streaming mode. Markdown to HTML […]

Semantic Versioning Starting with Chilkat 10.0.0

Pinned September 26, 2024

Starting with the v10.0.0 release (end of September 2024), Chilkat moves to standard semantic versioning.   Prior to this release, for various technical reasons, Chilkat was stuck with versions 9.5.0.xx, where only xx changed. For this first leap to semantic versioning, where the major version changes to 10 (from 9), there are no backward incompatible changes.  […]

Chilkat v11.1.0 Release Notes

July 31, 2025 in release notes

Next Version: Chilkat v11.2.0 Release Notes Previous Version: Chilkat v11.0.0 Release Notes Regular Expressions: Added PCRE2 (Perl Compatible Regular Expressions, version 2) regular expression capabilities to the StringBuilder class in the RegexMatch and RegexReplace methods.This is the first time Chilkat is utilizing third-party open-source software by incorporating PCRE2, which can be found at https://github.com/PCRE2Project/pcre2. Due […]

Chilkat v11.0.0 ActiveX Object Creation

May 13, 2025 in ActiveX Registration

Starting in Chilkat v11.0.0, applications using CreateObject (or similar) should pass an identifier beginning with “Chilkat.”.   If your application uses “Chilkat_9_5_0.”, then strings must be updated to use “Chilkat.”.  For example: The reference documentation web page for each Chilkat ActiveX object shows the object creation statements for various programming languages.  For example: (ASP) set obj […]

Chilkat v11.0.0 Release Notes

April 30, 2025 in release notes

Next Version: Chilkat v11.1.0 Release Notes Previous Version: Chilkat v10.1.3 Release Notes Backward Compatibility: This is a major version release that includes some backward incompatible changes. The web pages at Chilkat v11.0.0 Backward Incompatible Changes provide details. New Methods and Properties: There are a many new methods and properties that have been added. Almost all […]

Chilkat v10.1.3 Release Notes

February 28, 2025 in release notes

Next Version: Chilkat v11.0.0 Release Notes Previous Version: Chilkat v10.1.2 Release Notes This minor release was made shortly after v10.1.2, mainly to fix the Email FROM header bug introduced in v10.1.2. Socket: Added the GetAdaptersAddresses method to get the local LAN IP address and MAC address for each network adapter. Email: Fixed a problem relating […]

Chilkat v10.1.2 Release Notes

January 28, 2025 in release notes

Next Version: Chilkat v10.1.3 Release Notes Previous Version: Chilkat v10.1.0 Release Notes XmlDSigGen: In v10.0.0 Chilkat started automatically using and fixing for SigningCertificateV2 for cases where the xmlns:xades=”http://uri.etsi.org/01903/v1.3.2#” (and also v1.4.1 and v1.4.2), which is technically correct. However many govt validators, specifically Poland, Saudia Arabia, and others, reject XML signatures using SigningCertificateV2. Chilkat backed out […]

Chilkat v10.1.0 / v10.1.1 Release Notes

December 21, 2024 in release notes

Next Version: Chilkat v10.1.2 Release Notes Previous Version: Chilkat v10.0.0 Release Notes Prepare for Future Major Version Releases Global.DefaultUtf8: For programming languages where strings are null-terminated byte sequences (e.g., C, C++, Perl, Python 2.*, PHP, Ruby), set the Global.DefaultUtf8 property to true or false at the start of your application, ideally when calling UnlockBundle. The […]

Chilkat Secrets Class added in Version 10.1.0

December 13, 2024 in Secrets

Introduced in version 10.1.0, the Chilkat Secrets class enables managing secrets like passwords and OAuth2 tokens locally (on Windows and MacOS/iOS) and across various cloud platforms. It offers a unified API for seamless secret storage and supports the following standard operations: Create/Update a Secret List Secrets Delete a Secret Get a Secret’s Value Secrets can […]