Skip to content

Update module github.com/nats-io/nats.go to v1.52.0#17

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

Update module github.com/nats-io/nats.go to v1.52.0#17
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.com-nats-io-nats.go-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 17, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/nats-io/nats.go v1.47.0v1.52.0 age confidence

Release Notes

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

v1.52.0

Compare Source

Changelog

This release focuses on 2.14 nats-server features support.

ADDED
  • JetStream:
    • Added fast batch stream config field (#​2052)
    • Added message scheduling headers and publish opts (#​2051)
    • Updated StreamConfig with Consumer field and added AckFlowControlPolicy (#​2070)
    • Added reset consumer API (#​2069)
FIXED
  • Core NATS:
IMPROVED
  • Fixed Flaky JS cluster tests (#​2062)
Complete Changes

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

v1.48.0

Compare Source

Changelog

ADDED
  • Core NATS:
    • Add publish subject validation and a connection option to skip it (#​1974, #​1979)
  • KeyValue:
    • Enable custom subject transforms on KV sourcing (#​1960)
FIXED
  • JetStream:
    • Fix function pointer check in js.apiRequestWithContext. Thanks @​svenfoo for the contribution (#​1957)
    • Use QueueSubscribe if DeliverGroup is configured on PushConsumer (#​1966)
  • KeyValue:
    • Fix data race when closing watcher updates channel in kv.go (#​1965)
IMPROVED
  • Remove extraneous PullThresholdMessages type definition from README. Thanks @​PeterBParker for the contribution (#​1959)
  • Fix typo in README for service creation method (#​1962)
  • Mention performance implications of using Consumer.Fetch in docs (#​1983)
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 force-pushed the renovate/github.com-nats-io-nats.go-1.x branch 4 times, most recently from fe7f24c to 0330445 Compare January 6, 2026 01:27
@renovate renovate Bot changed the title Update module github.com/nats-io/nats.go to v1.48.0 Update module github.com/nats-io/nats.go to v1.49.0 Feb 23, 2026
@renovate renovate Bot force-pushed the renovate/github.com-nats-io-nats.go-1.x branch from 0330445 to af11dd3 Compare February 23, 2026 19:14
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Feb 23, 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):

  • 4 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.0 -> 1.25.0
github.com/klauspost/compress v1.18.0 -> v1.18.5
github.com/nats-io/nkeys v0.4.11 -> v0.4.15
golang.org/x/crypto v0.37.0 -> v0.49.0
golang.org/x/sys v0.35.0 -> v0.42.0

@renovate renovate Bot changed the title Update module github.com/nats-io/nats.go to v1.49.0 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 af11dd3 to 8f79b2b Compare March 25, 2026 18:37
@renovate renovate Bot force-pushed the renovate/github.com-nats-io-nats.go-1.x branch from 8f79b2b to 618a3a4 Compare April 14, 2026 17:49
@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.51.0 Apr 14, 2026
@renovate renovate Bot changed the title Update module github.com/nats-io/nats.go to v1.51.0 Update module github.com/nats-io/nats.go to v1.52.0 May 7, 2026
@renovate renovate Bot force-pushed the renovate/github.com-nats-io-nats.go-1.x branch from 618a3a4 to b09aac9 Compare May 7, 2026 15:38
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