Releases: nats-io/nats.java
2.14.2 Consumer Configuration Change Validation
Improvements
PR #637
- Added additional validation (unit testing) in relation to PR #635 Improve subscription creation with existing durable to be smarter when comparing provided configuration with server configuration.
- Added more information to the exception message text by including a list of fields that caused the issue.
2.14.1 Improvements, client parity, docs, etc.
Client Parity
PR #630 Support for server Consumer feature Backoff Lists.
Improvements
Issue #616 / PR #617 Support for timeout propagation in async requests
PR #630 Surfaced delay for nak requests
PR #631 Tune kv subscribe supported functions keys / history / purge
PR #634 Added client side limit checks option to allow turning off client side checks which forces check to server. Default behavior is the same.
PR #635 Improve subscription creation with existing durable to be smarter when comparing provided configuration with server configuration.
Bug Fixes
Issue #621 / PR #622 Fixed kv key with dot as part of the key
Documentation etc.
PR #612 Version change and miscellaneous documentation.
PR #629 Rate Limit is bytes per second (bps) not messages per second.
2.14.0 KV Release
Key Value
- KV API Release
JetStream
- Allow null or empty subject when appropriate while subscribing / binding
- new JetStreamManagement api
StreamInfo getStreamInfo(String streamName, StreamInfoOptions options)
- support Stream Configuration and Stream State to reflect server changes up to server V2.7.3
- support Consumer Configuration reflect server changes up to server V2.7.3
- Fixed bug with pull subscribe fetch and iterate where it could wait twice the expiration time and improved implementation to reflect server changes in pull behavior.
- Added combo pull nowait + expires primitive api to match server pull changes.
Miscellaneous
- Addressed Info level Cure53 audit item regarding version string.
- Moved JsMultiTool out of example to the example repo.
- Added NatsJsPushSubAsyncQueueDurable example program.
- Unit test improvements to prevent flappers
2.13.2 KV Experimental
JetStream
2.13.2 KV Experimental
2.13.1 Subscription Consumer Configuration Fix
JetStream
-
This release fixes a bug found in the new subscription enhancements where the comparison of default configuration failed to validate properly against an existing (durable) consumer configuration.
-
There are also minor enhancements to the JsMulti tool
2.13.0 Subscription Enhancements
JetStream
- Subscription validation. See Subscription Creation
- Flow Control and Heartbeat handling
- Domain Support
- Stream/Subject Binding
2.12.0 Server Queue Improvements
This release is the first release to support v2.4.0 of the NATS server. The change covers how queueing is supported in JetStream using the Deliver Group subscribe option.
2.11.6 KV beta last release compatible with Server v2.3.4 and older
Overview
- Key Value (KV) Beta: This release includes a beta version of the Key Value functionality. There were multiple PR's involved in KV including new interfaces and new api / protocol enhancements designed to support KV
- Support for API error code allowing server generated errors to be identified by number instead of text.
- Stream and Consumer descriptions
- Publish expectation last subject sequence
- Advanced stream purge functionality
- Primitive pull functionality marked as "advanced"
2.11.5
2.11.5.beta3
This is purely a CI/CD release. There are no functional changes since 2.11.4