Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net: Bump MongoDB.Driver from 2.22.0 to 2.23.1 in /dotnet #4362

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 18, 2023

Bumps MongoDB.Driver from 2.22.0 to 2.23.1.

Release notes

Sourced from MongoDB.Driver's releases.

.NET Driver Version 2.23.1 Release Notes

This is a patch release that addresses some issues reported since 2.23.0 was released.

An online version of these release notes is available here.

The list of JIRA tickets resolved in this release is available at CSHARP JIRA project.

Documentation on the .NET driver can be found here.

Upgrading

There are no known backwards breaking changes in this release.

.NET Driver Version 2.23.0 Release Notes

This is the general availability release for the 2.23.0 version of the driver.

The main new features in 2.23.0 include:

An online version of these release notes is available here.

The full list of issues resolved in this release is available at CSHARP JIRA project.

Documentation on the .NET driver can be found here.

Commits
  • f41c21e CSHARP-4870: CreateCluster throws NullReferenceException when not setting Log...
  • 136ee95 CSHARP-4837: Pull mongohouse image from ADL ECR repo (#1235)
  • 5b14ae2 CSHARP-4869: Add member page for api-docs (#1234)
  • 5bf58b3 2.23.0 Release notes (#1232)
  • 6ed2fac Fix bad merge
  • 588b29f CSHARP-4783: API docs generating with docfx (#1206)
  • 33d356a CSHARP-4706: Support for $out to Time-series collections (#1223)
  • 3f09282 CSHARP-4539: Improving Time Series Bucketing Scalability (#1228)
  • 8662001 CSHARP-4861: Count comparison with constant on the left is not translated cor...
  • 8365a61 CSHARP-4813: Verify more carefully that property named Count is a collection ...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.22.0 to 2.23.1.
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](mongodb/mongo-csharp-driver@v2.22.0...v2.23.1)

---
updated-dependencies:
- dependency-name: MongoDB.Driver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 18, 2023 22:19
@dependabot dependabot bot added .NET Issue or Pull requests regarding .NET code dependencies Pull requests that update a dependency file. Used by Dependabot. labels Dec 18, 2023
@github-actions github-actions bot changed the title Bump MongoDB.Driver from 2.22.0 to 2.23.1 in /dotnet .Net: Bump MongoDB.Driver from 2.22.0 to 2.23.1 in /dotnet Dec 18, 2023
@markwallace-microsoft markwallace-microsoft added this pull request to the merge queue Dec 19, 2023
Merged via the queue into main with commit 6a77cd0 Dec 19, 2023
@markwallace-microsoft markwallace-microsoft deleted the dependabot/nuget/dotnet/MongoDB.Driver-2.23.1 branch December 19, 2023 10:14
Bryan-Roe pushed a commit to Bryan-Roe-ai/semantic-kernel that referenced this pull request Oct 6, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…#4362)

Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver)
from 2.22.0 to 2.23.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mongodb/mongo-csharp-driver/releases">MongoDB.Driver's
releases</a>.</em></p>
<blockquote>
<h2>.NET Driver Version 2.23.1 Release Notes</h2>
<p>This is a patch release that addresses some issues reported since
2.23.0 was released.</p>
<p>An online version of these release notes is available <a
href="https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.23.1.md">here</a>.</p>
<p>The list of JIRA tickets resolved in this release is available at <a
href="https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.23.1%20ORDER%20BY%20key%20ASC">CSHARP
JIRA project</a>.</p>
<p>Documentation on the .NET driver can be found <a
href="https://www.mongodb.com/docs/drivers/csharp/v2.23/">here</a>.</p>
<h2>Upgrading</h2>
<p>There are no known backwards breaking changes in this release.</p>
<h1>.NET Driver Version 2.23.0 Release Notes</h1>
<p>This is the general availability release for the 2.23.0 version of
the driver.</p>
<p>The main new features in 2.23.0 include:</p>
<ul>
<li>General driver bug fixes and improvements</li>
<li>Support for bitwise operators in aggregation pipeline - <a
href="https://jira.mongodb.org/browse/CSHARP-4486">CSHARP-4486</a></li>
<li>Support for $out to Time-series collections - <a
href="https://jira.mongodb.org/browse/CSHARP-4706">CSHARP-4706</a></li>
<li><a
href="https://www.mongodb.com/docs/manual/reference/operator/aggregation/changeStreamSplitLargeEvent/">ChangeStreamSplitLargeEvent</a>
aggregation stage added - <a
href="https://jira.mongodb.org/browse/CSHARP-4633">CSHARP-4633</a></li>
<li>LINQ3 bug fixes and improvements</li>
<li>Additional logging messages</li>
</ul>
<p>An online version of these release notes is available <a
href="https://github.com/mongodb/mongo-csharp-driver/blob/master/Release%20Notes/Release%20Notes%20v2.23.0.md">here</a>.</p>
<p>The full list of issues resolved in this release is available at <a
href="https://jira.mongodb.org/issues/?jql=project%20%3D%20CSHARP%20AND%20fixVersion%20%3D%202.23.0%20ORDER%20BY%20key%20ASC">CSHARP
JIRA project</a>.</p>
<p>Documentation on the .NET driver can be found <a
href="https://www.mongodb.com/docs/drivers/csharp/v2.23/">here</a>.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mongodb/mongo-csharp-driver/commit/f41c21efa6061f92c955748caaca123dae8e51ac"><code>f41c21e</code></a>
CSHARP-4870: CreateCluster throws NullReferenceException when not
setting Log...</li>
<li><a
href="https://github.com/mongodb/mongo-csharp-driver/commit/136ee95916d3e2be841cc4dc45bbbb24e3f968cf"><code>136ee95</code></a>
CSHARP-4837: Pull mongohouse image from ADL ECR repo (<a
href="https://redirect.github.com/mongodb/mongo-csharp-driver/issues/1235">#1235</a>)</li>
<li><a
href="https://github.com/mongodb/mongo-csharp-driver/commit/5b14ae2e6a47283c528d7d9e9e48ab43e6ab212c"><code>5b14ae2</code></a>
CSHARP-4869: Add member page for api-docs (<a
href="https://redirect.github.com/mongodb/mongo-csharp-driver/issues/1234">#1234</a>)</li>
<li><a
href="https://github.com/mongodb/mongo-csharp-driver/commit/5bf58b3c430b55fc1fd248b0eda3d8c9d46dd8a0"><code>5bf58b3</code></a>
2.23.0 Release notes (<a
href="https://redirect.github.com/mongodb/mongo-csharp-driver/issues/1232">#1232</a>)</li>
<li><a
href="https://github.com/mongodb/mongo-csharp-driver/commit/6ed2faca0535401b0b02a5e8dc5979a342158eee"><code>6ed2fac</code></a>
Fix bad merge</li>
<li><a
href="https://github.com/mongodb/mongo-csharp-driver/commit/588b29f2be94fab5a086ace0683c39c437359901"><code>588b29f</code></a>
CSHARP-4783: API docs generating with docfx (<a
href="https://redirect.github.com/mongodb/mongo-csharp-driver/issues/1206">#1206</a>)</li>
<li><a
href="https://github.com/mongodb/mongo-csharp-driver/commit/33d356ad6e363e447d58163b4c2f59334f1ab33c"><code>33d356a</code></a>
CSHARP-4706: Support for $out to Time-series collections (<a
href="https://redirect.github.com/mongodb/mongo-csharp-driver/issues/1223">#1223</a>)</li>
<li><a
href="https://github.com/mongodb/mongo-csharp-driver/commit/3f092822d21c9e53715bca4e6b39562fce3f1563"><code>3f09282</code></a>
CSHARP-4539: Improving Time Series Bucketing Scalability (<a
href="https://redirect.github.com/mongodb/mongo-csharp-driver/issues/1228">#1228</a>)</li>
<li><a
href="https://github.com/mongodb/mongo-csharp-driver/commit/86620014b862066d33d8d2bbfef2bbec0588421e"><code>8662001</code></a>
CSHARP-4861: Count comparison with constant on the left is not
translated cor...</li>
<li><a
href="https://github.com/mongodb/mongo-csharp-driver/commit/8365a619214cfcf67659f5d647435654c8e3c1ef"><code>8365a61</code></a>
CSHARP-4813: Verify more carefully that property named Count is a
collection ...</li>
<li>Additional commits viewable in <a
href="https://github.com/mongodb/mongo-csharp-driver/compare/v2.22.0...v2.23.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MongoDB.Driver&package-manager=nuget&previous-version=2.22.0&new-version=2.23.1)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file. Used by Dependabot. .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants