Skip to content

Relase async-nats/v0.23.0

Compare
Choose a tag to compare
@Jarema Jarema released this 18 Nov 12:14
· 516 commits to main since this release

Overview

This release focuses on fixes around Object Store and customized JetStream Publish.

It also introduces a breaking change, as not all publish() methods did return PublishError, using the generic async_nats::Error instead. This has been fixed.

Breaking changes

  • Make publish error types consistent by @Jarema in #727

Fixed

  • Fix object store watch to retrieve only new/changed values by @Jarema in #720
  • Fix stack overflow in object store by @Jarema in #731

Added

Changed

  • Use debug macro for logging instead of println by @c0d3x42 in #716
  • Merge periodic flush into connection handler loop by @caspervonb in #687
  • Improve docs formatting and fix links by @Jarema in #723

New Contributors

Full Changelog: async-nats/v0.22.1...async-nats/v0.23.0