Skip to content

Releases: nats-io/nats.java

2.4.1

08 Jan 17:38
b49a4ac
Compare
Choose a tag to compare

Fixed private packages for ed25519

v2.4.0

18 Dec 01:17
952ba97
Compare
Choose a tag to compare
  • [ADDED] - support for JWT-based authentication and NGS
  • [FIXED] - issue with norandomize server connect order, it was broken at some point
  • [FIXED] ##199 - import of a private package
  • [FIXED] #195 - issue with "discovered" servers not having a protocol but we tried to parse as uri
  • [FIXED] #186, #191 - sneaky issue with connection reader not reseting state on reconnect
  • [ADDED] #192 - option to set inbox prefix, default remains the same
  • [FIXED] #196 - updated all the versions i could find, and added note in gradle file about them

2.3.0

18 Nov 20:20
f49af69
Compare
Choose a tag to compare
Merge pull request #189 from nats-io/2.3.0

2.3.0

v2.2.0

01 Nov 22:17
6c5aca7
Compare
Choose a tag to compare

Support for NKeys and challenge-response authentication.

2.1.2

22 Oct 15:30
ced0af2
Compare
Choose a tag to compare
Merge pull request #185 from nats-io/v2.1.2

V2.1.2

2.1.1

19 Sep 22:21
061d76b
Compare
Choose a tag to compare

[FIXED] Issue with version in Nats.java, also updated deploying.md with checklist
[FIXED] Fixed issue during reconnect where buffered messages blocked protocol messages

2.1.0

07 Sep 18:15
64ebc2a
Compare
Choose a tag to compare

[ADDED] Support for consumer or connection drain. (New API lead to version bump.)
[FIXED] Fixed an issue with null pointer when ping/pong and reconnect interacted poorly.

2.0.2

13 Aug 03:52
Compare
Choose a tag to compare
  • [FIXED] In a cluster situation the library wasn't using each server's auth info if it was in the URI.

2.0.1

26 Jul 21:20
Compare
Choose a tag to compare

Fixed several issues in 2.0.0 including OSGI support. Implemented support for noecho from the server and added a convenience call to get the last server error.

2.0.0

17 Jul 01:07
Compare
Choose a tag to compare

Initial release of version 2.0.0. This version is a ground up rewrite to address thread usage, remove external dependencies, improve stability and performance.