Skip to content

Update module github.com/nats-io/nats.go to v1.51.0#42

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-nats-io-nats.go-1.x
Open

Update module github.com/nats-io/nats.go to v1.51.0#42
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-nats-io-nats.go-1.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Feb 23, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/nats-io/nats.go v1.48.0v1.51.0 age confidence

Release Notes

nats-io/nats.go (github.com/nats-io/nats.go)

v1.51.0

Compare Source

Changelog

ADDED
  • Core NATS:
    • Option to customize write buffer size (#​2057)
    • Option to automatically reconnect on write error (#​2055)
    • Accessors for JetStream API level and IsSysAccount from ServerInfo (#​2060)
FIXED
  • Core NATS:
    • Make websocket frame validation more robust (#​2050)
  • JetStream:
    • Fix deadlock in Consume() when calling Stop/Drain from ConsumeErrHandler (#​2059)
IMPROVED
  • Fix typos in tests. Thanks @​deining for the contribution (#​2049)
  • Fix deprecation warnings by bumping GH actions to their latest versions. Thanks @​deining for the contibution (#​2048)
  • Code linting: remove functions min and max. Thanks @​deining for the contribution (#​2047)
Complete Changes

v1.50.0

Compare Source

Changelog

FIXED
  • Core NATS:
    • Fix WebSocket close frame discarding buffered data frames (#​2032)
  • JetStream:
    • Remove status listener in Consume()/Messages() cleanup. Thanks @​txuna for the contribution (#​1993)
    • Fix race condition in orderedSubscription.Drain() (#​2030)
    • Fixed OrderedConsumer.Consume() race in handler (#​2043)
IMPROVED
  • Core NATS:
    • De-flake TestAlwaysReconnectOnAccountMaxConnectionsExceededErr (#​2042)
    • Wrap EOF/connection reset errors with TLS context after handshake (#​2031)
  • JetStream:
    • Reject control characters in stream and consumer names (#​2038)
    • Add missing AccountLimits fields in jetstream package (#​2041)
    • Fix flaky TestConsumerPrioritized/messages test (#​2033)
  • KeyValue:
    • Deduplicate keys in KeyValue.Keys() and document ListKeys behavior (#​2029)
    • Fix flaky TestKeyValueWithSources (#​2036)
CHANGED
Complete Changes

v1.49.0

Compare Source

Changelog

ADDED
  • Core NATS:
    • IgnoreDiscoveredServers option for skipping advertised servers (#​2022)
    • Reconnect to selected server callback option #​1958)
    • Set custom server pool (#​1958)
  • KeyValue:
    • Config() method for KeyValueStatus (#​2014)
FIXED
  • Core NATS:
    • Only remove requested status listener (#​1991)
  • JetStream:
    • Cleanup JS Publisher Status Channel (#​1993)
  • Legacy JetStream:
  • Object store:
    • Use default timeout on object Put when context has no deadline (#​2013)
IMPROVED
Complete Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner February 23, 2026 15:16
@renovate renovate bot changed the title fix(deps): update module github.com/nats-io/nats.go to v1.49.0 fix(deps): update module github.com/nats-io/nats.go to v1.49.0 - autoclosed Mar 4, 2026
@renovate renovate bot closed this Mar 4, 2026
@renovate renovate bot deleted the renovate/github.com-nats-io-nats.go-1.x branch March 4, 2026 16:07
@renovate renovate bot changed the title fix(deps): update module github.com/nats-io/nats.go to v1.49.0 - autoclosed fix(deps): update module github.com/nats-io/nats.go to v1.49.0 Mar 4, 2026
@renovate renovate bot reopened this Mar 4, 2026
@renovate renovate bot force-pushed the renovate/github.com-nats-io-nats.go-1.x branch 2 times, most recently from 397baea to 92c66b1 Compare March 4, 2026 18:57
@renovate renovate bot changed the title fix(deps): update module github.com/nats-io/nats.go to v1.49.0 fix(deps): update module github.com/nats-io/nats.go to v1.49.0 - autoclosed Mar 22, 2026
@renovate renovate bot closed this Mar 22, 2026
@renovate renovate bot changed the title fix(deps): update module github.com/nats-io/nats.go to v1.49.0 - autoclosed fix(deps): update module github.com/nats-io/nats.go to v1.49.0 Mar 22, 2026
@renovate renovate bot reopened this Mar 22, 2026
@renovate renovate bot force-pushed the renovate/github.com-nats-io-nats.go-1.x branch 3 times, most recently from 4c96a2b to a654d9c Compare March 24, 2026 15:15
@renovate renovate bot changed the title fix(deps): update module github.com/nats-io/nats.go to v1.49.0 fix(deps): update module github.com/nats-io/nats.go to v1.50.0 Mar 25, 2026
@renovate renovate bot force-pushed the renovate/github.com-nats-io-nats.go-1.x branch from a654d9c to 92d9cd7 Compare March 25, 2026 19:12
@renovate
Copy link
Copy Markdown
Author

renovate bot commented Mar 25, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/klauspost/compress v1.18.4 -> v1.18.5
golang.org/x/crypto v0.48.0 -> v0.49.0
golang.org/x/sys v0.41.0 -> v0.42.0

@renovate renovate bot changed the title fix(deps): update module github.com/nats-io/nats.go to v1.50.0 Update module github.com/nats-io/nats.go to v1.50.0 Apr 8, 2026
@renovate renovate bot changed the title Update module github.com/nats-io/nats.go to v1.50.0 Update module github.com/nats-io/nats.go to v1.50.0 - autoclosed Apr 14, 2026
@renovate renovate bot closed this Apr 14, 2026
@renovate renovate bot changed the title Update module github.com/nats-io/nats.go to v1.50.0 - autoclosed Update module github.com/nats-io/nats.go to v1.51.0 Apr 15, 2026
@renovate renovate bot reopened this Apr 15, 2026
@renovate renovate bot force-pushed the renovate/github.com-nats-io-nats.go-1.x branch from 92d9cd7 to 680926c Compare April 15, 2026 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants