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

   Bumps 
[go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 
1.11.6 to 1.11.7.
   <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.7</h2>
   <p>The MongoDB Go Driver Team is pleased to release version 1.11.7 of the 
official Go driver.</p>
   <h2>Release Notes</h2>
   <p>This release fixes various bugs, including:</p>
   <ul>
   <li>Parsing certain <code>decimal128</code> values from Extended JSON can 
take a long time.</li>
   <li>Some database errors can cause the driver to unexpectedly mark the 
database topology as unknown.</li>
   <li><code>RewrapManyDataKey</code> should return an error if it's called 
with <code>masterKey</code> and without <code>provider</code>.</li>
   <li>&quot;connectionId&quot; returned in heartbeats may be 
<code>int64</code>.</li>
   </ul>
   <p>It also adds the <code>Cursor.SetBatchSize</code> API, which allows 
changing the document batch size requested for subsequent cursor iterations.</p>
   <hr />
   <p>For a full list of tickets included in this release, please see the links 
below:</p>
   <ul>
   <li>
   <p><a 
href="https://jira.mongodb.org/issues/?jql=project%3Dgodriver%20and%20type%3Dimprovement%20and%20status%20%3D%20Closed%20and%20fixVersion%3D1.11.7";>Improvements</a></p>
   </li>
   <li>
   <p><a 
href="https://jira.mongodb.org/issues/?jql=project%3DGODRIVER%20and%20type%3DBug%20and%20status%3Dclosed%20and%20fixVersion%3D1.11.7";>Bugs</a></p>
   </li>
   <li>
   <p><a 
href="https://jira.mongodb.org/issues/?jql=project%3Dgodriver%20and%20type%3D%22task%22%20and%20status%20%3D%20Closed%20and%20fixVersion%3D1.11.7";>Tasks</a></p>
   </li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mongodb/mongo-go-driver/compare/v1.11.6...v1.11.7";>v1.11.6...1.11.7</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>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/c1127e821a925d95b56a1aea45443f25930bdaeb";><code>c1127e8</code></a>
 Update version to v1.11.7</li>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/8ff3b25c0e7a8c99d38aaa7f105e1dd8754355c7";><code>8ff3b25</code></a>
 Port the latest build and CI process to release/1.11 (<a 
href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1285";>#1285</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/b2afacbed2f69c8b4184905409a9c172dfdf5dfa";><code>b2afacb</code></a>
 Use testify/assert in decimal_test.go for v1.11.7 (<a 
href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1284";>#1284</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/67f33810ad9ce35bf9dca29691503baf3ce6a4ef";><code>67f3381</code></a>
 GODRIVER-1605 Add SetBatchSize to mongo.Cursor (<a 
href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1201";>#1201</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/cb5ffcfa48b45f9b8b6baf488990256c386e86ac";><code>cb5ffcf</code></a>
 GODRIVER-2816 Add documentation Example for primitive.Regex Usage (<a 
href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1245";>#1245</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/d79782290b11d1feef4924f92113a284fde06d8a";><code>d797822</code></a>
 GODRIVER-2828 Use topology version from Server instead of Connection in 
Proce...</li>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/b1ab40e4432f4e4127635575c8d05b0b0c5b93af";><code>b1ab40e</code></a>
 GODRIVER-1519 Fix parsing decimal128 zero values with large exponents. (<a 
href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1277";>#1277</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/eadc7dd2522a76d2e0d67a590c8711aabf8ed59d";><code>eadc7dd</code></a>
 GODRIVER-2584 Error if RewrapManyDataKey is called with MasterKey and 
without...</li>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/604cc07fb778ec8475301796480d29bd0e66a375";><code>604cc07</code></a>
 GODRIVER-2737 ConnectionId returned in heartbeats may be int64 (<a 
href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1266";>#1266</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/55fd8c9c30b37d48cf147901d98d942bc76ff23c";><code>55fd8c9</code></a>
 GODRIVER-2837 Backport safe Makefile to the release branch. (<a 
href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1256";>#1256</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mongodb/mongo-go-driver/compare/v1.11.6...v1.11.7";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=go.mongodb.org/mongo-driver&package-manager=go_modules&previous-version=1.11.6&new-version=1.11.7)](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]

Reply via email to