dependabot[bot] opened a new pull request, #33914: URL: https://github.com/apache/beam/pull/33914
Bumps [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) from 1.38.0 to 1.39.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>v1.39.0</h2> <h2>Changelog</h2> <h3>Overview</h3> <p>This release bumps the minimal go version in <code>go.mod</code> to <code>1.22</code>.</p> <h3>Added</h3> <ul> <li>JetStream: <ul> <li>Added <code>PullMaxMessagesWithBytesLimit</code> option for Consume and Messages (<a href="https://redirect.github.com/nats-io/nats.go/issues/1789">#1789</a>)</li> <li>Added <code>Metadata</code> to <code>OrderedConsumerConfig</code>. Thanks <a href="https://github.com/mwain"><code>@mwain</code></a> for the contribution (<a href="https://redirect.github.com/nats-io/nats.go/issues/1737">#1737</a>)</li> <li>Added <code>JetStream.Options()</code> and <code>JetStream.Conn()</code> methods to <code>JetStream</code> interface (<a href="https://redirect.github.com/nats-io/nats.go/issues/1792">#1792</a>)</li> </ul> </li> <li>KeyValue: <ul> <li>Added <code>ListKeysFiltered</code> for listing keys with multiple filters. Thanks <a href="https://github.com/somratdutta"><code>@somratdutta</code></a> for the contribution (<a href="https://redirect.github.com/nats-io/nats.go/issues/1711">#1711</a>)</li> </ul> </li> </ul> <h3>Fixed</h3> <ul> <li>JetStream: <ul> <li>Fixed invalid heartbeat timer for <code>Consumer.Messages()</code> (<a href="https://redirect.github.com/nats-io/nats.go/issues/1786">#1786</a>)</li> </ul> </li> <li>ObjectStore: <ul> <li>Fixed invalid error being returned from <code>DeleteObjectStore</code> (<a href="https://redirect.github.com/nats-io/nats.go/issues/1762">#1762</a>)</li> </ul> </li> <li>WebSockets: <ul> <li>Fixed protocol parsing errors with websocket compression and PONGs. Thanks <a href="https://github.com/rsafonseca"><code>@rsafonseca</code></a> for the contribution (<a href="https://redirect.github.com/nats-io/nats.go/issues/1790">#1790</a>)</li> </ul> </li> <li>Core NATS: <ul> <li>Protect against possible nil pointer panic (<a href="https://redirect.github.com/nats-io/nats.go/issues/1771">#1771</a>)</li> </ul> </li> </ul> <h3>Changed</h3> <ul> <li>Bump go version to v1.22 (<a href="https://redirect.github.com/nats-io/nats.go/issues/1773">#1773</a>)</li> </ul> <h3>Improved</h3> <ul> <li>Fixed typo in JetStream docs. Thanks <a href="https://github.com/davydog187"><code>@davydog187</code></a> for the contribution (<a href="https://redirect.github.com/nats-io/nats.go/issues/1758">#1758</a>)</li> <li>Improved documentation of JetStream <code>Consume</code> and <code>Messages</code> options (<a href="https://redirect.github.com/nats-io/nats.go/issues/1770">#1770</a>)</li> <li>Removed obsolete build tags (<a href="https://redirect.github.com/nats-io/nats.go/issues/1787">#1787</a>)</li> </ul> <h3>Complete Changes</h3> <p><a href="https://github.com/nats-io/nats.go/compare/v1.38.0...v1.39.0">https://github.com/nats-io/nats.go/compare/v1.38.0...v1.39.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nats-io/nats.go/commit/901c9874936ad645aa791e005270eecb59be6464"><code>901c987</code></a> Release v1.39.0 (<a href="https://redirect.github.com/nats-io/nats.go/issues/1798">#1798</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/5a2c74aa0d8a0ab90e092e7200e442926f9b791e"><code>5a2c74a</code></a> [IMPROVED] Enhance documentation for PullMaxMessagesWithBytesLimit and PullMa...</li> <li><a href="https://github.com/nats-io/nats.go/commit/81d2faed0cbf1fe3bfdbc662f59a45985e469ac1"><code>81d2fae</code></a> [ADDED] PullMaxMessagesWithFetchSizeLimit option for Consume and Messages (<a href="https://redirect.github.com/nats-io/nats.go/issues/1">#1</a>...</li> <li><a href="https://github.com/nats-io/nats.go/commit/b1be9bf069ce5e35d15461011b0a23aade9e47c5"><code>b1be9bf</code></a> [IMPROVED] Use faster gha runners and fix leaking goroutines in Service API (...</li> <li><a href="https://github.com/nats-io/nats.go/commit/faec055e8825c375a340aa3c9c569092253acc07"><code>faec055</code></a> [ADDED] Options() and Conn() methods to JetStream (<a href="https://redirect.github.com/nats-io/nats.go/issues/1792">#1792</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/16e780e321ce2bfca3817f050d1ea9018e8bf0f8"><code>16e780e</code></a> [FIXED] Protect against potential panics (<a href="https://redirect.github.com/nats-io/nats.go/issues/1771">#1771</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/dfb52adad14899af4f45b6ee8276714aaccac016"><code>dfb52ad</code></a> [FIXED] Protocol parsing errors with ws compression and pongs (<a href="https://redirect.github.com/nats-io/nats.go/issues/1790">#1790</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/f7dfee975020eb22b8cbef3f41ae52f924895839"><code>f7dfee9</code></a> [FIXED] Invalid heartbeat timer for Consumer.Messages (<a href="https://redirect.github.com/nats-io/nats.go/issues/1786">#1786</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/5945afd6d4877a6abd4a27ed1db0886f22de73df"><code>5945afd</code></a> [IMPROVED] Remove obsolete build tags (<a href="https://redirect.github.com/nats-io/nats.go/issues/1787">#1787</a>)</li> <li><a href="https://github.com/nats-io/nats.go/commit/bb3ad1c6282d4e710dd3d78171763c10ce41be53"><code>bb3ad1c</code></a> Update go.sum (<a href="https://redirect.github.com/nats-io/nats.go/issues/1782">#1782</a>)</li> <li>Additional commits viewable in <a href="https://github.com/nats-io/nats.go/compare/v1.38.0...v1.39.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]
