-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update module github.com/nats-io/stan.go to v0.10.4 #317
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-nats-io-stan.go-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
renovate
bot
added
the
type: chore
work needed to keep the product and development running smoothly
label
Jan 25, 2022
renovate
bot
force-pushed
the
renovate/github.com-nats-io-stan.go-0.x
branch
from
January 27, 2022 19:31
2d7190b
to
c2c2952
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-stan.go-0.x
branch
from
March 3, 2022 09:10
c2c2952
to
4fa942e
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-stan.go-0.x
branch
from
March 8, 2022 22:14
4fa942e
to
e517b32
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-stan.go-0.x
branch
from
April 7, 2022 13:15
e517b32
to
ee88787
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-stan.go-0.x
branch
from
April 7, 2022 16:28
ee88787
to
5d2b0e2
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-stan.go-0.x
branch
from
April 18, 2022 21:15
5d2b0e2
to
974b3cb
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-stan.go-0.x
branch
from
April 29, 2022 19:17
974b3cb
to
064f7fa
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-stan.go-0.x
branch
from
May 30, 2022 17:59
064f7fa
to
f85ae06
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-stan.go-0.x
branch
from
June 3, 2022 17:32
f85ae06
to
1b7ec14
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-stan.go-0.x
branch
from
June 28, 2022 20:08
601a63f
to
944ca22
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-stan.go-0.x
branch
from
June 30, 2022 12:55
944ca22
to
f993748
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-stan.go-0.x
branch
from
July 5, 2022 12:23
f993748
to
df29b98
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-stan.go-0.x
branch
from
July 8, 2022 19:30
df29b98
to
347fd72
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-stan.go-0.x
branch
from
July 11, 2022 23:52
347fd72
to
7a792c6
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-stan.go-0.x
branch
from
July 29, 2022 19:03
7a792c6
to
7dea3f0
Compare
renovate
bot
changed the title
fix(deps): update module github.com/nats-io/stan.go to v0.10.2
fix(deps): update module github.com/nats-io/stan.go to v0.10.3
Jul 29, 2022
renovate
bot
force-pushed
the
renovate/github.com-nats-io-stan.go-0.x
branch
from
November 20, 2022 17:49
7dea3f0
to
954e7d1
Compare
renovate
bot
changed the title
fix(deps): update module github.com/nats-io/stan.go to v0.10.3
fix(deps): update module github.com/nats-io/stan.go to v0.10.4
Mar 17, 2023
renovate
bot
force-pushed
the
renovate/github.com-nats-io-stan.go-0.x
branch
from
March 17, 2023 07:52
954e7d1
to
424ab54
Compare
renovate
bot
force-pushed
the
renovate/github.com-nats-io-stan.go-0.x
branch
from
March 24, 2023 22:33
424ab54
to
4d8ca67
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
stale
type: bug
code to address defects in shipped code
type: chore
work needed to keep the product and development running smoothly
0 participants
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.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
v0.7.0
Compare Source
Changelog
Added
Updated
go_tests.mod
file to separate dependencies for building vs running tests (note: the-modfile
go tooling argument requires Go 1.14+) (#316)Complete Changes
v0.6.0
Compare Source
Changelog
Added
PubMsg
protobuf. 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 withAckHandler
that would access that connection (#298)Complete Changes
v0.5.2
Compare Source
Changelog
With the release of Go 1.13.3, the
go get github.com/nats-io/stan.go
is now working!Updated
Improved
Conn
andSubscription
. 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.