-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
markwallace-microsoft
merged 1 commit into
main
from
dependabot/nuget/dotnet/MongoDB.Driver-2.23.1
Dec 19, 2023
Merged
.Net: Bump MongoDB.Driver from 2.22.0 to 2.23.1 in /dotnet #4362
markwallace-microsoft
merged 1 commit into
main
from
dependabot/nuget/dotnet/MongoDB.Driver-2.23.1
Dec 19, 2023
+1
−1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>
markwallace-microsoft
approved these changes
Dec 19, 2023
RogerBarreto
approved these changes
Dec 19, 2023
Bryan-Roe
pushed a commit
to Bryan-Roe-ai/semantic-kernel
that referenced
this pull request
Oct 6, 2024
…#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 /> [](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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps MongoDB.Driver from 2.22.0 to 2.23.1.
Release notes
Sourced from MongoDB.Driver's releases.
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 merge588b29f
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 ...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)