Skip to content

Release v0.16.2

Compare
Choose a tag to compare
@NATS-CI NATS-CI released this 12 Sep 19:30
910d6e1

Changelog

Backward compatibility note

See backward compatibility note if moving from v0.14.3 (or lower) to this release here

Go Version

  • 1.11.13: Both release executables and Docker images are built with this Go release.

Added

  • Logging when server is ready. Thanks to @CarloWakefield for the report (#918)
  • Credentials option to connect to external NATS Server 2.0. Thanks to @david-gurley for the contribution (#941)

Updated

Fixed

  • Expire messages based on their timestamp. Thanks to @bfoxstudio for the report (#916)
  • Clustering: snapshot skip sequence on error. Thanks to @bfoxstudio for the report (#923)
  • Server possibly skipping sequence when sending to subscription when processing message acknowledgment (#929)
  • Ensure subscription response is sent prior to messages. This is for resumed durable subscriptions (#930)
  • Clustering: possible wrong pending_count on followers node. Thanks to @bfoxstudio for the report (#936)
  • FileStore: handle possible gaps in message sequence. Thanks to @PBug90 for the report (#940)

Complete Changes

v0.16.0...v0.16.2