dependabot[bot] opened a new pull request, #36312: URL: https://github.com/apache/beam/pull/36312
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.45.0 to 1.46.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.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">[email protected]</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/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><a href="https://github.com/nats-io/nats.go/commit/3416ed073b7699d8eb9f5543b16b0e9a960722f8"><code>3416ed0</code></a> [ADDED] New fields in ClusterInfo (<a href="https://redirect.github.com/nats-io/nats.go/issues/1935">#1935</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/460f3ded59bd9da1f6646da0cb0d36c873979090"><code>460f3de</code></a> [ADDED] Prioritized priority policy (<a href="https://redirect.github.com/nats-io/nats.go/issues/1937">#1937</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nats-io/nats.go/compare/v1.45.0...v1.46.0">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
