Update module github.com/nats-io/nats.go to v1.11.0 #27
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v1.10.0
->v1.11.0
Release Notes
nats-io/nats.go
v1.11.0
Compare Source
Changelog
Added
Conn.HeadersSupported()
returns a boolean indicating if the server, the client is currently connected to, supports headers (#582)LameDuckModeHandler
to be notified when the server the application is connected to enters lame-duck mode (#572)RequestMsg()
,RequestMsgWithContext()
andRespondMsg()
APIs, which makes it possible to use message headers with requests and replies (#574)RetryOnFailedConnect()
option, which means that theConnect()
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)nats-pub
andmats-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 forErrTimeout
only as a "normal" error would need to be updated (#576)Updated
Fixed
Complete Changes
Configuration
📅 Schedule: 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 WhiteSource Renovate. View repository job log here.