Release v1.8.0-beta
Pre-release
Pre-release
Changelog
This is a beta version introducing the NATS Streaming API. The reason for beta status is to get community feedback on the proposed Streaming API and possibly altering it while in beta.
Added
- Ability to suppress receiving messages published by own connection, aka NoEcho option (#150)
- Ability to retry a failed connect. The retry can be synchronous or asynchronous. Thanks to @fmvin for the request (#151, #156)
- Ability to drain subscription and/or connection (#161, #162, #163)
- Streaming API. The same NATS C Client library now offers Streaming API to connect/publish/subscribe to a NATS Streaming Server (#157)
Improved
- URL Parsing allowing to skip scheme and default port (#160)