Skip to content

async-nats/v0.36.0

Latest
Compare
Choose a tag to compare
@Jarema Jarema released this 03 Sep 06:54
· 3 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.

  • Rework get_raw_message to return StreamMessage by @Jarema in #1292

Added

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

New Contributors

Thank you for all your contributions! 🎉

Full Changelog: async-nats/v0.35.1...async-nats/v0.36.0