Skip to content

Releases: nats-io/nats.java

2.16.5 Pending Limits, Auth Required Flag, Misc

25 Nov 21:44
766759a

Choose a tag to compare

Core

  • increase default max (pending) messages, ability to set pending limits in subscribe options #799 @scottf
  • better setup of pending limits #804 @scottf
  • ignore auth required flag from server when building connection string #807 @scottf @ColinSullivan1

Etc. Tests / Docs / Examples

2.16.4 KV Mirror Support + misc

08 Nov 19:59
d6bd62a

Choose a tag to compare

Key Value (KV)

JetStream

Core

Misc

2.16.3 Regression Issue Against v2.8.x servers

27 Oct 12:22
4dbb180

Choose a tag to compare

JetStream

  • changed handling of missing offset for paged #782 @scottf

2.16.2 Tuning and Docs

26 Oct 19:12
6ebca4a

Choose a tag to compare

Core

Misc

2.16.1 Tuning for OS / KV, Stream and Consumer improvements

08 Oct 15:02
ea3c532

Choose a tag to compare

Core

JetStream

KV or OS

Examples

  • Example to show handling pub acks in a separate thread than the publish. #748 @scottf

2.16.0 Retroactive minor bump and v2.9.0 consumer create opt out

19 Sep 17:28
716e64f

Choose a tag to compare

General

Retroactive minor bump for Server V2.9.0 features and experimental object store api.

JetStream

  • Ability to opt-out of using Server v2.9.0 consumer create api #728 @scottf

2.15.7 Support Server v2.9.0 and Object Store Experimental

15 Sep 16:00
1a5fd94

Choose a tag to compare

IMPORTANT

This release uses a new consumer create API when interacting with nats-server version 2.9.0 or higher. This changes the subjects used by the client to create consumers, which might in some cases require changes in access and import/export configuration.

JetStream / Management

Key Value

  • Fix bug to return null instead of entry on get of deleted or purged key #700 @scottf
  • Allow direct configuration for KV #718 #724 @scottf

Object Store

Core

2.15.6 new Consumer configuration fields

29 Jul 14:33
b31840d

Choose a tag to compare

Core

JetStream

Misc

  • Change example to have more flexibility on message size #690 @scottf

2.15.5 re-release 2.15.4

04 Jul 18:32
c41d960

Choose a tag to compare

Core

  • Accept encoded connection urls #674 @scottf
  • Only track duplicate responses when advanced tracking is on #659 @scottf

JetStream

  • revert ConsumerConfiguration changes where some fields were downgraded #685 @scottf
  • consumer info change to sequence_info from sequence_pair #679 @scottf
  • consumer filter subject is now modifiable #676 @scottf
  • handle updated account stats #668 @scottf
  • Ability to create an External object #661 @scottf

KV

Experimental

Tests

Misc

2.15.4 fixes, enhancements and experimental

03 Jul 22:31
c725606

Choose a tag to compare

Core

  • Accept encoded connection urls #674 @scottf
  • Only track duplicate responses when advanced tracking is on #659 @scottf

JetStream

KV

Experimental

Tests

Misc