Skip to content

v2.9.0

Compare
Choose a tag to compare
@aricart aricart released this 02 Nov 22:50
· 59 commits to main since this release
03a2249

What's Changed

[UPDATE] nbc updated to 1.9.0 - this release contains many enhancements and fixes to JetStream and KV and ObjectStore. See the linked description for more information.

NATS.js Specific Changes

  • [FIX] If a socket error occurred while establishing the handshake it was possible for the client to crash, as it would try to flush the outbound buffer after the socket was nullified. This nullification also bypassed proper socket cleanup, potentially leaking resources. Also fixed was proper notification to the NBC component of the reason for the socket close. See https://github.com/nats-io/nats.js/pull/526 for more information.

Full Changelog: nats-io/nats.js@v2.8.0...v2.9.0