Bump github.com/nats-io/nats.go from 1.45.0 to 1.46.1 #2290

Closed
dependabot[bot] wants to merge 1 commit from refs/pull/2290/head into main
dependabot[bot] commented 2025-10-06 02:17:44 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #1719
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1719
Original created: 2025-10-06T02:17:44Z
Original updated: 2025-10-06T05:50:57Z
Original head: carverauto/serviceradar:dependabot/go_modules/github.com/nats-io/nats.go-1.46.1
Original base: main

Bumps github.com/nats-io/nats.go from 1.45.0 to 1.46.1.

Release notes

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

Release v1.46.1

Changelog

FIXED

  • JetStream:
    • Add omitempty to AllowMsgTTL and AllowMsgCounter (#1947)

Complete Changes

https://github.com/nats-io/nats.go/compare/v1.46.0...v1.46.1

Release v1.46.0

Changelog

Overview

This release enables features introduced in nats-server@v2.12.0.

Some features, while enabled in the client by adding relevant configuration, have APIs exposed in synadia-io/orbit.go, namely:

ADDED

  • JetStream:
    • Stream counters configuration option (#1932, #1939)
    • New fields in ClusterInfo (#1935)
    • AllowAtomicPublish stream configuration option (#1940)
    • PersistMode stream config option for configurable stream persistence settings (#1943)
    • AllowMsgSchedules stream configuration option to enable message scheduling (#1942)
    • Context and timeout options to Messages.Next() plus Fetch context support (#1938)
    • Support custom name prefix for ordered consumers (#1928)
    • Prioritized priority policy (#1937)
  • KeyValue:
    • Added KeyValue bucket metadada support (#1944)

IMPROVED

  • JetStream:
    • Add max consumers limit error (code=10026). Thanks @​Arlet2 for the contribution (#1922)
    • Return more specific cons info error on ordered consumer recreation (#1931)

Complete Changes

https://github.com/nats-io/nats.go/compare/v1.45.0...v1.46.0

Commits
  • 4dc7f1e Release v1.46.1 (#1948)
  • 0bbc048 [FIXED] Add omitempty to AllowMsgTTL and AllowMsgCounter (#1947)
  • 41de016 Release v1.46.0
  • 2d3be0c [IMPROVED] Bump nats-server test dependency
  • 9726c6f [ADDED] AllowMsgSchedules field to enable message scheduling in stream config...
  • 5e67170 [FIXED] Revert leftover no headers support changes (#1941)
  • c85e275 [ADDED] Introduce PersistMode for configurable persistence settings in stream...
  • 13d3ae2 [ADDED] AllowAtomicPublish option on stream config (#1940)
  • 60f1718 [CHANGED] Remove no headers support (#1939)
  • ec9b58f [IMPROVED] Add test veryfying if mirror can be updated to regular stream (#1934)
  • 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 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: #1719 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1719 Original created: 2025-10-06T02:17:44Z Original updated: 2025-10-06T05:50:57Z Original head: carverauto/serviceradar:dependabot/go_modules/github.com/nats-io/nats.go-1.46.1 Original base: main --- Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.45.0 to 1.46.1. <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.46.1</h2> <h2>Changelog</h2> <h3>FIXED</h3> <ul> <li>JetStream: <ul> <li>Add omitempty to AllowMsgTTL and AllowMsgCounter (<a href="https://redirect.github.com/nats-io/nats.go/issues/1947">#1947</a>)</li> </ul> </li> </ul> <h3>Complete Changes</h3> <p><a href="https://github.com/nats-io/nats.go/compare/v1.46.0...v1.46.1">https://github.com/nats-io/nats.go/compare/v1.46.0...v1.46.1</a></p> <h2>Release v1.46.0</h2> <h2>Changelog</h2> <h3>Overview</h3> <p>This release enables features introduced in <a href="https://github.com/nats-io/nats-server/releases/tag/v2.12.0">nats-server@v2.12.0</a>.</p> <p>Some features, while enabled in the client by adding relevant configuration, have APIs exposed in <a href="https://github.com/synadia-io/orbit.go">synadia-io/orbit.go</a>, namely:</p> <ul> <li><a href="https://github.com/synadia-io/orbit.go/blob/main/counters/README.md">Distributed Counters</a></li> <li><a href="https://github.com/synadia-io/orbit.go/blob/main/jetstreamext/README.md#atomic-batch-publishing">Atomic batch publish</a></li> </ul> <h3>ADDED</h3> <ul> <li>JetStream: <ul> <li>Stream counters configuration option (<a href="https://redirect.github.com/nats-io/nats.go/issues/1932">#1932</a>, <a href="https://redirect.github.com/nats-io/nats.go/issues/1939">#1939</a>)</li> <li>New fields in <code>ClusterInfo</code> (<a href="https://redirect.github.com/nats-io/nats.go/issues/1935">#1935</a>)</li> <li><code>AllowAtomicPublish</code> stream configuration option (<a href="https://redirect.github.com/nats-io/nats.go/issues/1940">#1940</a>)</li> <li><code>PersistMode</code> stream config option for configurable stream persistence settings (<a href="https://redirect.github.com/nats-io/nats.go/issues/1943">#1943</a>)</li> <li><code>AllowMsgSchedules</code> stream configuration option to enable message scheduling (<a href="https://redirect.github.com/nats-io/nats.go/issues/1942">#1942</a>)</li> <li>Context and timeout options to <code>Messages.Next()</code> plus <code>Fetch</code> context support (<a href="https://redirect.github.com/nats-io/nats.go/issues/1938">#1938</a>)</li> <li>Support custom name prefix for ordered consumers (<a href="https://redirect.github.com/nats-io/nats.go/issues/1928">#1928</a>)</li> <li>Prioritized priority policy (<a href="https://redirect.github.com/nats-io/nats.go/issues/1937">#1937</a>)</li> </ul> </li> <li>KeyValue: <ul> <li>Added KeyValue bucket metadada support (<a href="https://redirect.github.com/nats-io/nats.go/issues/1944">#1944</a>)</li> </ul> </li> </ul> <h3>IMPROVED</h3> <ul> <li>JetStream: <ul> <li>Add max consumers limit error (code=10026). Thanks <a href="https://github.com/Arlet2"><code>@​Arlet2</code></a> for the contribution (<a href="https://redirect.github.com/nats-io/nats.go/issues/1922">#1922</a>)</li> <li>Return more specific cons info error on ordered consumer recreation (<a href="https://redirect.github.com/nats-io/nats.go/issues/1931">#1931</a>)</li> </ul> </li> </ul> <h3>Complete Changes</h3> <p><a href="https://github.com/nats-io/nats.go/compare/v1.45.0...v1.46.0">https://github.com/nats-io/nats.go/compare/v1.45.0...v1.46.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nats-io/nats.go/commit/4dc7f1e4f613c88eade172f8fe9ebeea4bf28675"><code>4dc7f1e</code></a> Release v1.46.1 (<a href="https://redirect.github.com/nats-io/nats.go/issues/1948">#1948</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/0bbc048e3b6941659c029dd778aa39643eee47be"><code>0bbc048</code></a> [FIXED] Add omitempty to AllowMsgTTL and AllowMsgCounter (<a href="https://redirect.github.com/nats-io/nats.go/issues/1947">#1947</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/41de016ddd3a5d6dfd5250018c88fecc7abf975c"><code>41de016</code></a> Release v1.46.0</li> <li><a href="https://github.com/nats-io/nats.go/commit/2d3be0c81b47c6d747c057e858dcccbc0da6c305"><code>2d3be0c</code></a> [IMPROVED] Bump nats-server test dependency</li> <li><a href="https://github.com/nats-io/nats.go/commit/9726c6f3bce55461780aee3dc7fd40724078e91f"><code>9726c6f</code></a> [ADDED] AllowMsgSchedules field to enable message scheduling in stream config...</li> <li><a href="https://github.com/nats-io/nats.go/commit/5e67170a3195cc7af484529ba1e6151bf2677648"><code>5e67170</code></a> [FIXED] Revert leftover no headers support changes (<a href="https://redirect.github.com/nats-io/nats.go/issues/1941">#1941</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/c85e27545ae3ddbc1f64d74e659b1890cc658267"><code>c85e275</code></a> [ADDED] Introduce PersistMode for configurable persistence settings in stream...</li> <li><a href="https://github.com/nats-io/nats.go/commit/13d3ae2df4c67412ab887a45d542a12053dd58ec"><code>13d3ae2</code></a> [ADDED] AllowAtomicPublish option on stream config (<a href="https://redirect.github.com/nats-io/nats.go/issues/1940">#1940</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/60f17186ecfffaa404485047969f129c5a186fb0"><code>60f1718</code></a> [CHANGED] Remove no headers support (<a href="https://redirect.github.com/nats-io/nats.go/issues/1939">#1939</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/ec9b58f8954ca95f9fd2bdc1af0c8fe528e77764"><code>ec9b58f</code></a> [IMPROVED] Add test veryfying if mirror can be updated to regular stream (<a href="https://redirect.github.com/nats-io/nats.go/issues/1934">#1934</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nats-io/nats.go/compare/v1.45.0...v1.46.1">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.45.0&new-version=1.46.1)](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 2025-10-06 05:50:54 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1719#issuecomment-3370014972
Original created: 2025-10-06T05:50:54Z

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/1719#issuecomment-3370014972 Original created: 2025-10-06T05:50:54Z --- 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!2290
No description provided.