What's Changed
This version of nats-release updates the underlying package nats-server to 2.0. It adds a cmd/migrate script to the nats or nats-tls post-start that switches nats versions on all instances in quick succession. This speed is necessary to allow multi-instance clusters to stay communication, as gnatsd (nats-server 1.0) instances are not compatible with nats-server 2.0 instances.
Make sure to use the latest cf-deployment to include a necessary CA certificate. The migration script is idempotent and safe to re-run should an initial upgrade attempt fails.
Full Changelog: v45...v46