Release Highlights
- In this release we made changes to the default spec values for backwards compatibility with broken nats-tls client. Now the
nats.no_advertise
property on thenats
jobs is false by default. This gives all nats-tls clients the ability to downgrade to use nat if needed.
Job | Property | v36 Default | v37 Default |
---|---|---|---|
nats | nats.no_advertise
| true | false |
- ⚠️ Warning⚠️ This change in property defaults means that you may tell your clients to use nats_tls, but they can still use nats. This means that all the traffic you think is encrypted might not be. We plan on changing this value back to "true" in the future once we fix our clients.