digitalbazaar / bedrock-mongodb

Bedrock mongodb module
Apache License 2.0
2 stars 3 forks source link

Upgrade to MongoDB Driver v6 #101

Open mattcollier opened 11 months ago

mattcollier commented 11 months ago

Thanks to @aljones15 for previous work in exploring the driver upgrade.

This implementation:

This has been tested with one top level app. I will be plugging it into additional Bedrock libs before release.

aljones15 commented 11 months ago

has this been tested for interoperability with the multiple backend libs that use @bedrock/mongodb? the big issue holding up the v4 driver was changes to how the modified results count were returned.

mattcollier commented 11 months ago

@aljones15 the types of changes you mentioned related to driver API return value changes etc will still need to be addressed in relying libs.

aljones15 commented 11 months ago

@aljones15 the types of changes you mentioned related to driver API return value changes etc will still need to be addressed in relying libs.

ok well maybe those existing PRs can be revised to work with driver 6. thanks for this PR.