Skip to content

Release async-nats/v0.32.0

Compare
Choose a tag to compare
@Jarema Jarema released this 21 Sep 16:20
· 148 commits to main since this release

0.32.0

Overview

This release primarily focuses on two things:

  • adding remaining nats server 2.10 features and enabling server_2_10 feature by default
  • rework of connection handling (huge thanks to @paolobarbolini for the effort! 🚀 )

An important change introduced by a reworked connection handler is that users should not need
to manually flush by calling client.flush().await to reduce latency.

Added

Changed

Fixed

New Contributors

Full Changelog: async-nats/v0.30.1...async-nats/v0.32.0