Releases: nats-io/stan.java
Releases · nats-io/stan.java
2.2.3
26 Sep 18:08
Compare
Sorry, something went wrong.
No results found
[Fixed] - #141 - thread leak due to null pointer
[Fixed] - #136 - added a way to block data being stored for every ack
2.2.2
03 Sep 21:34
Compare
Sorry, something went wrong.
No results found
Mini-release to trigger a test of the automated release system. No code changes.
Nats Library dependency was locked.
2.2.1
21 Aug 18:49
Compare
Sorry, something went wrong.
No results found
Minor build fixes to make it easier to build (no signing requirement) and updated gradlew to work with Java 11. Also added openjdk11 to the travis build.
2.2.0
14 Aug 18:25
Compare
Sorry, something went wrong.
No results found
[Changed] - don't spin up message dispatcher unless needed, saving a few threads when custom dispatchers are used
[Changed] - Updated version of protobuf and nats.java libraries
[Deprecated] - ConnectionFactory property accessors are deprecated in favor of using an Options.Builder directly.
[Fixed] - #129 - sync publish wasn't sync
[Added] - #130 - support for ConnectionLostHandler, pings to server to identify dropped connections
[Added] - #132 - option for connect time tracing
[Added] - #132 - version of ack handler that gets message contents
2.1.6
10 May 23:02
Compare
Sorry, something went wrong.
No results found
Merge pull request #125 from nats-io/2.1.6
Updates for repo rename to stan.java
2.1.5
10 May 18:26
Compare
Sorry, something went wrong.
No results found
Updates for the nats server rename.
2.1.4
09 Apr 20:57
Compare
Sorry, something went wrong.
No results found
[Fixed] - #121 - Set protobuf dependency to 3.6.1 to avoid breaking version.
[Fixed] - #119 - Fixed issue with client ids in stan bench when multiple subscribers are used.
[Fixed] - #95 - Made ack inbox publicly available on subscriber.
2.1.3
04 Jan 18:06
Compare
Sorry, something went wrong.
No results found
Added access to connection and event listener in factory
Reduced build requirements to make it easier to build from source
2.1.2
22 Oct 15:42
Compare
Sorry, something went wrong.
No results found
Merge pull request #106 from nats-io/v2.1.2
V2.1.2
2.1.1
19 Sep 22:40
Compare
Sorry, something went wrong.
No results found
Fixed dependencies in gradle build file