Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Releases: nats-io/stan.java

2.2.3

26 Sep 18:08
8139342

Choose a tag to compare

  • [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

Choose a tag to compare

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

Choose a tag to compare

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
d0e2888

Choose a tag to compare

  • [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
ffd9039

Choose a tag to compare

Merge pull request #125 from nats-io/2.1.6

Updates for repo rename to stan.java

2.1.5

10 May 18:26
fb8d380

Choose a tag to compare

Updates for the nats server rename.

2.1.4

09 Apr 20:57
72f964e

Choose a tag to compare

  • [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
8c7793e

Choose a tag to compare

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
9450d31

Choose a tag to compare

Merge pull request #106 from nats-io/v2.1.2

V2.1.2

2.1.1

19 Sep 22:40
7ef6d7a

Choose a tag to compare

Fixed dependencies in gradle build file