Skip to content

Releases: TheEpicBlock/java-sse-client

0.4.0

Choose a tag to compare

@TheEpicBlock TheEpicBlock released this 02 Aug 19:21
4d8394b
  • Fixed issue where the client would never attempt any reconnects if the first one fails without making any connection
  • The retry count is now part of the retry info

0.3.1

Choose a tag to compare

@TheEpicBlock TheEpicBlock released this 14 Mar 22:53
94e26cd

Fixes issues with testing and pom

0.3.0

Choose a tag to compare

@TheEpicBlock TheEpicBlock released this 14 Mar 22:33
cf87134

Fixes issue with api design causing you to be unable to set fields on superclasses, as connect was called before you'd be able to set them.
This is a breaking change. You now need to call connect inside your constructor

0.2.0

Choose a tag to compare

@TheEpicBlock TheEpicBlock released this 13 Feb 23:32
4c0516d

Allows closing the client

0.1.0

Choose a tag to compare

@TheEpicBlock TheEpicBlock released this 13 Feb 15:44
47115b1

Initial release