Parse needs to allow autoSelectFamily config for the MongoDB Driver #9578
Labels
state:released-alpha
Released as alpha version
type:feature
New feature or improvement of existing feature
Issue Description
Node Mongo driver package released a breaking change in a minor release (v6.9) that switched the autoSelectFamily default value to true while it was previously false. Parse 7 updated the Mongo version from 4 to 6.12 so people upgrading to Parse 7 are going to be impacted by this change and without the databaseOption they'll be stuck with a new configuration.
There's a discussion about this here: https://www.mongodb.com/community/forums/t/i-keep-getting-error-when-i-try-connecting-node-to-mongodb/243422/22?page=2
Steps to reproduce
autoSelectFamily: true
indatabaseOptions
and run serverActual Outcome
Not able to set
autoSelectFamily
, get error:Expected Outcome
No error, Parse uses the database option.
Environment
Server
7 or 8
Database
MongoDB
The text was updated successfully, but these errors were encountered: