dependabot[bot] opened a new pull request, #34431:
URL: https://github.com/apache/beam/pull/34431

   Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 
1.39.1 to 1.40.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.40.1</h2>
   <h2>Changelog</h2>
   <h3>Overview</h3>
   <p>This release fixes an issue in legacy JetStream <code>Subscribe</code> 
which did not respect user-set context when creating a consumer.</p>
   <h3>FIXED</h3>
   <ul>
   <li>Legacy JetStream:
   <ul>
   <li>Set context from option when creating consumer in 
<code>js.Subscribe</code> (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1835";>#1835</a>)</li>
   </ul>
   </li>
   </ul>
   <h3>Complete Changes</h3>
   <p><a 
href="https://github.com/nats-io/nats.go/compare/v1.40.0...v1.40.1";>https://github.com/nats-io/nats.go/compare/v1.40.0...v1.40.1</a></p>
   <h2>Release v1.40.0</h2>
   <h2>Changelog</h2>
   <h3>Overview</h3>
   <p>This release focuses on adding support for new features from <a 
href="https://github.com/nats-io/nats-server/releases/tag/v2.11.0";>NATS Server 
v2.11.0</a>. This includes:</p>
   <ul>
   <li>Per message TTLs</li>
   <li>Consumer pause and resume</li>
   </ul>
   <p>Batch direct get will be released in <a 
href="https://github.com/synadia-io/orbit.go";>orbit</a>. Support for consumer 
priority groups will be added in the next minor release.</p>
   <h3>Added</h3>
   <ul>
   <li>JetStream:
   <ul>
   <li>Pause and resume JetStream consumer. Thanks <a 
href="https://github.com/yordis";><code>@​yordis</code></a> for the contribution 
(<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1571";>#1571</a>)</li>
   <li>Per message TTL option for JetStream publish (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1825";>#1825</a>)</li>
   <li>Timeout option for async publish (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1819";>#1819</a>)</li>
   </ul>
   </li>
   <li>Service API
   <ul>
   <li>Support for disabling queue groups at service, group, and endpoint 
levels (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1797";>#1797</a>)</li>
   </ul>
   </li>
   <li>Core NATS:
   <ul>
   <li><code>ReconnectErrCB</code> for handling failed reconnect attempts in a 
callback. Thanks <a 
href="https://github.com/sschleemilch";><code>@​sschleemilch</code></a> for the 
contribution (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1804";>#1804</a>)</li>
   </ul>
   </li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>JetStream
   <ul>
   <li>Invalid subscription on ordered consumer in leaderless cluster (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1808";>#1808</a>)</li>
   <li>Ordered consumer not restarting on no responders (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1827";>#1827</a>)</li>
   <li>Avoid ack id collision in PublishAsync (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1812";>#1812</a>)</li>
   <li>Possible panic in <code>Consumer.Fetch</code> (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1828";>#1828</a>)</li>
   <li>Use <code>resp.Error</code> to show NATS error in 
<code>deleteMsg</code>. Thanks <a 
href="https://github.com/imariman";><code>@​imariman</code></a> for the 
contribution (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1822";>#1822</a>)</li>
   </ul>
   </li>
   <li>KeyValue
   <ul>
   <li>Deadlock when fetching keys from KV while messages are deleted/purged 
(<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1824";>#1824</a>)</li>
   </ul>
   </li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>Bump go version to 1.23 and update dependencies (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1821";>#1821</a>)</li>
   </ul>
   <h3>Complete Changes</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/5efde11c8be67a150de0de3ec3bd3df962646166";><code>5efde11</code></a>
 Release v1.40.1 (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1836";>#1836</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/c758f7a985ccd75d7d2fe3103365744c6f0c52f4";><code>c758f7a</code></a>
 [FIXED] Set context from option when creating consumer in js.Subscribe (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1835";>#1835</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/42828a0bd426a2e2e2b39282159163648be8f036";><code>42828a0</code></a>
 Release v1.40.0 (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1833";>#1833</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/6b0dbf0e10cfa0cacfd372d9716ee4643e7202f9";><code>6b0dbf0</code></a>
 Bump test server dependency to 2.11.0</li>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/4ed447c7cf580ec0cb999c123c804ac1816aa3d8";><code>4ed447c</code></a>
 [ADDED] Add per msg ttl on publish (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1825";>#1825</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/dd16477268e56e2bba19245705551b61f850caf0";><code>dd16477</code></a>
 [FIXED] Fix compiler errors after rebase</li>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/99294b55ec0211ea8086388f3b08e766938923fe";><code>99294b5</code></a>
 [ADDED] Pause and resume jetstream consumer (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1571";>#1571</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/aba20679dfd6908b220729f12de654d1306e949b";><code>aba2067</code></a>
 [ADDED] ReconnectErrCB and AuthErrCB + handler functions (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1804";>#1804</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/a8924610a6eb5c06c61af91f9110e5e2c9ff1e36";><code>a892461</code></a>
 [ADDED] Timeout option for async publish (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1819";>#1819</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/4d1a00734a858d174c5ddfac6a4ea52555d5cfe5";><code>4d1a007</code></a>
 [ADDED] Support for disabling queue groups at service, group, and endpoint 
le...</li>
   <li>Additional commits viewable in <a 
href="https://github.com/nats-io/nats.go/compare/v1.39.1...v1.40.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.39.1&new-version=1.40.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>


-- 
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]

Reply via email to