Mongoose: Mongo 4.0

Created on 25 May 2018  路  7Comments  路  Source: Automattic/mongoose

Is mongoose going to support Mongo 4.0 new features ? I've notice that Mongo 4.0 Release Candidate 0 is available.

Do you want to request a feature or report a bug?
Feature

Most helpful comment

@lineus we're waiting on the MongoDB driver to release their 3.1.0 release for 4.0 support. Currently, the plan is to ship mongoose 5.2.0 to support MongoDB 4.0's new features. Given how big this release is, we'll release a 5.2.0-rc0 in June.

All 7 comments

@Igor-Lopes there will continue to be patch releases for 4.x to fix bugs but future development of new features will take place in version 5. Can you elaborate on what is preventing you from upgrading to 5? What feature are you hoping to have?

@lineus He's asking about the recent MongoDB release candidate 4, not Mongoose v 4.

https://docs.mongodb.com/master/release-notes/4.0/

@StefanoDeVuono That's right. @lineus I refer to Mongo 4.0 new features, such as Multi-Document ACID Transactions.

@Igor-Lopes my bad :smile: I鈥檓 sure we will, not sure if there鈥檚 a roadmap or timeline.

@vkarpov15 do you have a mongoose version in mind for adding mongodb server version 4 support?

@lineus we're waiting on the MongoDB driver to release their 3.1.0 release for 4.0 support. Currently, the plan is to ship mongoose 5.2.0 to support MongoDB 4.0's new features. Given how big this release is, we'll release a 5.2.0-rc0 in June.

@koresar yep! Here's a blog post to get you started with MongoDB transactions in Node.js with the MongoDB driver and mongoose :+1:

Was this page helpful?
0 / 5 - 0 ratings