dependabot[bot] opened a new pull request, #31204: URL: https://github.com/apache/beam/pull/31204
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.13.1 to 1.15.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mongodb/mongo-go-driver/releases">go.mongodb.org/mongo-driver's releases</a>.</em></p> <blockquote> <h2>MongoDB Go Driver 1.15.0</h2> <p>The MongoDB Go Driver Team is pleased to release version 1.15.0 of the official Go driver.</p> <h2>Release Notes</h2> <p>This release adds a feature that can prevent "connection churn" caused by operation timeouts.</p> <h3>Prevent "Connection Churn" Caused by Timeouts</h3> <p>Previously, the Go Driver would close the in-use connection when an operation timed out. However, closing the in-use connection can cause significant additional application and database load if many timeouts happen quickly, potentially causing "connection churn" that can exacerbate latency issues. The Go Driver now offers a new feature that waits (for a maximum of 1 second) for the connection to be reusable after an operation times out instead of closing it.</p> <p>To enable the new feature, set a <code>Client</code>-wide timeout by using <a href="https://pkg.go.dev/go.mongodb.org/mongo-driver/mongo/options#ClientOptions.SetTimeout">SetTimeout</a> or by specifing the <code>timeoutMS</code> connection string option. Use <code>SetTimeout(0)</code> or <code>timeoutMS=0</code> to enable the new feature without adding new timeouts. See <a href="https://pkg.go.dev/go.mongodb.org/mongo-driver/mongo/options#ClientOptions.SetTimeout">SetTimeout</a> for more information about the <code>Client</code>-wide timeout configuration.</p> <hr /> <p>For a full list of tickets included in this release, please see the links below:</p> <ul> <li><a href="https://jira.mongodb.org/issues/?jql=project%3Dgodriver%20and%20type%3D%22new%20feature%22%20and%20status%20%3D%20Closed%20and%20fixVersion%3D1.15.0">New Features</a></li> <li><a href="https://jira.mongodb.org/issues/?jql=project%3Dgodriver%20and%20type%3Dimprovement%20and%20status%20%3D%20Closed%20and%20fixVersion%3D1.15.0">Improvements</a></li> <li><a href="https://jira.mongodb.org/issues/?jql=project%3DGODRIVER%20and%20type%3DBug%20and%20status%3Dclosed%20and%20fixVersion%3D1.15.0">Bugs</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-go-driver/compare/v1.14.0...v1.15.0">v1.14.0...1.15.0</a></p> <p>Documentation for the Go driver can be found on <a href="https://pkg.go.dev/go.mongodb.org/mongo-driver/mongo?tab=doc">pkg.go.dev</a> and the <a href="https://docs.mongodb.com/ecosystem/drivers/go/">MongoDB documentation site</a>. BSON library documentation is also available on <a href="https://pkg.go.dev/go.mongodb.org/mongo-driver/bson?tab=doc">pkg.go.dev</a>. Questions and inquiries can be asked on the <a href="https://community.mongodb.com/">MongoDB Developer Community</a>. Bugs can be reported in the <a href="https://jira.mongodb.org/secure/CreateIssue!default.jspa?pid=14289">Go Driver project in the MongoDB JIRA</a> where a list of <a href="https://jira.mongodb.org/browse/GODRIVER">current issues</a> can be found. Your feedback on the Go driver is greatly appreciated!</p> <h2>MongoDB Go Driver 1.14.0</h2> <p>The MongoDB Go Driver Team is pleased to release version 1.14.0 of the official Go driver.</p> <h2>Release Notes</h2> <p>This release bumps the minimum Go version from 1.13 to 1.18. It also brings several additional changes and improvements.</p> <h3>Notable Changes</h3> <ul> <li>In case of a heartbeat timeout, in-progress operations are preemptively canceled.</li> <li>Support connecting with a "mongodb+srv://" URI that contains capital letters in the SRV hostname.</li> </ul> <hr /> <p>For a full list of tickets included in this release, please see the links below:</p> <ul> <li><a href="https://jira.mongodb.org/issues/?jql=project%3Dgodriver%20and%20type%3Dimprovement%20and%20status%20%3D%20Closed%20and%20fixVersion%3D1.14.0">Improvements</a></li> <li><a href="https://jira.mongodb.org/issues/?jql=project%3Dgodriver%20and%20type%3D%22task%22%20and%20status%20%3D%20Closed%20and%20fixVersion%3D1.14.0">Tasks</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mongodb/mongo-go-driver/compare/v1.13.2...v1.14.0">v1.13.2...1.14.0</a></p> <p>Documentation for the Go driver can be found on <a href="https://pkg.go.dev/go.mongodb.org/mongo-driver/mongo?tab=doc">pkg.go.dev</a> and the <a href="https://docs.mongodb.com/ecosystem/drivers/go/">MongoDB documentation site</a>. BSON library documentation is also available on <a href="https://pkg.go.dev/go.mongodb.org/mongo-driver/bson?tab=doc">pkg.go.dev</a>. Questions and inquiries can be asked on the <a href="https://community.mongodb.com/">MongoDB Developer Community</a>. Bugs can be reported in the <a href="https://jira.mongodb.org/secure/CreateIssue!default.jspa?pid=14289">Go Driver project in the MongoDB JIRA</a> where a list of <a href="https://jira.mongodb.org/browse/GODRIVER">current issues</a> can be found. Your feedback on the Go driver is greatly appreciated!</p> <h2>MongoDB Go Driver 1.13.2</h2> <p>The MongoDB Go Driver Team is pleased to release version 1.13.2 of the official Go driver.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/7a495f2d45ed77cc72305ffea6371350818e751d"><code>7a495f2</code></a> Update version to v1.15.0</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/64d6ed0006c5da5aaf5793c1ca2b9551deed2462"><code>64d6ed0</code></a> Fix version to prepare for the v1.15.0 release. (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1604">#1604</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/86cb64739c01eb695130ed2877fca0a8099db021"><code>86cb647</code></a> GODRIVER-3145 Don't retry on context timeout or cancellation. (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1598">#1598</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/e9a633cc5f6b79fbc1bb1e1608019b5442f987d2"><code>e9a633c</code></a> GODRIVER-3137 Skip failing transaction tests (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1599">#1599</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/b605d094308dd7e7395a723203384be00a559524"><code>b605d09</code></a> GODRIVER-3172 Read response in the background after an op timeout. (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1589">#1589</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/722a2f22218a9be4dd997afcede5a9c956b1831c"><code>722a2f2</code></a> GODRIVER-3123 Skip test until QE Range Protocol V2 is Implemented (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1600">#1600</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/94dfdff4e3bf69e1742199c5536ddf2c5dcb0a44"><code>94dfdff</code></a> GODRIVER-2910 Add durations to connection pool events. (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1590">#1590</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/b693b757e2bc1c6d83c6ace00c9c6fd59d394842"><code>b693b75</code></a> GODRIVER-3161 Resync the fle2v2-Range-* tests and skip prose test 22 (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1591">#1591</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/d41a7cc214e8ed6c229d0a80245023300296ef4c"><code>d41a7cc</code></a> Fix typo within WriteConcern docs (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1579">#1579</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/d90de952212538fb31bae3c7e5b78e09759df583"><code>d90de95</code></a> GODRIVER-3158 Invoke all Drivers Evergreen Tools Scripts with Bash (<a href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1580">#1580</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mongodb/mongo-go-driver/compare/v1.13.1...v1.15.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]
