Releases: nats-io/stan.java
Releases · nats-io/stan.java
2.2.3
- [Fixed] - #141 - thread leak due to null pointer
- [Fixed] - #136 - added a way to block data being stored for every ack
2.2.2
Mini-release to trigger a test of the automated release system. No code changes.
Nats Library dependency was locked.
2.2.1
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
- [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
Merge pull request #125 from nats-io/2.1.6
Updates for repo rename to stan.java
2.1.5
Updates for the nats server rename.
2.1.4
- [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
Added access to connection and event listener in factory
Reduced build requirements to make it easier to build from source
2.1.2
Merge pull request #106 from nats-io/v2.1.2
V2.1.2
2.1.1
Fixed dependencies in gradle build file