Changelog
Go Version
- 1.16.4: Both release executables and Docker images are built with this Go release.
Added
pinned_certs
configuration in TLS blocks, which contains "fingerprint" of accepted certificates. If a connection presents a certificate with a fingerprint that is not in this list, the connection will be rejected (#2233)
Fixed
- JetStream:
- MQTT:
- Reduce replicas value when creating session streams if some servers in the cluster are not running (#2226)
- Monitoring:
- Under double import scenarios, the server could possibly map to the wrong subject (#2225)