I am using the mongo-tools package to load BSON dumps as fixtures in integration test using the mongorestore package (not CLI), and this is causing a problem for the project, because that package does not work with current versions of the mongo-driver : we need to replace
the driver by version 1.11.9, which is the version currently required by the mongo-tools project.
I see that upgrading to current driver will require work since the driver has breaking changes so, before jumping into a local forked upgrade, I would like to know if MongoDB would consider a PR upgrading this driver version and what it would take beyond passing go test ./...
. in the repo to have it considered.