Release v0.16.2
Changelog
Backward compatibility note
See backward compatibility note if moving from v0.14.3 (or lower) to this release here
Go Version
- 1.11.13: Both release executables and Docker images are built with this Go release.
Added
- Logging when server is ready. Thanks to @CarloWakefield for the report (#918)
- Credentials option to connect to external NATS Server 2.0. Thanks to @david-gurley for the contribution (#941)
Updated
- Documentation removed from README.md and moved to https://nats-io.github.io/docs/ (#935)
Fixed
- Expire messages based on their timestamp. Thanks to @bfoxstudio for the report (#916)
- Clustering: snapshot skip sequence on error. Thanks to @bfoxstudio for the report (#923)
- Server possibly skipping sequence when sending to subscription when processing message acknowledgment (#929)
- Ensure subscription response is sent prior to messages. This is for resumed durable subscriptions (#930)
- Clustering: possible wrong pending_count on followers node. Thanks to @bfoxstudio for the report (#936)
- FileStore: handle possible gaps in message sequence. Thanks to @PBug90 for the report (#940)