Skip to content

Release v0.15.1

Compare
Choose a tag to compare
@NATS-CI NATS-CI released this 05 Jun 19:44
8e6aa7c

Changelog

Backward compatibility note

Note that the Streaming server itself is backward compatible with previous releases, however, v0.15.0 now embeds a NATS Server 2.0, which means that if you run with the embedded NATS server and want to route it to your existing v0.14.3- servers, it will fail due to NATS Server routing protocol change. You can however use v0.15.0 and connect it to existing NATS cluster and therefore have a mix of v0.15.0 and v0.14.3- streaming servers.

Go Version

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

Updated

  • All dependencies and added go.mod file. Still use /vendor though (#852, #854)

Complete Changes

v0.14.3...v0.15.1