Skip to content

Bump MongoDB.Bson from 3.3.0 to 3.4.0#41

Closed
dependabot[bot] wants to merge 1 commit intodata-syncfrom
dependabot/nuget/MongoDB.Bson-3.4.0
Closed

Bump MongoDB.Bson from 3.3.0 to 3.4.0#41
dependabot[bot] wants to merge 1 commit intodata-syncfrom
dependabot/nuget/MongoDB.Bson-3.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2025

Bumps MongoDB.Bson from 3.3.0 to 3.4.0.

Release notes

Sourced from MongoDB.Bson's releases.

.NET Driver Version 3.4.0 Release Notes

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

The main new features in 3.4.0 include:

  • CSHARP-5551: Support KeyValuePair.Createmethod in LINQ
  • CSHARP-5552: Add support for $convert in LINQ
  • CSHARP-5505: Add $geoNear stage aggregation builders
  • CSHARP-4935: Support casting from an interface to a type that implements that interface in LINQ queries
  • CSHARP-4779: Support Dictionary(IEnumerable collection) constructor in LINQ
  • CSHARP-5543: Add new options for Atlas Search Text and Phrase operators
  • CSHARP-4535: Support queries after casting IQueryable<Derived> to IQueryable<Base>

Improvements:

  • CSHARP-5531: Reduce memory allocations in BsonStreamAdapter.WriteDouble and WriteInt64
  • CSHARP-5529: Optimize grouping.First().X to not retrieve the entire $$ROOT

Fixes:

  • CSHARP-5540: Fix exception when using AsQueryable().Last()
  • CSHARP-5471: Incorrectly resolving the authentication mechanism parameters from SRV connection string
  • CSHARP-5442: Fixed use of serializer by Atlas Search operators

[!NOTE] Driver will start using registered serializers for Atlas Search operators, to continue using the previous behavior use SearchDefinition.UseConfiguredSerializers(false)

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
  • d6840c3 CSHARP-5543: Add new options for Atlas Search Text and Phrase operators (#1678)
  • eff1f25 CSHARP-4779: Support Dictionary(IEnumerable<KeyValuePair colle...
  • 7824d76 CSHARP-5529: Optimize grouping.First().X to not retrieve the entire $$ROOT
  • 4402701 CSHARP-5463: Investigate whether calls to EnsureQueryableMethodHasNestedAsQue...
  • f358c2e CSHARP-5579: Fix timeouts in CSE custom endpoint test (#1679)
  • 19aa4dc CSHARP-5442: Fixed use of serializer by Atlas Search operators (#1583)
  • 97f2667 CSHARP-4935: Support casting from an interface to a type that implements that...
  • 9ced8a1 CSHARP-4918: Release notes automation (#1677)
  • 3155c39 CSHARP-5505: Add $geoNear stage aggregation builders (#1621)
  • 1d0c791 CSHARP-5204: Test Heartbeats don't gossip cluster time (#1665)
  • 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)

PR-Codex overview

This PR updates the project configuration for Hive.Codec.Bson to target the .NET 9.0 framework and upgrades the MongoDB.Bson package version from 3.3.0 to 3.4.0.

Detailed summary

  • Changed the target framework to net9.0.
  • Updated MongoDB.Bson package version from 3.3.0 to 3.4.0.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Bumps [MongoDB.Bson](https://github.com/mongodb/mongo-csharp-driver) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
- [Commits](mongodb/mongo-csharp-driver@v3.3.0...v3.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels May 5, 2025
@laolarou726 laolarou726 deleted the dependabot/nuget/MongoDB.Bson-3.4.0 branch May 11, 2025 00:24
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 11, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

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 .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant