Skip to content

Release v0.11.0

Compare
Choose a tag to compare
@NATS-CI NATS-CI released this 04 Sep 20:25
8910c0c

Changelog

Go Version

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

Added

  • Trap for SIGTERM. Thanks to @powerman for the report (#625)
  • Ability to run the server as a Windows Service. Thanks to @sharkyfm for the feedback (#637.#642)

Fixed

  • FileStore: Possible panic on recovery with empty index file. Thanks to @wongak for the report (#615)
  • SQLStore: Possible panic on recovery with -sql_no_caching. Thanks to @powerman for the report (#620)
  • SQLStore: Previously acknowledged messages may be redelivered. Thanks to @powerman for the report (#627)
  • Possible panic and issues with file logger (#623)
  • Acknowledgment possibly not processed if immediately followed by a Close() (#636)

Updated

  • Clustering example in README. Thanks to @Aavon for the feedback (#628)

Complete Changes

v0.10.2...v0.11.0