This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
fix(deps): update module github.com/nats-io/stan.go to v0.10.4 #43
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.7.0
->v0.10.4
Release Notes
nats-io/stan.go (github.com/nats-io/stan.go)
v0.10.4
Compare Source
Changelog
Updated
Complete Changes
v0.10.3
Compare Source
Changelog
Updated
Fixed
Complete Changes
v0.10.2
Compare Source
Changelog
Added/Changed
AllowCloseRetry
option to be able to retry connectionClose()
on failure. In PR #360, a failedClose()
would cause the underlying NATS connection to not be closed, which could have undesired behavior for users that did not checkClose()
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 connectionClose()
, with the understanding of the possible side effect (#361)Complete Changes
v0.10.1
Compare Source
Changelog
Fixed
Close()
or subscriptionClose()
andUnsubscribe()
if the protocol failed to be properly sent or received. Thanks to @mihai-tiriplica-f3 for the feedback (#360)Complete Changes
v0.10.0
Compare Source
Changelog
The
master
branch was renamed tomain
. If you have a fork/clone of the repo, you may have to run this:Deprecated
NatsConn()
option is deprecated, the new optionNatsOptions()
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
Compare Source
Changelog
Updated
Complete Changes
v0.8.3
Compare Source
Changelog
Fixed
Complete Changes
v0.8.2
Compare Source
Changelog
Updated
Complete Changes
v0.8.1
Compare Source
Changelog
Fixed
Unmarshal()
(#340)Complete Changes
v0.8.0
Compare Source
Changelog
Added
MsgProto.Timestamp
precision inprotocol.proto
. Thanks to @palsivertsen for the recommendation (#329)Changed
Fixed
Unmarshal()
errors (#338)Complete Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.