async-nats/v0.36.0
Jarema
released this
03 Sep 06:54
·
18 commits
to main
since this release
Overview
This release adds a useful futures::Sink<PublishMessage>
, and ability to get Stream
handle without IO call,
among other changes.
Breaking changes
This release introduces StramMessage
, which makes both get_raw_message
and direct_get
methods return the same type, allowing
for more easier interop between two.
Added
- Add stream_by_subject by @Jarema in #1287
- Add
seen_current
to kv by @Jarema in #1304 - Add get stream no io by @Jarema in #1306
- Add
futures::Sink<PublishMessage>
onasync_nats::Client
by @rvolosatovs in #1267 - Create header name/value from String without reallocating by @glueball in #1296
Fixed
- Fix
subscription_capacity
documention default value by @nazar-pc in #1277 - Fix serde Stream roundtrip by @Jarema in #1294
- Fix KV create race after delete/purge by @fnichol in #1301
- Allow setting size limit for object storage buckets by @liamkinne in #1278
- Fix De/Serialize
sample_frequency
correctly for Push and Pull Consumers by @bengsparks in #1300
Changed
- Remove server version validation by @Jarema in #1273
- Remove unwrap from consumer by @Jarema in #1305
New Contributors
- @HeCorr made their first contribution in #1263
- @liamkinne made their first contribution in #1278
- @nazar-pc made their first contribution in #1277
- @glueball made their first contribution in #1296
- @fnichol made their first contribution in #1301
- @rvolosatovs made their first contribution in #1267
- @bengsparks made their first contribution in #1300
Thank you for all your contributions! 🎉
Full Changelog: async-nats/v0.35.1...async-nats/v0.36.0