github nats-io/stan.go v0.10.0
Release v0.10.0

latest releases: v0.10.4, v0.10.3, v0.10.2...
3 years ago

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

Don't miss a new stan.go release

NewReleases is sending notifications on new releases.