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

   Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 
1.36.0 to 1.37.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.37.0</h2>
   <h2>Changelog</h2>
   <h3>Added</h3>
   <ul>
   <li>JetStream:
   <ul>
   <li><code>CleanupPublisher</code> method for removing internal JetStream 
subscription (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1690";>#1690</a>)</li>
   <li><code>ConsumeContext.Closed()</code> method for waiting for consume to 
be closed/drained (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1691";>#1691</a>)</li>
   </ul>
   </li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>JetStream:
   <ul>
   <li>Fix deadlock when accessing subscriptions map on a consumer (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1671";>#1671</a>)</li>
   <li>Fix panic in <code>OrderedConsumer</code> (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1686";>#1686</a>)</li>
   <li>Fix setting deliver policy in <code>Fetch()</code> for 
<code>OrderedConsumer</code> (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1693";>#1693</a>)</li>
   </ul>
   </li>
   <li>Legacy JetStream:
   <ul>
   <li>Change <code>Fetch</code> and <code>FetchBatch</code> client timeout to 
a higher value (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1689";>#1689</a>)</li>
   </ul>
   </li>
   </ul>
   <h3>Improved</h3>
   <ul>
   <li>Trim trailing slash if set on server address which can cause errors 
during lookup (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1654";>#1654</a>)</li>
   <li>Fixed README.md formatting. Thanks <a 
href="https://github.com/patrick-othmer";><code>@​patrick-othmer</code></a> for 
the contribution (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1692";>#1692</a>)</li>
   </ul>
   <h3>Deprecated</h3>
   <ul>
   <li>Deprecate encoded connections (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1674";>#1674</a>)</li>
   </ul>
   <h3>Complete Changes</h3>
   <p><a 
href="https://github.com/nats-io/nats.go/compare/v1.36.0...v1.37.0";>https://github.com/nats-io/nats.go/compare/v1.36.0...v1.37.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/278f9f188bca4d7bdee283a0e98ab66b82530c60";><code>278f9f1</code></a>
 Release v1.37.0 (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1697";>#1697</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/6a7246decfd339a30524f2b6baba5b0aa5f5b7de";><code>6a7246d</code></a>
 [ADDED] ConsumeContext.Closed() method for waiting for consume to be 
closed/d...</li>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/c76a9a7a6383d9c2682fb51d11ddd2f5749419a7";><code>c76a9a7</code></a>
 [ADDED] CleanupPublisher method for removing internal JetStream subscription 
...</li>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/af10233f2fe651d9360438be7ab0f1fc77cd4955";><code>af10233</code></a>
 [FIXED] Change Fetch client timeout to a higher value (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1689";>#1689</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/3498a06bee9b8fcdd837fd7fae69ef7e342e32e9";><code>3498a06</code></a>
 [FIXED] Setting deliver policy in Fetch() for OrderedConsumer (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1693";>#1693</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/e3df53d7fa82d1d60335c53b66b43d9be90a8881";><code>e3df53d</code></a>
 Correct README.md formatting (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1692";>#1692</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/5e0a59b27420175b84f8bfdcc79795a87a3b4ea1";><code>5e0a59b</code></a>
 [FIXED] Panic in ordered consumer (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1686";>#1686</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/a8a32d5adef6f9930f7e0578467acc637ee51835";><code>a8a32d5</code></a>
 Update docker for compatibility tests (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1688";>#1688</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/c693ec3784c00cf5f9ad9c0f4010b352482ab86d";><code>c693ec3</code></a>
 [FIXED] Deadlock when accessing subscriptions map on consumer (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1671";>#1671</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats.go/commit/94fa0cb99411c202a4c9c2ae84f444a10f2e5ad8";><code>94fa0cb</code></a>
 Deprecate encoded connections (<a 
href="https://redirect.github.com/nats-io/nats.go/issues/1674";>#1674</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/nats-io/nats.go/compare/v1.36.0...v1.37.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.36.0&new-version=1.37.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>


-- 
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: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to