Overview
This release focuses on improvements and fixes for Object Store and KV.
It also removes Service API
from experiment
feature list, as it is not experimental for quite some time.
Added
- Add kv::watch_many functions by @Jarema in #1364
- Add metadata and headers to Object Store by @Jarema in #1349
- Allow updating Object Store metadata headers and metadata by @Jarema in #1362
- Add additional methods for getting raw messages from the stream by @Jarema in #1359
Fixed
- Support
sample_freq
values containing a % by @bengsparks in #1354 - Improve push consumers in
sample_freq
de/serialisation test by @bengsparks in #1356 - Delete old objects when calling
ObjectStore::put
by @thinety in #1366
Changed
- Use jetstream strict for tests by @caspervonb in #1310
- Improve transient dependencies by @Jarema in #1361
- Change
jetstream::Error
'sDisplay
message by @thinety in #1365 - Remove stale experimental flags mentions by @Jarema in #1372
New Contributors
Full Changelog: async-nats/v0.38.0...async-nats/v0.39.0