github nats-io/nats.go v1.45.0
Release v1.45.0

17 days ago

Changelog

ADDED

  • Core NATS:
    • Handling for maximum account active connections exceeded (#1921)
  • JetStream:
    • WithExpectLastSequenceForSubject publish option (#1920)

FIXED

  • Core NATS:
    • Track delivered count and auto-unsubscribe for channel subscriptions (#1913)
    • Clear status listeners map on SubscriptionClosed event to prevent race condition (#1914)
    • Call ReconnectErrHandler for initial connection failures with RetryOnFailedConnect (#1915)
  • JetStream:
    • CreateOrUpdateStream preserves domain prefix during updates (#1917)
    • Handle empty response when creating a consumer (#1912)

IMPROVED

  • KeyValue:
    • Add test checking KV TTL watcher updates (#1916)

Complete Changes

v1.44.0...v1.45.0

Don't miss a new nats.go release

NewReleases is sending notifications on new releases.