Open mattcollier opened 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.
@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 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.
Thanks to @aljones15 for previous work in exploring the driver upgrade.
This implementation:
insert
APIs no longer return the document that was inserted.This has been tested with one top level app. I will be plugging it into additional Bedrock libs before release.