Skip to content

Release v2.3.0

Compare
Choose a tag to compare
@kozlovic kozlovic released this 16 Oct 21:56
6062346

Changelog

Added

  • Note in README regarding use of the library with JetStream, namely the need to use natsOptions_UseOldRequestStyle(). Thanks to @rutgerbrf for the report (#359)
  • pkg-config support. Thanks to @TaborKelly for the contribution (#366)
  • natsOptions_SetNKeyFromSeed() and nats_Sign() functions for use with NKey authentication. Thanks to @etrochim for the report (#370)

Fixed

  • Libevent adapter deadlock with stale connection. Thanks to @steve13814 for the report (#356)
  • Some possible memory leaks in error conditions and some other code cleanup. Thanks to @paoloteti for the contributions (#361, #362, #367)
  • Streaming: pings may not report failures if client is connected to a NATS 2.2.0+ server supporting "no responders" feature (#372)

Complete Changes

v2.2.0...v2.3.0