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

   Bumps 
[go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 
1.13.1 to 1.16.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.16.0</h2>
   <p>The MongoDB Go Driver Team is pleased to release version 1.16.0 of the 
official Go driver.</p>
   <h2>Release Notes</h2>
   <p>This release adds the ability to specify an index type when creating an 
<a href="https://www.mongodb.com/docs/atlas/atlas-search/create-index/";>Atlas 
Search Index</a>, reduces memory usage when using &quot;zstd&quot; compression, 
and upgrades dependencies.</p>
   <h3>Specify type when creating a search index</h3>
   <p>Allow specifying index type via <a 
href="https://pkg.go.dev/go.mongodb.org/[email protected]/mongo/options#SearchIndexesOptions.SetType";>SearchIndexModel.Options.SetType</a>
 when creating a search index.</p>
   <h3>Reduce zstd memory usage</h3>
   <p>When &quot;zstd&quot; compression is enabled, static memory usage and 
per-operation memory usage are reduced.</p>
   <h3>Upgrade dependencies</h3>
   <ul>
   <li>Bump golang.org/x/crypto from 0.17.0 to 0.22.0</li>
   <li>Bump github.com/google/go-cmp from 0.5.2 to 0.6.0</li>
   <li>Bump github.com/montanaflynn/stats from 
0.0.0-20171201202039-1bf9dbcd8cbe to 0.7.1</li>
   <li>Bump golang.org/x/sync from 0.1.0 to 0.7.0</li>
   <li>Bump github.com/golang/snappy from 0.0.1 to 0.0.4</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%3Depic%20and%20status%20%3D%20Closed%20and%20fixVersion%3D1.16.0";>Projects</a></li>
   <li><a 
href="https://jira.mongodb.org/issues/?jql=project%3Dgodriver%20and%20type%3Dimprovement%20and%20status%20%3D%20Closed%20and%20fixVersion%3D1.16.0";>Improvements</a></li>
   <li><a 
href="https://jira.mongodb.org/issues/?jql=project%3DGODRIVER%20and%20type%3DBug%20and%20status%3Dclosed%20and%20fixVersion%3D1.16.0";>Bugs</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.16.0";>Tasks</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mongodb/mongo-go-driver/compare/v1.15.1...v1.16.0";>v1.15.1...v1.16.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.15.1</h2>
   <p>The MongoDB Go Driver Team is pleased to release version 1.15.1 of the 
official Go driver.</p>
   <h2>Release Notes</h2>
   <p>This release fixes various bugs and addresses a few usability issues:</p>
   <ul>
   <li>(<a 
href="https://jira.mongodb.org/browse/GODRIVER-3107";>GODRIVER-3107</a>) Fixes a 
possible connection leak in the background round-trip-time monitor.</li>
   <li>(<a 
href="https://jira.mongodb.org/browse/GODRIVER-3217";>GODRIVER-3217</a>) Allows 
manually specifying a <code>maxTimeMS</code> value for Find and Aggregate 
operations when a client-wide timeout (e.g. via <code>timeoutMS</code> or <a 
href="https://pkg.go.dev/go.mongodb.org/[email protected]/mongo/options#ClientOptions.SetTimeout";>SetTimeout</a>)
 is set and an operation timeout (i.e. a <code>Context</code> with deadline) is 
set. Previously, <code>maxTimeMS</code> was always omitted, even if it was set 
using the <a 
href="https://pkg.go.dev/go.mongodb.org/[email protected]/mongo/options#FindOptions.SetMaxTime";>SetMaxTime</a>
 option.</li>
   <li>(<a 
href="https://jira.mongodb.org/browse/GODRIVER-2992";>GODRIVER-2992</a>) Add a 
<code>RemainingBatchLength</code> method to the <code>ChangeStream</code>, 
similar to the identically named method on the <code>Cursor</code> type.</li>
   </ul>
   <hr />
   <p>For a full list of tickets included in this release, please see the links 
below:</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/77bcc5cd9ccda906e7255e13bc4ef8339c15fb3e";><code>77bcc5c</code></a>
 BUMP v1.16.0</li>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/9245fa123321e047014ab104832a7f98859839a1";><code>9245fa1</code></a>
 BUMP v1.16.0-rc2</li>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/e8ea8315f1b7baa9ef58d83baed0d183bc4ee55f";><code>e8ea831</code></a>
 GODRIVER-3052 Update release environment variables (<a 
href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1692";>#1692</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/ce9646e46f94305083ad164453e7a2c75c036951";><code>ce9646e</code></a>
 BUMP v1.16.0-rc1</li>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/fcfe1276392e84c1466e1756ea86481add9cfe8b";><code>fcfe127</code></a>
 GODRIVER-3052 Update release environment variables (<a 
href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1690";>#1690</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/6beba9364097def06713dab87f844a0fbca849a6";><code>6beba93</code></a>
 BUMP v1.16.0-rc0</li>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/d3437988b50d5538d53cd04b43abd9bc5808e328";><code>d343798</code></a>
 GODRIVER-3240 Code hardening. (<a 
href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1684";>#1684</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/59d071797639f35d4627eb7168350773495f8d0c";><code>59d0717</code></a>
 GODRIVER-3227 Deprecate bson.DefaultRegistry (<a 
href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1688";>#1688</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/ad124427ab0ffabd0f7367dcd540feb6e171df4f";><code>ad12442</code></a>
 GODRIVER-3192 Add SSDLC workflow (<a 
href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1680";>#1680</a>)</li>
   <li><a 
href="https://github.com/mongodb/mongo-go-driver/commit/90146e7fb28809111bdf318f21794205b0dcf28d";><code>90146e7</code></a>
 GODRIVER-3206 Deprecate RawValue.UnmarshalWithContext (<a 
href="https://redirect.github.com/mongodb/mongo-go-driver/issues/1687";>#1687</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mongodb/mongo-go-driver/compare/v1.13.1...v1.16.0";>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.13.1&new-version=1.16.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to