Chilkat v9.5.0.71 Release Notes

The v9.5.0.70 release notes are available here: Chilkat v9.5.0.70 Release Notes v9.5.0.71 Release Notes: FileAccess Added the GetFileTime method to get the last-modified, created, or last-access file date/time. Email Automatically fixes FROM email addresses to prevent email spoofing as described at https://www.mailsploit.com/index FileAcccess If FileSize() returns -1 (failed), then the LastMethodSuccess property was not properly set. (The LastMethodSuccess is a […]

Chilkat v9.5.0.70 Release Notes

The v9.5.0.69 release notes are available here: Chilkat v9.5.0.69 Release Notes v9.5.0.70 Release Notes: WebSocket Added the WebSocket class. FTP2 The LargeFileMeasures property now applies to uploads. (It originally applied only to FTP downloads.) FTP2 For synchronization uploads, such as for the SyncRemoteTree method, the AutoGetSizeForProgress property now applies. The local directory tree is only scanned to determine the total […]

Chilkat v9.5.0.69 Release Notes

The v9.5.0.68 release notes are available here: Chilkat v9.5.0.68 Release Notes v9.5.0.69 Release Notes: XML Digital Signatures Chilkat introduces two new classes for creating and verifying XML Digital Signatures: XmlDSig (for verification) and XmlDSigGen for generating XML signatures. More examples will be available soon. S/MIME The ability to get the digest and encryption algorithms encountered when verifying signatures and decrypting […]

Chilkat v9.5.0.68 Release Notes

The v9.5.0.67 release notes are available here:  Chilkat v9.5.0.67 Release Notes v9.5.0.68 Release Notes: Version 9.5.0.68 is virtually the same as 9.5.0.67, but with one important bug fix in the JsonOjbect.UpdateString method that warranted a new release.  Some additional methods were added to JsonObject and Http to help in handling potentially large amounts of data. JsonObject.UpdateString — The passed-in string […]

Chilkat v9.5.0.67 Release Notes

The v9.5.0.66 release notes are available here:  Chilkat v9.5.0.66 Release Notes v9.5.0.67 Release Notes: HTTP: Fixed a problem when auto-following redirects from HTTP to HTTPS.  If the cached connection existed for long enough, and the server closed the connection at some previous point, then the redirect would fail. SFtp: Added the FileExists method. HTTP: Fixed redirects requiring an authentication header.  […]

Chilkat v9.5.0.66 Release Notes

The v9.5.0.65 release notes are available here:  Chilkat v9.5.0.65 Release Notes v9.5.0.66 Release Notes: Added the Jwe and Jws classes for JSON Web Encryption and JSON Web Signatures. The CkDateTime.SetFromOleDate method was not working correctly.  It has been fixed, and the fix will appear in the next version to be released after v9.5.0.65. The CkDateTime.GetAsIso8601 interpreted the “bLocal” argument as […]

v9.5.0.65 Release Notes

SshTunnel – Significantly improved the background tunnel management threads. JsonArray.TypeAt – Discovered that this method erroneously always returns the value 4.  This is fixed. JsonObject – Added new methods: UpdateNumber, UpdateNull Bug Fix: .NET Async Methods that pass in Byte Arrays  There was a memory leak specific to async .NET methods that pass in byte arrays.  See Byte Array Memory […]

v9.5.0.64 Release Notes

Starting now, Chilkat is going to log the changes, fixes, and new features for the next release as the work is completed.  Pre-release  builds can be requested for most programming languages and operating systems.  Many builds are quick and easy to provide: .NET, ActiveX, C++, Java, Perl, Python, PHP, and others.  Some however, are time-consuming and a request for one […]

v9.5.0.63 Release Notes

Version 9.5.0.63 is a new version that almost immediately follows v9.5.0.62.   It will only be released for a few programming languages (ActiveX, .NET, Delphi, and Excel).   Chilkat will provide this release in other programming languages / operating system upon request. The reason for releasing is that Chilkat wishes to create Quickbooks REST API examples, and it was discovered that the […]

v9.5.0.62 Release Notes

Added StringTable class.  The StringTable class differs from the StringArray class in that it’s intended to hold a table of strings that is mostly read-only.  The internal storage of all the strings is in a single contiguous block of memory for efficient (minimized) memory storage. Expanded the BinData class by adding new methods and making it available in all programming […]