Skip to content

Release async-nats/v0.30

Compare
Choose a tag to compare
@Jarema Jarema released this 14 Jul 08:34
· 251 commits to main since this release
cb0e15a

0.30.0

Overview

This is a big release that introduces almost all breaking changes and API refinements before 1.0.0.
The last two pending breaking items are:

  • Improved builders based on #828
  • Introduce a Subject type (still discussed)

Breaking Changes

Added

Fixed

  • Disconnect if pending pings is more than max pings by @caspervonb in #956
  • Fix serialization of object_store::ObjectInfo fields by @n1ghtmare in #895
  • Fix ordered consumer handling for stream sequence and heartbeats by @Jarema in #961
  • Canonicalize header::NATS_LAST_STREAM by @caspervonb in #948
  • Fix KV update so that it works properly with a JS domain by @protochron in #1000
  • Fix object store compatibility issue with Go implementation by @tinou98 in #984
  • Drop subscription on object read done by @Jarema in #1011

Changed

What's Changed

Misc

Thank you for all your contributions!
Those make a difference and drive the ecosystem forward!

New Contributors

Full Changelog: async-nats/v0.29.0...async-nats/v0.30.0