-
-
Notifications
You must be signed in to change notification settings - Fork 782
Closed
Labels
Description
Proposal: Support MongoDB 3.6 in the next version of ST2, and then make it the default in the next version after that.
Background: MongoDB 3.6 was released around 6 months ago, and we are now up to version 3.6.4, so stability should be good.
MongoDB 3.2 is supported until September 2018, while no end date has been set for MongoDB 3.4 or 3.6.
ST2 currently works with MongoDB 3.2 or 3.4. The recommendation (and default) is to use v3.4.
ST2 2.7.1 does not work consistently with MongoDB 3.6. See #4097.
Tasks:
- Figure out some workaround or upstream patch for mongoengine issue Increased x1.5-x2.0 memory usage after recent pip upgrade [staging-unstable] #3595
- Test ST2
masterwith MongoDB 3.6, and make any changes required to support both 3.4 & 3.6. - Ship those changes in ST2 v2.8
- Update docs to reflect that initial v3.6 support has been added
- In the next version of ST2 after 2.8, update our CI to use 3.6
- Update install scripts to default to installing 3.6.
- Update docs to reflect that 3.6 is preferred version
Kami and vincent-legoll