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

Bump github.com/nats-io/nats.go from 1.9.2 to 1.11.0 #137

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/nats-io/nats.go from 1.9.2 to 1.11.0.

Release notes

Sourced from github.com/nats-io/nats.go's releases.

Release v1.11.0

Changelog

Added

  • Message Headers support
    • Conn.HeadersSupported() returns a boolean indicating if the server, the client is currently connected to, supports headers (#582)
  • JetStream support
  • Websocket support (#719)
  • LameDuckModeHandler to be notified when the server the application is connected to enters lame-duck mode (#572)
  • RequestMsg(), RequestMsgWithContext() and RespondMsg() APIs, which makes it possible to use message headers with requests and replies (#574)
  • RetryOnFailedConnect() option, which means that the Connect() calls will not fail right away if servers are not running at the first attempt to connect. Instead, the library will behave as if it was just disconnected. Thanks to @​tomwilkie, @​Zambiorix, @​kekoav, @​mnarrell, @​serajam and @​hbobenicio for their feedback (#581)
  • Support for "no responders" error on requests (#576)
  • Examples:
    • TLS options in nats-pub and mats-sub examples. Thanks @​egodigitus for the contribution (#615)
    • --nkey flat to enable NKey authentication (#728)

Changed

  • ErrNoResponders is now returned for a request call for which there is no application servicing the request's subject (when connecting to a server that supports the feature). Applications checking for ErrTimeout only as a "normal" error would need to be updated (#576)

Updated

  • Dependencies (#573)
  • Added a go_test.mod file to limit tests dependencies versus library dependencies (#705)

Fixed

  • Comment for PublishRequest API. Thanks to @​hasheddan for the contribution (#570)
  • Comment for encoded connection's Handler. Thanks to @​aym-v for the contribution (#590)
  • Possible data race between an AutoUnsubscribe() and the routine delivering messages (#726)

Complete Changes

nats-io/nats.go@v1.10.0...v1.11.0

Release v1.10.0

Changelog

Added

  • Conn.GetClientIP() returns the client IP as known by the server. Works if connected to server 2.1.6+ (#559)
  • Conn.RTT() calculates the round trip time between this client and the server (#559)

Updated

  • Protobuf import for encoder (#557)
  • Change default of Conn.Flush() from 60 to 10 seconds (#561)
  • Bump default MAX_CONTROL_LINE to 4096 (#567)

Fixed

  • Possible panic on connect if discovered server list shrinks in that process. Thanks to @​kirill256 for the contribution (#550)
  • Conn.Request() with UseOldRequest option was not returning on connection Conn.Close() (#558)
  • Added jitter to the reconnection logic (#564)
  • Randomize discovered server URLs (unless NoRandomize() option is set) (#566)

... (truncated)

Commits
  • 3b1f6fc Merge pull request #729 from nats-io/release_1_11_0
  • 5353eaa Release v1.11.0
  • 6712740 Merge pull request #728 from nats-io/examples-nkey-auth-2
  • 6346f38 Merge pull request #711 from nats-io/js-flow-improv
  • 8dd5ec6 [ADDED] --nkey flag to enable nkey authentication using go examples
  • 904b259 Merge pull request #615 from egodigitus/examples-tls
  • 35e9be9 Merge pull request #727 from nats-io/update-js
  • 6b98b3e js: Improvements for push consumers with flow control
  • aa78bbf Merge pull request #726 from nats-io/fix_sub_race
  • 959e016 move jetstream [ci skip]
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.9.2 to 1.11.0.
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.9.2...v1.11.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants