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

latest releases: v0.10.4, v0.10.3
2 years ago

Changelog

Added/Changed

  • AllowCloseRetry option to be able to retry connection Close() on failure. In PR #360, a failed Close() would cause the underlying NATS connection to not be closed, which could have undesired behavior for users that did not check Close() status and would not call it again until success. Adding this new option restores original behavior by default, and forces users to use this option to change the behavior of connection Close(), with the understanding of the possible side effect (#361)

Complete Changes

v0.10.1...v0.10.2

Don't miss a new stan.go release

NewReleases is sending notifications on new releases.