Skip to content

Conversation

@nikhilsinghcohesity
Copy link

@nikhilsinghcohesity nikhilsinghcohesity commented Apr 28, 2025

Added support for the MongoDB driver in the newly released V2 version, while ensuring compatibility with the 1.x versions of the MongoDB driver for flexibility in development.

This update does not break compatibility with any 1.x or earlier versions of the MongoDB driver.

The migration process follows the guidelines provided in the official MongoDB driver migration guide: MongoDB Go Driver v2 Migration Guide.

Ref : pgxv4 and pgxv5 db driver

@dhui Please take a look.

@nikhilsinghcohesity
Copy link
Author

@dhui and reviewers, can you please review this PR ?
Would need this for our project. Thanks.

@nikhilsinghcohesity
Copy link
Author

@dhui please review the changes. And let me know if i can do anything to expedite the process.
Thanks.

@abdollah-realdigital
Copy link

Any update on this is it going to be accepted?

@Teko012
Copy link

Teko012 commented Oct 16, 2025

@dhui Can this be merged and released as a new version? This is really problematic for using the latest drivers.

@Teko012
Copy link

Teko012 commented Oct 16, 2025

@Fontinalis Or maybe you Barnabás? :) Is there anything that can be done here? :) Köszi! :)

if err == nil {
err = e
} else {
err = multierror.Append(err, e)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to use errors.Join

@Teko012
Copy link

Teko012 commented Nov 20, 2025

@dhui Any news on this? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants