NATS Go Client v1.52.0 Release Notes
Release Date: 2026-05-07 // about 1 month ago-
๐ Changelog
๐ This release focuses on 2.14 nats-server features support.
โ ADDED
- JetStream:
๐ FIXED
- Core NATS:
- Fix Subscription.StatusChanged channel closure on Closed Subscription. Thanks @nithimani38-prog for the contribution (#2034)
๐ IMPROVED
- ๐ Fixed Flaky JS cluster tests (#2062)
Complete Changes
Previous changes from v1.51.0
-
๐ Changelog
โ ADDED
- Core NATS:
๐ FIXED
Core NATS:
- Make websocket frame validation more robust (#2050)
JetStream:
- Fix deadlock in
Consume()when callingStop/DrainfromConsumeErrHandler(#2059)
- Fix deadlock in
๐ 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