Skip to content

v36

Compare
Choose a tag to compare
@ameowlia ameowlia released this 15 Oct 17:31
· 494 commits to develop since this release

Release Highlights

  • 🐛 Bug fix: This release fixes the following issues where nats clients were attempting to connect to nts-tls servers. This release gives the operator the ability to set "no_advertise: true" on nats clusters. This will prevent the servers from sharing all peers to their clients. #25

  • ⚠️ Warning⚠️ If nats-tls clients are misconfigured and relying on the ability to downgrade to nats then using these default properties will break the client. In order to be backwards compatible with broken clients that need to downgrade, you can set nats.no_advertise: false on the nats job. This means that all clients will learn about nats and nats-tls clients will have the ability to downgrade to nats if they are misconfigured.

Job Property v35 Default v36 Default
nats nats.no_advertise Did Not Exist true
nats-tls nats.no_advertise Did Not Exist true