Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@NATS-CI NATS-CI released this 23 Mar 20:58
add6d79

Changelog

Go Version

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

Added

  • Monitoring endpoint functions (Varz(), etc...) for those embedding NATS Server in their application. Thanks to @ripienaar for the report (#615)

Improved

  • Better attempt at delivering messages to queue subscriptions. Thanks to @vkhorozvs (#638)
  • Compatibility with JSON in configuration parser (#653)

Fixed

  • Cluster topology change possibly not sent to clients (#631, #634)
  • Race between delivering messages to queue subscriptions and subscriptions being unsubscribed (#641)
  • Close log file on log re-open signal. Thanks to @acadiant for the report (#644)

Changed

  • Moved to Apache 2.0 License following move to CNCF (#650)

Removed

  • ssl_required field in INFO protocol. This was deprecated some time ago. The correct field to use is TLSRequired (#655)

Complete Changes

v1.0.6...v1.1.0