Skip to content

v1.22.0

Compare
Choose a tag to compare
@aricart aricart released this 10 Apr 14:35
· 32 commits to main since this release
ef8ada0

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. And has one important fix to JetStream ackAck().

  • [FIX] [JS] fix incorrect type in implementation of jetstream() api - it is correct in the interface. by @aricart in #675
  • [FIX] [JS] ackAck() always not always waiting for proper response and could return false by @aricart in #676
  • [BUMP] deno to 1.42.1, and std to 0.221.0 by @mtmk in #678
  • [DOC] updated docs by @aricart in #677
  • [TEST] cleanup of test data and configurations by @aricart in #679
  • [CI] cleanup of test data and configurations by @aricart in #680
  • [FEAT] [CORE] handshake_first support by @aricart in #682
  • [DOC] added handshakeFirst tls option by @aricart in #683

New Contributors

  • @mtmk made their first contribution in #678

Full Changelog: v1.21.0...v1.22.0