Changelog
Added
- Expose NATS Subscription methods for the NATS Streaming Subscription. Thanks to @jack0 (#116)
- Propagate Streaming ClientID to the underlying NATS Connection. Thanks to @pxue (#127)
- Ability to specify cluster name in stan-bench tool (#168)
- Ability to send PINGs to server and callback to be notified of loss of connectivity. Thanks to @ripienaar for the feedback (#183)
Improved
- Documentation about ClientID restrictions (#139)
Fixed
- Possible duplicate processing of a PubAck (#131)
- Benchmark tool now starts timer for subscription when getting the first message (#163)
- Benchmark tool now fails on PublishAsync error report (#187)
- Subscription start options in README. Thanks to @DeamonMV (#170)
Changed
- Examples moved to their own directory. Thanks to @sslavic for the suggestion (#166)
- Moved to Apache 2.0 as part of move to CNCF (#172)
Complete Changes
nats-io/go-nats-streaming@v0.3.4...v0.4.0