Releases: akacdev/Certstream
Releases · akacdev/Certstream
v2.0.1
v2.0.0
Version 2.0.0
Major refactoring nad optimizations thanks to contributions by @tinohager.
In order to migrate to the new version, you will need to rename your method calls to include the "Async" suffix and use HostnameReceived
instead of HostnameSpotted
.
v1.2.2
Version 1.2.2
A bug has been fixed to increase the stability of message received handlers.
v1.2.1
Version 1.2.1
CertIndex
uses a long instead of an int to allow for larger certificate index values.
v1.2.0
Version 1.2.0
Code refactoring and general library maintenance. Implementation is affected due to a modified parameter order.