Description
The current version of mongoose (6.10.3) uses the 4.14 MongoDB Node.js driver. According to the compatibility chart the current mongoose version will work with 7.x but won't support any new functionality https://www.mongodb.com/docs/drivers/node/current/compatibility/
Ideally the MongoDB driver is updated to >6.0 for continued support and compatibility
Solution Proposal
Similar to this upgrade to mongoose 6.10.3, all the mongoose dependencies will need upgraded #1470. Any incompatibilities will need fixed.
Reference: https://mongoosejs.com/docs/compatibility.html
Description
The current version of mongoose (6.10.3) uses the 4.14 MongoDB Node.js driver. According to the compatibility chart the current mongoose version will work with 7.x but won't support any new functionality https://www.mongodb.com/docs/drivers/node/current/compatibility/
Ideally the MongoDB driver is updated to >6.0 for continued support and compatibility
Solution Proposal
Similar to this upgrade to mongoose 6.10.3, all the mongoose dependencies will need upgraded #1470. Any incompatibilities will need fixed.
Reference: https://mongoosejs.com/docs/compatibility.html