Skip to content

Release v2.0.4

Compare
Choose a tag to compare
@NATS-CI NATS-CI released this 15 Aug 16:19
c8ca58e

Changelog

Go Version

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

Added

  • Use of GoReleaser. Thanks to @caarlos0 for this tool! (#1095)
  • Deb and RPM packages (#1095)
  • Publish permissions based on reply subjects of received messages (#1081)
  • Support for user and activation token revocation (#1086)
  • Leafnode connections to /varz (#1088)
  • Ability to cross account import services to return streams as well as singletons (#1090)
  • Support for service response types (#1091, #1093)

Fixed

  • Leafnode user JWT with signer fails to authenticate (#1078)
  • Leaked subscriptions from queue group across routes. Thanks to @ripienaar for the report (#1079)
  • Shadow subscriptions can be leaked on stream import and connection close (#1090)
  • Connection could be closed twice resulting in duplicate reconnect mainly affecting Gateways and Leafnodes (#1092)
  • Some typos in code. Thanks to @ethan-daocloud for the contribution (#1098)

Improved

  • Reduce memory usage on routes. Thanks to @ripienaar for the report (#1087)

Complete Changes

v2.0.2...v2.0.4