Skip to content

v2.22.0

Compare
Choose a tag to compare
@aricart aricart released this 10 Apr 15:08
· 4 commits to main since this release
6c28dd4

What's Changed

This release adds the connection option handshakeFirst which enables the client to connect with a nats-server that has been configured with a handshake_first tis option set to true. This release also updates nats-base-client to 1.22.0, which has one important fix to ackAck(). Please see the release notes here

  • [FEAT] enable use of handshakeFirst option on node client by @aricart in #615
  • [DOC] added handshakeFirst to readme by @aricart in #616
  • [BUMP] nbc to v1.22.0, client version by @aricart in #617

Full Changelog: v2.21.0...v2.22.0