|
10 | 10 | [](https://github.com/parse-community/parse-dashboard/releases) |
11 | 11 |
|
12 | 12 | [](https://nodejs.org) |
13 | | -[](https://www.mongodb.com) |
14 | | -[](https://www.postgresql.org) |
| 13 | +[](https://www.mongodb.com) |
| 14 | +[](https://www.postgresql.org) |
15 | 15 |
|
16 | 16 | [](https://www.npmjs.com/package/parse-server) |
17 | 17 | [](https://www.npmjs.com/package/parse-server) |
@@ -144,17 +144,19 @@ Parse Server is continuously tested with the most recent releases of MongoDB to |
144 | 144 | | MongoDB 5 | 5.0.26 | October 2024 | ✅ Yes | |
145 | 145 | | MongoDB 6 | 6.0.14 | July 2025 | ✅ Yes | |
146 | 146 | | MongoDB 7 | 7.0.8 | TDB | ✅ Yes | |
| 147 | +| MongoDB 8 | 8.0.0 | TDB | ✅ Yes | |
147 | 148 |
|
148 | 149 | #### PostgreSQL |
149 | 150 |
|
150 | 151 | 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 about 2 years before the official end-of-life date. |
151 | 152 |
|
152 | 153 | | Version | PostGIS Version | End-of-Life | Parse Server Support | Compatible | |
153 | 154 | |-------------|--------------------|---------------|----------------------|------------| |
154 | | -| Postgres 13 | 3.1, 3.2, 3.3, 3.4 | November 2025 | <= 6.x (2023) | ✅ Yes | |
155 | | -| Postgres 14 | 3.4 | November 2026 | <= 7.x (2024) | ✅ Yes | |
156 | | -| Postgres 15 | 3.4 | November 2027 | <= 8.x (2025) | ✅ Yes | |
157 | | -| Postgres 16 | 3.4 | November 2028 | <= 9.x (2026) | ✅ Yes | |
| 155 | +| Postgres 13 | 3.1, 3.2, 3.3, 3.4, 3.5 | November 2025 | <= 6.x (2023) | ✅ Yes | |
| 156 | +| Postgres 14 | 3.5 | November 2026 | <= 7.x (2024) | ✅ Yes | |
| 157 | +| Postgres 15 | 3.5 | November 2027 | <= 8.x (2025) | ✅ Yes | |
| 158 | +| Postgres 16 | 3.5 | November 2028 | <= 9.x (2026) | ✅ Yes | |
| 159 | +| Postgres 17 | 3.5 | November 2029 | <= 9.x (2026) | ✅ Yes | |
158 | 160 |
|
159 | 161 | ### Locally |
160 | 162 |
|
@@ -276,6 +278,7 @@ We have provided a basic [Node.js application](https://github.com/parse-communit |
276 | 278 | * [Back4app](https://www.back4app.com/docs/get-started/welcome) |
277 | 279 | * [Glitch](https://glitch.com/edit/#!/parse-server) |
278 | 280 | * [Flynn](https://flynn.io/blog/parse-apps-on-flynn) |
| 281 | +* [Elestio](https://elest.io/open-source/parse) |
279 | 282 |
|
280 | 283 | ### Parse Server + Express |
281 | 284 |
|
|
0 commit comments