Closed
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
Parse Server CI currently only tests against MongoDB 3.6.21 and 4.0.4.
- This does not reflect the variety of MongoDB versions in use in real word deployments.
- Parse Server may not be fully compatible with the MongoDB Atlas free tier anymore, which runs MongoDB 4.4.3. This means that the docs that describe how to quickly get started using MongoDB Atlas are not practical anymore for developers who just want to try out Parse Server, because they can only choose a paid tier.
Feature / Enhancement Description
Keep the MongoDB versions for CI tests in sync with the officially supported MongoDB versions.
That means:
-
Removing the CI tests for MongoDB 3.6 (EOL date April 2021) and instead test for the following 3 versions:
Version EOL Date Latest Patch Release MongoDB 3.6April 20213.6.21MongoDB 4.0 January 2022 4.0.22 MongoDB 4.2 TBD 4.2.12 MongoDB 4.4 TBD 4.4.3 -
When a new patch version is released, update the CI test version as well.
In addition, the Readme should contain a MongoDB compatibility table to show against which MongoDB versions which version of Parse Server is tested against.
Example Use Case
(none)
Alternatives / Workarounds
(none)
3rd Party References
(none)