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

10 hours ago

Changelog

ADDED

  • Core NATS:
    • Option to customize write buffer size (#2057)
    • Option to automatically reconnect on write error (#2055)
    • Accessors for JetStream API level and IsSysAccount from ServerInfo (#2060)

FIXED

  • Core NATS:
    • Make websocket frame validation more robust (#2050)
  • JetStream:
    • Fix deadlock in Consume() when calling Stop/Drain from ConsumeErrHandler (#2059)

IMPROVED

  • Fix typos in tests. Thanks @deining for the contribution (#2049)
  • Fix deprecation warnings by bumping GH actions to their latest versions. Thanks @deining for the contibution (#2048)
  • Code linting: remove functions min and max. Thanks @deining for the contribution (#2047)

Complete Changes

v1.50.0...v1.51.0

Don't miss a new nats.go release

NewReleases is sending notifications on new releases.