fix(deps): update module github.com/nats-io/stan.go to v0.10.4#317
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/nats-io/stan.go to v0.10.4#317renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
2d7190b to
c2c2952
Compare
c2c2952 to
4fa942e
Compare
4fa942e to
e517b32
Compare
e517b32 to
ee88787
Compare
ee88787 to
5d2b0e2
Compare
5d2b0e2 to
974b3cb
Compare
974b3cb to
064f7fa
Compare
064f7fa to
f85ae06
Compare
f85ae06 to
1b7ec14
Compare
7dea3f0 to
954e7d1
Compare
954e7d1 to
424ab54
Compare
424ab54 to
4d8ca67
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
4d8ca67 to
7150107
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
7150107 to
523ea39
Compare
523ea39 to
84118dc
Compare
84118dc to
f67479c
Compare
f67479c to
5cc75f0
Compare
5cc75f0 to
6cc4903
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.5.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
v0.7.0Compare Source
Changelog
Added
Updated
go_tests.modfile to separate dependencies for building vs running tests (note: the-modfilego tooling argument requires Go 1.14+) (#316)Complete Changes
v0.6.0Compare Source
Changelog
Added
PubMsgprotobuf. Note that this value will always be zero until the feature is supported in the Streaming Server (#295)Fixed
Close()could deadlock if there were async publish calls withAckHandlerthat would access that connection (#298)Complete Changes
v0.5.2Compare Source
Changelog
With the release of Go 1.13.3, the
go get github.com/nats-io/stan.gois now working!Updated
Improved
ConnandSubscription. Thanks to @JensRantil for the report (#291)Fixed
Complete Changes
Configuration
📅 Schedule: Branch creation - "before 3am on tuesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.