This repository was 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
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update module github.com/nats-io/stan.go to v0.10.4#43renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
18082bb to
e82b53f
Compare
e82b53f to
c5a0e49
Compare
c5a0e49 to
5e9dcb7
Compare
5e9dcb7 to
22ca41a
Compare
22ca41a to
f1ddd51
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.4Release Notes
nats-io/stan.go (github.com/nats-io/stan.go)
v0.10.4Compare Source
Changelog
Updated
Complete Changes
v0.10.3Compare Source
Changelog
Updated
Fixed
Complete Changes
v0.10.2Compare Source
Changelog
Added/Changed
AllowCloseRetryoption 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.1Compare 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.0Compare Source
Changelog
The
masterbranch 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.0Compare Source
Changelog
Updated
Complete Changes
v0.8.3Compare Source
Changelog
Fixed
Complete Changes
v0.8.2Compare Source
Changelog
Updated
Complete Changes
v0.8.1Compare Source
Changelog
Fixed
Unmarshal()(#340)Complete Changes
v0.8.0Compare Source
Changelog
Added
MsgProto.Timestampprecision 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.