Skip to content

Releases: CaliDog/certstream-java

Little Deuce Coupe

13 Jan 18:03
027705c
Compare
Choose a tag to compare

Include fix for deserialization error when "extensions" contains "extra" field

Add support for alternate servers

04 Apr 14:48
ac82dc0
Compare
Choose a tag to compare

Add support for alternate certstream servers to help a certain contributor out with a thesis project.

Decrease log spam

11 Jun 17:59
4d0111c
Compare
Choose a tag to compare

Move onClose log statement to debug, since that's how it would be used and remove the additional output to stdout

Automatically Reconnect

28 Nov 15:28
Compare
Choose a tag to compare

Handle automatic reconnection upon websocket onClose when the status code indicates a known recoverable issue

Update and Fix

11 Nov 02:24
Compare
Choose a tag to compare

Update the structure of the CertStreamCertificate to expose new Certifiate goodness and expose the fixes from the fantastic @steely-glint

Initial Release

02 Nov 05:43
513a883
Compare
Choose a tag to compare

A java implementation of a websocket client for the CertStream service. I tried to write an interface that I would want to use. I would just want to write a lambda and be done with it. I have noticed in testing this that the websocket has a tendency to disconnect on flaky internet connections.