Skip to content

Release v0.10.0

Compare
Choose a tag to compare
@kozlovic kozlovic released this 02 Aug 19:19
· 23 commits to main since this release
9a6e4f2

Changelog

The master branch was renamed to main. If you have a fork/clone of the repo, you may have to run this:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Deprecated

  • The NatsConn() option is deprecated, the new option NatsOptions() should be used instead. Thanks to @Russiancold for the suggestion (#355)

Added

  • NatsOptions() option to configure the underlying NATS connection used by the Streaming connection. Thanks to @Russiancold for the suggestion (#355)

Complete Changes

v0.9.0...v0.10.0