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.
Changelog
Added
JetStream:
Support for DiscardNewPerSubject on stream configuration (#1102)
KV:
KeyValueStores() and KeyValueStoreNames() methods for listing key value buckets (#1088)
Bytes() method on KeyValueStatus returning size of the bucket (#1092)
Improved
JetStream:
Comment on Subscribe() method in JetStream interface now has a better description of the behavior after unsubscribing from a durable consumer. Thanks to @sylr for the contribution (#1100)
Changed
JetStream:
Ordered consumer is now being recreated on missing heartbeat (#1097)
AckNone policy can now be set for pull consumers (#1090)
ObjectStore:
[BREAKING] ObjectStores() now returns channel of ObjectStoreStatus instead of ObjectStore interface (#1099)
[BREAKING] Options on various ObjectStore methods now have individual types (GetObjectOpt, GetObjectInfoOpt and ListObjectsOpt). Only options applicable for a particular method can be used (#1091)
[BREAKING] When listing/fetching object info, deleted objects are now hidden by default. New options are added to enable fetching deleted objects (GetObjectInfoShowDeleted(), GetObjectShowDeleted() and ListObjectsShowDeleted() (#1091)
Fixed
JetStream:
Invalid JSON tag on Tiers field on AccountInfo struct (#1095)