chore(deps): bump github.com/nats-io/nats.go from 1.47.0 to 1.48.0 #2610

Closed
dependabot[bot] wants to merge 1 commit from refs/pull/2610/head into staging
dependabot[bot] commented 2025-12-22 02:15:02 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #2195
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2195
Original created: 2025-12-22T02:15:02Z
Original updated: 2026-01-11T18:03:04Z
Original head: carverauto/serviceradar:dependabot/go_modules/github.com/nats-io/nats.go-1.48.0
Original base: staging

Bumps github.com/nats-io/nats.go from 1.47.0 to 1.48.0.

Release notes

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

Release v1.48.0

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

https://github.com/nats-io/nats.go/compare/v1.47.0...v1.48.0

Commits
  • a0e7b70 Release v1.48.0 (#1984)
  • 3ad4204 [IMPROVED] Mention performance in Fetch docs (#1983)
  • 34d93ec [ADDED] Enable using non-kv streams as KV sources (#1960)
  • 7bb976d [IMPROVED] Re-add subject validation (#1979)
  • a2b6c93 [IMPROVED] Fix typo in README for service creation method (#1962)
  • 97bfc32 [IMPROVED] Add publish subject validation (#1974)
  • 1949406 [FIXED] Fix data race when closing watcher updates channel in kv.go (#1965)
  • bc57480 [FIXED] Use QueueSubscribe if DeliverGroup is configured on PushConsumer (#1966)
  • 4ec2f44 [FIXED] Fix function pointer check in js.apiRequestWithContext() (#1957)
  • 93fcbd0 Remove extraneous PullThresholdMessages type definition (#1959)
  • See full diff 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
Imported from GitHub pull request. Original GitHub pull request: #2195 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2195 Original created: 2025-12-22T02:15:02Z Original updated: 2026-01-11T18:03:04Z Original head: carverauto/serviceradar:dependabot/go_modules/github.com/nats-io/nats.go-1.48.0 Original base: staging --- Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.47.0 to 1.48.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nats-io/nats.go/releases">github.com/nats-io/nats.go's releases</a>.</em></p> <blockquote> <h2>Release v1.48.0</h2> <h2>Changelog</h2> <h3>ADDED</h3> <ul> <li>Core NATS: <ul> <li>Add publish subject validation and a connection option to skip it (<a href="https://redirect.github.com/nats-io/nats.go/issues/1974">#1974</a>, <a href="https://redirect.github.com/nats-io/nats.go/issues/1979">#1979</a>)</li> </ul> </li> <li>KeyValue: <ul> <li>Enable custom subject transforms on KV sourcing (<a href="https://redirect.github.com/nats-io/nats.go/issues/1960">#1960</a>)</li> </ul> </li> </ul> <h3>FIXED</h3> <ul> <li>JetStream: <ul> <li>Fix function pointer check in <code>js.apiRequestWithContext</code>. Thanks <a href="https://github.com/svenfoo"><code>@​svenfoo</code></a> for the contribution (<a href="https://redirect.github.com/nats-io/nats.go/issues/1957">#1957</a>)</li> <li>Use QueueSubscribe if DeliverGroup is configured on PushConsumer (<a href="https://redirect.github.com/nats-io/nats.go/issues/1966">#1966</a>)</li> </ul> </li> <li>KeyValue: <ul> <li>Fix data race when closing watcher updates channel in kv.go (<a href="https://redirect.github.com/nats-io/nats.go/issues/1965">#1965</a>)</li> </ul> </li> </ul> <h3>IMPROVED</h3> <ul> <li>Remove extraneous PullThresholdMessages type definition from README. Thanks <a href="https://github.com/PeterBParker"><code>@​PeterBParker</code></a> for the contribution (<a href="https://redirect.github.com/nats-io/nats.go/issues/1959">#1959</a>)</li> <li>Fix typo in README for service creation method (<a href="https://redirect.github.com/nats-io/nats.go/issues/1962">#1962</a>)</li> <li>Mention performance implications of using Consumer.Fetch in docs (<a href="https://redirect.github.com/nats-io/nats.go/issues/1983">#1983</a>)</li> </ul> <h3>Complete Changes</h3> <p><a href="https://github.com/nats-io/nats.go/compare/v1.47.0...v1.48.0">https://github.com/nats-io/nats.go/compare/v1.47.0...v1.48.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nats-io/nats.go/commit/a0e7b702c6b8ef9f86d09008d8cfcb4623fdd608"><code>a0e7b70</code></a> Release v1.48.0 (<a href="https://redirect.github.com/nats-io/nats.go/issues/1984">#1984</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/3ad420407d990e97ca28042b94a2e182d5d19e76"><code>3ad4204</code></a> [IMPROVED] Mention performance in Fetch docs (<a href="https://redirect.github.com/nats-io/nats.go/issues/1983">#1983</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/34d93ec001fbb6ff47e23caa8912dc93899f66e6"><code>34d93ec</code></a> [ADDED] Enable using non-kv streams as KV sources (<a href="https://redirect.github.com/nats-io/nats.go/issues/1960">#1960</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/7bb976de86b1db55e77cf5ac649c11f3092b8c9c"><code>7bb976d</code></a> [IMPROVED] Re-add subject validation (<a href="https://redirect.github.com/nats-io/nats.go/issues/1979">#1979</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/a2b6c9350bee2ed93071d0540a9eff022c418c47"><code>a2b6c93</code></a> [IMPROVED] Fix typo in README for service creation method (<a href="https://redirect.github.com/nats-io/nats.go/issues/1962">#1962</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/97bfc3294ce5cfdcc98f74c436ebeee88a80e233"><code>97bfc32</code></a> [IMPROVED] Add publish subject validation (<a href="https://redirect.github.com/nats-io/nats.go/issues/1974">#1974</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/1949406fa68390b46b1963f0f4a04ec972c5152d"><code>1949406</code></a> [FIXED] Fix data race when closing watcher updates channel in kv.go (<a href="https://redirect.github.com/nats-io/nats.go/issues/1965">#1965</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/bc5748093780342ffc6882206a22cc2ce25b28be"><code>bc57480</code></a> [FIXED] Use QueueSubscribe if DeliverGroup is configured on PushConsumer (<a href="https://redirect.github.com/nats-io/nats.go/issues/1966">#1966</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/4ec2f446e4cd829a7be3bf9aa16c43a7fddeaed9"><code>4ec2f44</code></a> [FIXED] Fix function pointer check in js.apiRequestWithContext() (<a href="https://redirect.github.com/nats-io/nats.go/issues/1957">#1957</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/93fcbd0438d88b75a3a1d7a5c0928493cf292b8f"><code>93fcbd0</code></a> Remove extraneous PullThresholdMessages type definition (<a href="https://redirect.github.com/nats-io/nats.go/issues/1959">#1959</a>)</li> <li>See full diff in <a href="https://github.com/nats-io/nats.go/compare/v1.47.0...v1.48.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/nats-io/nats.go&package-manager=go_modules&previous-version=1.47.0&new-version=1.48.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
dependabot[bot] commented 2026-01-11 18:03:01 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2195#issuecomment-3735210824
Original created: 2026-01-11T18:03:01Z

Looks like github.com/nats-io/nats.go is up-to-date now, so this is no longer needed.

Imported GitHub PR comment. Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2195#issuecomment-3735210824 Original created: 2026-01-11T18:03:01Z --- Looks like github.com/nats-io/nats.go is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!2610
No description provided.