Skip to content

Release v1.4.0

Compare
Choose a tag to compare
@NATS-CI NATS-CI released this 15 Jan 21:22

Changelog

Go Version

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

Added

  • Warning if passwords are stored in plain text in config. Redact password from CONNECT trace.
  • Support for cluster permissions reload (#753)
  • Support a path as argument to --signal. Thanks to @pires for the contribution (#838)
  • RemoteAddress() to the CustomClientAuthentication interface. Thanks to @ripienaar for the contribution (#837)

Changed

  • Cluster permissions moved out of cluster's authorization (#747)

Fixed

  • Ports file on Windows (#733)
  • Memory usage for failed TLS connections (#872)
  • Issue with configuration reload for some boolean parameters, such as logtime. Thanks to @sazo for the report (#874, #879)
  • Reduced risk of slow consumer in fan in scenarios (#876)

Complete Changes

v1.3.0...v1.4.0