Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/nats-io/stan.go require minor 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
  • Dependencies (#​370)
    • github.com/nats-io/nats.go v1.16.0 -> v1.22.1
    • golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa -> v0.5.0
Complete Changes

v0.10.3

Compare Source

Changelog

Updated
  • NATS Go client dependency, from v0.13.0 to v0.16.0 (#​367)
Fixed
Complete Changes

v0.10.2

Compare Source

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

Compare Source

Changelog

Fixed
  • Ability to retry a connection Close() or subscription Close() and Unsubscribe() 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 to main. If you have a fork/clone of the repo, you may have to run this:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
Deprecated
  • The NatsConn() option is deprecated, the new option NatsOptions() 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
  • NATS client dependency to v1.11.0 (#​350)
Complete Changes

v0.8.3

Compare Source

Changelog

Fixed
  • Subscribe timeout should send a close request (#​347)
Complete Changes

v0.8.2

Compare Source

Changelog

Updated
Complete Changes

v0.8.1

Compare Source

Changelog

Fixed
  • More fixes for protobuf's Unmarshal() (#​340)
Complete Changes

v0.8.0

Compare Source

Changelog

Added
  • Benchmark tool: ability to set a username/password and/or TLS certificates. Thanks to @​lmtyler for the contribution (#​318)
  • Note about reconnection in README. Thanks to @​KidLinus for the recommendation (#​323)
  • Note about MsgProto.Timestamp precision in protocol.proto. Thanks to @​palsivertsen for the recommendation (#​329)
Changed
  • Default pings settings will now be 5 second and 88 failures, which better matches to the default server heartbeat settings. The original 5sec and 3 failures were too small and would cause a client to consider the connection lost after a very short server downtime (#​337)
Fixed
  • Do not panic on protobuf's 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from 18082bb to e82b53f Compare October 18, 2021 22:52
@renovate renovate bot changed the title fix(deps): update module github.com/nats-io/stan.go to v0.9.0 fix(deps): update module github.com/nats-io/stan.go to v0.10.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from e82b53f to c5a0e49 Compare March 7, 2022 11:18
@renovate renovate bot changed the title fix(deps): update module github.com/nats-io/stan.go to v0.10.0 fix(deps): update module github.com/nats-io/stan.go to v0.10.2 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from c5a0e49 to 5e9dcb7 Compare September 25, 2022 14:19
@renovate 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 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from 5e9dcb7 to 22ca41a Compare November 20, 2022 16:26
@renovate renovate bot force-pushed the renovate/github.com-nats-io-stan.go-0.x branch from 22ca41a to f1ddd51 Compare March 17, 2023 00:04
@renovate 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants