Skip to content

Release v0.10.2

Compare
Choose a tag to compare
@kozlovic kozlovic released this 17 Nov 19:47
· 15 commits to main since this release
366e4de

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