The current latest stable version release notes: Chilkat v9.5.0.78 Release Notes
Chilkat v9.5.0.79 pre-Release Notes
- 21-May-2019 HttpResponse: (fixed) The FullMime property did not return the full MIME of the HTTP response. Instead, it returned the BodyStr.
- 27-May-2019: SFtp, Ssh: Added the LastJsonData method. This provides the ability to get additional information for some method calls. For example, after calling Connect the LastJsonData will list the algorithms used to establish the SSH connection. Also, authentication failure reason information is available for each of the Authenticate* methods.
- 27-May-2019: Mailman: Fixed duplicate response lines from appearing in the Pop3SessionLog.
- 27-May-2019: Mailman: Updated the Pop3SendRawCommand method to properly retrieve multiline responses such as CAPA or UIDL.
- 30-May-2019: Rest: Fixed: ReadRespBodyStream immediately failed if the download was larger than 4GB.