Changelog
Overview
This release introduces significant documentation improvements across jetstream
package components (JetStream, Object Store, and KeyValue).
Added
- JetStream:
- Object Store:
- KeyValue:
UpdateKeyValue
andCreateOrUpdateKeyValue
methods (#1549)
Fixed
- JetStream:
- Object Store:
- Fixed hardcoded read deadline when reading an object (#1531)
Improved
- Refactored and improved documentation across
jetstream
package (JetStream, KeyValue and ObjectStore) (#1532, #1537, #1551, #1553, #1555) - Change "unsafe" comment on
nats.Secure
connect option. Thanks to @thorntonmc for the contribution (#1529) - Fixed documentation typos across the codebase. Thanks to @fancycode for the contribution (#1547)