Skip to content

Releases: nats-io/nats.java

2.16.11 Testing and minor fixes

04 May 10:34
b452b42
Compare
Choose a tag to compare

Core

JetStream

  • better pull error message and async tests #888 @scottf
  • better handle pull status message comes from a previous pull #899 @scottf

Misc / Test

  • Test Improvements #886 @scottf
  • Test tuning #889 @scottf
  • Server regression issue was fixed, setting test back #890 @scottf
  • test harness - more flexible way to wait for errors/exceptions #894 @scottf
  • flappers - trying more time #895 @scottf
  • Update plugin repository to refer to existing services after Bintray shutdown #897 @cpiotr

2.16.10 Pull improvements and simplification

10 Apr 18:21
463a167
Compare
Choose a tag to compare

JetStream

Core

  • fix rehost #874 @scottf
  • Options Builder constructor that takes existing Options #875 @scottf
  • StreamConfiguration and ConsumerConfiguration metadata support #877 @scottf

Misc / Test

2.16.9 Pull Request Handling and Server Pool

20 Mar 15:48
73c6039
Compare
Choose a tag to compare

Core

  • ServerPool including Hostname resolution #847 @scottf
  • Enable add/remove of multiple ConnectionListeners per Connection #861 @davidmcote

JetStream

Service (Experimental)

  • use standard connection create inbox for discovery #857 @scottf

Object Store (Experimental)

  • use -1 to indicate end of stream, not lack of full buffer #852 @scottf
  • digest resets after getting value, so can't call it more than once. #854 @scottf

Misc / Test

  • Update docs and examples #846 @scottf
  • 2.10 allows filter subject that doesn't match stream subjects #849 @scottf

2.16.8 Misc. Fixes

08 Feb 18:32
116a208
Compare
Choose a tag to compare

Core and JetStream

Core

  • Dispatcher with no default handler sometimes has NPE during close if messages are still coming in #841 @scottf
  • allow empty headers #844 @scottf

Test

2.16.7 Service (Beta) Multi Endpoints

26 Jan 18:36
cc37a43
Compare
Choose a tag to compare

Core

  • Options.builder() fluent #832 @nwseOOO

Service

2.16.6 Service (Beta) and Fixes

12 Jan 19:00
c610d57
Compare
Choose a tag to compare

Core

Service

Key Value

Etc. Tests / Docs / Examples

2.16.5 Pending Limits, Auth Required Flag, Misc

25 Nov 21:44
766759a
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Core

Misc