Skip to content

Releases: CaliDog/certstream-java

Little Deuce Coupe

Choose a tag to compare

@joshbooks joshbooks released this 13 Jan 18:03
027705c

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

Add support for alternate servers

Choose a tag to compare

@joshbooks joshbooks released this 04 Apr 14:48
ac82dc0

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

Decrease log spam

Choose a tag to compare

@joshbooks joshbooks released this 11 Jun 17:59
4d0111c

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

Automatically Reconnect

Choose a tag to compare

@joshbooks joshbooks released this 28 Nov 15:28

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

Update and Fix

Choose a tag to compare

@joshbooks joshbooks released this 11 Nov 02:24

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

Initial Release

Choose a tag to compare

@joshbooks joshbooks released this 02 Nov 05:43
513a883

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.