Changelog
Go Version
- 1.19.11
Added
Windows
- Backport 2.10 support for native Windows certificate store (#4268)
Improved
Accounts
- Allow advisories to be exported/imported across accounts (#4302)
JetStream
- Optimize consumer create time on streams with a large number of blocks (#4269)
Fixed
Gateways
- Protect possible data race when reloading accounts (#4274)
Leafnodes
- Prevent zombie subscriptions which could lead to silent data loss when using queue subscriptions (#4299)
WebSocket
- Prevent reporting
tls_required
whentls_available
is not set (#4264)
JetStream
- Prevent corrupting streams actively being restored during health check (#4277) Thank you @vitush93 for the report!
- Prevent encrypted data attempting to be decrypted with an empty key (#4301)
MQTT
- Ensure republished messages from streams are received by MQTT subscriptions (#4303)