Changelog
Go Version
- 1.16.5: Both release executables and Docker images are built with this Go release.
Added
- JetStream:
- Richer API errors. JetStream errors now contain an
ErrCode
that uniquely describes the error. Thanks to @jon-whit and others for the suggestion (#2168, #2255, #2266) - Ability to send more advanced Stream purge requests (#2296, #2297, #2303, #2306)
- Stream can now be configured with a per-subject message limit (#2284)
- Encryption at rest (#2302)
- Richer API errors. JetStream errors now contain an
- Monitoring:
- OCSP support (#2240, #2263, #2277)
Changed
- CPU and memory usage report on macOS (removed dependency on
ps
) (#2260) - Throttle the number of
maximum subscriptions exceeded
log statements per account, to 1 every 2 seconds (#2304)
Improved
- JetStream:
Fixed
- Gateways:
- JetStream:
- Better support for multiple domains where the hub is JetStream enabled but the hub account is not, and the Leafnode is (#2261)
- Orphaned consumers on sourced or mirrored streams keep trying to create new ones (#2279)
- CPU spikes in some catch-up situations (#2280)
- Dynamic account limits would be applied based on single server limits (#2281)
- Error description missing in some requests (#2293, #2294, #2295)
- LeafNode:
- MQTT:
- Websocket:
- Clients disconnected on configuration reload when only
$SYS
account is configured (#2301) - Failed route TLS handshake would leave the failed connection's lock in a locked state (#2305)