|
2 | 2 |
|
3 | 3 | ---
|
4 | 4 |
|
5 |
| -[](https://github.com/parse-community/parse-server/actions?query=workflow%3Aci+branch%3Amaster) |
| 5 | +[](https://github.com/parse-community/parse-server/actions?query=workflow%3Aci+branch%3Aalpha) |
6 | 6 | [](https://snyk.io/test/github/parse-community/parse-server)
|
7 |
| -[](https://codecov.io/github/parse-community/parse-server?branch=master) |
| 7 | +[](https://codecov.io/github/parse-community/parse-server?branch=alpha) |
8 | 8 |
|
9 | 9 | [](https://nodejs.org)
|
10 | 10 | [](https://www.mongodb.com)
|
11 |
| -[](https://www.postgresql.org) |
| 11 | +[](https://www.postgresql.org) |
12 | 12 | [](https://github.com/parse-community/parse-dashboard/releases)
|
13 | 13 |
|
14 | 14 | [](https://www.npmjs.com/package/parse-server)
|
@@ -108,30 +108,32 @@ Before you start make sure you have installed:
|
108 | 108 | #### Node.js
|
109 | 109 | Parse Server is continuously tested with the most recent releases of Node.js to ensure compatibility. We follow the [Node.js Long Term Support plan](https://github.com/nodejs/Release) and only test against versions that are officially supported and have not reached their end-of-life date.
|
110 | 110 |
|
111 |
| -| Version | Latest Version | End-of-Life Date | Compatibility | |
112 |
| -|------------|----------------|------------------|--------------------| |
113 |
| -| Node.js 12 | 12.22.7 | April 2022 | ✅ Fully compatible | |
114 |
| -| Node.js 14 | 14.18.1 | April 2023 | ✅ Fully compatible | |
115 |
| -| Node.js 15 | 15.14.0 | June 2021 | ✅ Fully compatible | |
| 111 | +| Version | Latest Version | End-of-Life | Compatible | |
| 112 | +|------------|----------------|-------------|---------------| |
| 113 | +| Node.js 12 | 12.22.7 | April 2022 | ✅ Yes | |
| 114 | +| Node.js 14 | 14.18.1 | April 2023 | ✅ Yes | |
| 115 | +| Node.js 15 | 15.14.0 | June 2021 | ✅ Yes | |
| 116 | +| Node.js 16 | 16.x.x | April 2024 | ❌ Not tested | |
116 | 117 |
|
117 | 118 | #### MongoDB
|
118 | 119 | Parse Server is continuously tested with the most recent releases of MongoDB to ensure compatibility. We follow the [MongoDB support schedule](https://www.mongodb.com/support-policy) and only test against versions that are officially supported and have not reached their end-of-life date.
|
119 | 120 |
|
120 |
| -| Version | Latest Version | End-of-Life Date | Compatibility | |
121 |
| -|-------------|----------------|------------------|--------------------| |
122 |
| -| MongoDB 4.0 | 4.0.27 | April 2022 | ✅ Fully compatible | |
123 |
| -| MongoDB 4.2 | 4.2.17 | TBD | ✅ Fully compatible | |
124 |
| -| MongoDB 4.4 | 4.4.10 | TBD | ✅ Fully compatible | |
125 |
| -| MongoDB 5.0 | 5.0.3 | January 2024 | ✅ Fully compatible | |
| 121 | +| Version | Latest Version | End-of-Life | Compatible | |
| 122 | +|-------------|----------------|--------------|------------| |
| 123 | +| MongoDB 4.0 | 4.0.27 | April 2022 | ✅ Yes | |
| 124 | +| MongoDB 4.2 | 4.2.17 | TBD | ✅ Yes | |
| 125 | +| MongoDB 4.4 | 4.4.10 | TBD | ✅ Yes | |
| 126 | +| MongoDB 5.0 | 5.0.3 | January 2024 | ✅ Yes | |
126 | 127 |
|
127 | 128 | #### PostgreSQL
|
128 | 129 | Parse Server is continuously tested with the most recent releases of PostgreSQL and PostGIS to ensure compatibility, using [PostGIS docker images](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&ordering=last_updated). We follow the [PostgreSQL support schedule](https://www.postgresql.org/support/versioning) and [PostGIS support schedule](https://www.postgis.net/eol_policy/) and only test against versions that are officially supported and have not reached their end-of-life date. Due to the extensive PostgreSQL support duration of 5 years, Parse Server drops support if a version is older than 3.5 years and a newer version has been available for at least 2.5 years.
|
129 | 130 |
|
130 |
| -| Version | PostGIS Version | End-of-Life Date | Parse Server Support End | Compatibility | |
131 |
| -|-------------|-----------------|------------------|--------------------------|--------------------| |
132 |
| -| Postgres 11 | 3.0, 3.1 | November 2023 | April 2022 | ✅ Fully compatible | |
133 |
| -| Postgres 12 | 3.1 | November 2024 | April 2023 | ✅ Fully compatible | |
134 |
| -| Postgres 13 | 3.1 | November 2025 | April 2024 | ✅ Fully compatible | |
| 131 | +| Version | PostGIS Version | End-of-Life | Parse Server Support End | Compatible | |
| 132 | +|-------------|-----------------|---------------|--------------------------|------------| |
| 133 | +| Postgres 11 | 3.0, 3.1 | November 2023 | April 2022 | ✅ Yes | |
| 134 | +| Postgres 12 | 3.1 | November 2024 | April 2023 | ✅ Yes | |
| 135 | +| Postgres 13 | 3.1 | November 2025 | April 2024 | ✅ Yes | |
| 136 | +| Postgres 14 | 3.1 | November 2026 | April 2025 | ✅ Yes | |
135 | 137 |
|
136 | 138 | ### Locally
|
137 | 139 | ```bash
|
|
0 commit comments