feat: Increase required minimum Node versions to 18.20.4, 20.18.0, 22.12.0 (#9521)
BREAKING CHANGE: This releases increases the required minimum Node versions to 18.20.4, 20.18.0, 22.12.0 and removes unofficial support for Node 19.
This commit is contained in:
16
README.md
16
README.md
@@ -130,8 +130,8 @@ Parse Server is continuously tested with the most recent releases of Node.js to
|
||||
| Version | Latest Version | End-of-Life | Compatible |
|
||||
|------------|----------------|-------------|------------|
|
||||
| Node.js 18 | 18.20.4 | April 2025 | ✅ Yes |
|
||||
| Node.js 20 | 20.15.1 | April 2026 | ✅ Yes |
|
||||
| Node.js 22 | 22.4.1 | April 2027 | ✅ Yes |
|
||||
| Node.js 20 | 20.18.0 | April 2026 | ✅ Yes |
|
||||
| Node.js 22 | 22.12.0 | April 2027 | ✅ Yes |
|
||||
|
||||
#### MongoDB
|
||||
|
||||
@@ -150,13 +150,13 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
|
||||
|
||||
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.
|
||||
|
||||
| Version | PostGIS Version | End-of-Life | Parse Server Support | Compatible |
|
||||
|-------------|--------------------|---------------|----------------------|------------|
|
||||
| Version | PostGIS Version | End-of-Life | Parse Server Support | Compatible |
|
||||
|-------------|-------------------------|---------------|----------------------|------------|
|
||||
| Postgres 13 | 3.1, 3.2, 3.3, 3.4, 3.5 | November 2025 | <= 6.x (2023) | ✅ Yes |
|
||||
| Postgres 14 | 3.5 | November 2026 | <= 7.x (2024) | ✅ Yes |
|
||||
| Postgres 15 | 3.5 | November 2027 | <= 8.x (2025) | ✅ Yes |
|
||||
| Postgres 16 | 3.5 | November 2028 | <= 9.x (2026) | ✅ Yes |
|
||||
| Postgres 17 | 3.5 | November 2029 | <= 9.x (2026) | ✅ Yes |
|
||||
| Postgres 14 | 3.5 | November 2026 | <= 7.x (2024) | ✅ Yes |
|
||||
| Postgres 15 | 3.5 | November 2027 | <= 8.x (2025) | ✅ Yes |
|
||||
| Postgres 16 | 3.5 | November 2028 | <= 9.x (2026) | ✅ Yes |
|
||||
| Postgres 17 | 3.5 | November 2029 | <= 9.x (2026) | ✅ Yes |
|
||||
|
||||
### Locally
|
||||
|
||||
|
||||
Reference in New Issue
Block a user