Update module go.mongodb.org/mongo-driver/v2 to v2.5.0 - abandoned#46318
Draft
renovate[bot] wants to merge 3 commits intomainfrom
Draft
Update module go.mongodb.org/mongo-driver/v2 to v2.5.0 - abandoned#46318renovate[bot] wants to merge 3 commits intomainfrom
renovate[bot] wants to merge 3 commits intomainfrom
Conversation
songy23
reviewed
Feb 24, 2026
Contributor
|
Previous conversation about this: #44835 Updating this package would mean dropping support for MongoDB versions < 4.2 |
Contributor
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
v2.3.1→v2.5.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
mongodb/mongo-go-driver (go.mongodb.org/mongo-driver/v2)
v2.5.0: MongoDB Go Driver 2.5.0Compare Source
The MongoDB Go Driver Team is pleased to release version 2.5.0 of the official MongoDB Go Driver.
Release Highlights
This release adds a preview of CRUD support for prefix/suffix/substring indexes. Prefix, suffix and substring search are in preview and should be used for experimental workloads only. These features are unstable and their security is not guaranteed until released as Generally Available (GA). The GA version of these features may not be backwards compatible with the preview version.
Also, this release adds
AsFloat64(),AsFloat64OK()tobson.RawValue, andDefaultDocumentMap()tobson.Decoderin the BSON package.Additionally, this release adds
ErrorCodes()to parse server error codes from an arbitrary Go error, and exposesatClusterTimein snapshot sessions.Moreover, this release fixes several bugs, including potential heap out-of-bounds read in GSSAPI error handling.
What's Changed
✨ New Features
🐛 Fixed
📦 Dependency Updates
📝 Other Changes
New Contributors
Full Changelog: mongodb/mongo-go-driver@v2.4.2...v2.5.0
For a full list of tickets included in this release, please see the list of fixed issues.
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. For issues with, questions about, or feedback for the Go Driver, please look into our support channels, including StackOverflow. 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!
v2.4.2: MongoDB Go Driver 2.4.2Compare Source
The MongoDB Go Driver Team is pleased to release version 2.4.2 of the official MongoDB Go Driver.
Release Highlights
This release fixes buffer handling in GSSAPI error description and username functions.
What's Changed
🐛 Fixed
Full Changelog: mongodb/mongo-go-driver@v2.4.1...v2.4.2
For a full list of tickets included in this release, please see the list of fixed issues.
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. For issues with, questions about, or feedback for the Go Driver, please look into our support channels, including StackOverflow. 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!
v2.4.1: MongoDB Go Driver 2.4.1Compare Source
The MongoDB Go Driver Team is pleased to release version 2.4.1 of the official MongoDB Go Driver.
What's Changed
🐛 Fixed
📝 Other Changes
Full Changelog: mongodb/mongo-go-driver@v2.4.0...v2.4.1
For a full list of tickets included in this release, please see the list of fixed issues.
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. For issues with, questions about, or feedback for the Go Driver, please look into our support channels, including StackOverflow. 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!
v2.4.0: MongoDB Go Driver 2.4.0Compare Source
The MongoDB Go Driver Team is pleased to release version 2.4.0 of the official MongoDB Go Driver.
Release Highlights
This release adds a new method Client.AppendDriverInfo that adds information to the driver metadata sent on subsequent connection handshakes.
What's Changed
✨ New Features
📝 Other Changes
internal/decimal/decinal128.gotodecimal128.goby @ggyuchive in #2220New Contributors
Full Changelog: mongodb/mongo-go-driver@v2.3.1...v2.4.0
For a full list of tickets included in this release, please see the list of fixed issues.
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. For issues with, questions about, or feedback for the Go Driver, please look into our support channels, including StackOverflow. 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 - "on tuesday" (UTC), 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.