You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.