Skip to content

Releases: akacdev/Certstream

v2.0.1

24 Aug 19:23
9d44515
Compare
Choose a tag to compare

Version 2.0.1

Enables parsing of unix time values from the JSON object as DateTimeOffset.

v2.0.0

24 Aug 18:41
b008c83
Compare
Choose a tag to compare

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.

Closes #5, #7

v1.2.2

20 Aug 22:02
29658c5
Compare
Choose a tag to compare

Version 1.2.2

A bug has been fixed to increase the stability of message received handlers.

v1.2.1

20 Aug 15:37
84690c6
Compare
Choose a tag to compare

Version 1.2.1

CertIndex uses a long instead of an int to allow for larger certificate index values.

v1.2.0

24 Nov 20:50
Compare
Choose a tag to compare

Version 1.2.0

Code refactoring and general library maintenance. Implementation is affected due to a modified parameter order.