dependabot[bot] opened a new pull request, #25605: URL: https://github.com/apache/beam/pull/25605
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.11.1 to 1.11.2. <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.11.2</h2> <p>The MongoDB Go Driver Team is pleased to release version 1.11.2 of the official Go driver.</p> <h2>Release Notes</h2> <p>This release includes various bug fixes.</p> <h3>Fix timestamp format when converting <code>bson.Raw</code> to Extended JSON</h3> <p>Previously, calling <code>bson.Raw.String</code> would output the wrong Extended JSON type if the BSON document contained a "UTC timestamp" field. This release updates <code>String</code> to output the correct Extended JSON type for timestamps.</p> <h3>Fix retryable reads when using read concerns "linearizable" or "available"</h3> <p>Previously, retried reads could fail if an operation used read concern "linearizable" or "available" because the Go driver set a conflicting configuration for implicit sessions. This release resolves conflicts with "linearizable" or "available" read concerns in retried reads.</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%3DBug%20and%20status%3Dclosed%20and%20fixVersion%3D1.11.2">Bugs</a></li> </ul> <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/f444b06cf7c37006ac44f78898111a0a0e6975f3"><code>f444b06</code></a> Update version to v1.11.2</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/9944eff80a56ea2e707395e85898a5a421b734d2"><code>9944eff</code></a> GODRIVER-2497 Always set causalConsistency=false for implicit sessions. (<a href="https://github-redirect.dependabot.com/mongodb/mongo-go-driver/issues/1176">#1176</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/4d68f59a0c94565ef0f08bbb5cd31ee66d42d32c"><code>4d68f59</code></a> GODRIVER-2570 update bsoncore value string to preserve timestamp type (<a href="https://github-redirect.dependabot.com/mongodb/mongo-go-driver/issues/1150">#1150</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/667bfcf8c918b04e2d701debe26f2f96b802567a"><code>667bfcf</code></a> GODRIVER-2658 Better guard against nil pinned connections. (<a href="https://github-redirect.dependabot.com/mongodb/mongo-go-driver/issues/1153">#1153</a>)</li> <li><a href="https://github.com/mongodb/mongo-go-driver/commit/af212d0130149c1cc03080ce78a15318b8a5de3e"><code>af212d0</code></a> Update version to v1.11.2-prerelease</li> <li>See full diff in <a href="https://github.com/mongodb/mongo-go-driver/compare/v1.11.1...v1.11.2">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 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]
