-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update module go.mongodb.org/mongo-driver to v2 #227
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
base: master
Are you sure you want to change the base?
Conversation
|
0d03e77
to
5df8d65
Compare
5df8d65
to
bc6060e
Compare
bc6060e
to
1f1b58e
Compare
f50c062
to
356270a
Compare
356270a
to
a7bea07
Compare
a7bea07
to
7f5ecf3
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This PR contains the following updates:
v1.17.3
->v2.2.0
Release Notes
mongodb/mongo-go-driver (go.mongodb.org/mongo-driver)
v2.2.0
: MongoDB Go Driver 2.2.0Compare Source
The MongoDB Go Driver team is pleased to release version 2.2.0 of the official MongoDB Go Driver.
Release Notes
This release includes support for a global
omitempty
setting to omit empty values when encoding BSON, instead of requiring tagging on individual struct fields. We have implemented support forerrors.Is
anderrors.As
in all stable public APIs for improved error management. Also included is support to configure the lifetime of the Data Encryption Key (DEK) cache as well as Kubernetes Support for OIDC.Additionally MongoDB Server Version 3.6 has been marked as end-of-life (EOL) and is no longer supported by the driver. Users are advised to upgrade to a supported version.
For a full list of tickets included in this release, please see the links below:
Full Changelog: v2.1.0...v2.2.0
Note: The Go Driver team has implemented a workflow action to automatically merge up PRs between v1 and master. This has resulted in an over-extended changelog for this version, including v1 commits for PRs that have already been cherry-picked to master. Please see the associated tickets for commits directly associated with this release.
Documentation for the MongoDB Go Driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the MongoDB Go Driver is greatly appreciated!
v2.1.0
: MongoDB Go Driver 2.1.0Compare Source
The MongoDB Go Driver Team is pleased to release version 2.1.0 of the official MongoDB Go Driver.
Release Notes
This release adds support for the new bulk write API added in MongoDB 8.0 and the new BSON vector datatype used in Atlas Vector Search.
Additionally, support for MongoDB 3.6 and below was deprecated in v2.0.0 and will be dropped in the next minor version release (v2.2.0).
New BulkWrite API
The new Client.BulkWrite method can perform many insert, update, and delete operations on multiple databases and collections in one request. In contrast, the existing Collection.BulkWrite method can only modify a single collection.
BSON Vector Datatype
The new bson.Vector type makes inserting and querying vector data using Atlas Vector Search easier and more efficient.
For a full list of tickets included in this release, please see the links below:
Full Changelog: v2.0.1...v2.1.0
Documentation for the MongoDB Go Driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the MongoDB Go Driver is greatly appreciated!
v2.0.1
: MongoDB Go Driver 2.0.1Compare Source
The MongoDB Go Driver team is pleased to release version 2.0.1 of the official MongoDB Go Driver.
Release Notes
This release includes various bug fixes and improvements:
For a full list of tickets included in this release, please see the links below:
Full Changelog: v2.0.0...v2.0.1
Documentation for the MongoDB Go Driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the MongoDB Go Driver is greatly appreciated!
v2.0.0
: MongoDB Go Driver 2.0.0Compare Source
The MongoDB Go Driver Team is pleased to release version 2.0.0 of the official MongoDB Go driver.
Release Notes
This release includes a host of new features and several breaking changes. Below, we provide an overview of the key highlights, changes, and guidance for migrating from version 1.x to 2.0. See the MongoDB docs for a complete list of breaking changes and additional information on what's new.
This release includes several breaking changes that users must account for when upgrading, including:
Client.Connect()
method has been removed, favoringmongo.Connect()
to streamline connection handling.description
package have been transitioned toevent.ServerDescription
andevent.TopologyDescription
, impacting how server and topology details are accessed.bsoncodec
,bsonoptions
,bsonrw
, andmgocompat
, have been merged into the singlebson
package. Many functionalities from these packages have been reorganized or renamed. For instance,bson.NewRegistryBuilder
has been replaced with new APIs tailored for registry configuration, and interfaces likeValueReader
andValueWriter
are now part of the consolidatedbson
package. This consolidation simplifies the package structure but requires updates to import paths and related logic.To ease the transition to 2.0, a comprehensive migration guide has been provided. This guide includes detailed instructions to navigate the changes, including the updated options pattern, altered imports, and revised method signatures.
Additionally, this release deprecates support for MongoDB server versions below 3.6. Support for MongoDB 3.6 will be dropped in a future update.
New features will no longer be added to the 1.x versions. However, critical bug fixes and CVE resolutions will continue to be back-ported to 1.x versions for one year until January 15, 2026. After that date, support for 1.x versions will be discontinued.
We express our gratitude to our contributors and the community for all the support in developing this release.
For a full list of tickets included in this release, please see the links below:
Full Changelog: v1.17.1...v2.0.0
Documentation for the Go driver can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver project in the MongoDB JIRA where a list of current issues can be found. Your feedback on the Go driver is greatly appreciated!
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.