From 762162253df9e207352d86c9be95cf14ab30d90e Mon Sep 17 00:00:00 2001 From: Manuel <5673677+mtrezza@users.noreply.github.com> Date: Mon, 1 Nov 2021 01:12:16 +0100 Subject: [PATCH] docs: slim compatibility tables in README --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 7e4e0dce..54524fd1 100644 --- a/README.md +++ b/README.md @@ -108,31 +108,31 @@ Before you start make sure you have installed: #### Node.js 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. -| Version | Latest Version | End-of-Life Date | Compatibility | -|------------|----------------|------------------|--------------------| -| Node.js 12 | 12.22.7 | April 2022 | ✅ Fully compatible | -| Node.js 14 | 14.18.1 | April 2023 | ✅ Fully compatible | -| Node.js 15 | 15.14.0 | June 2021 | ✅ Fully compatible | +| Version | Latest Version | End-of-Life | Compatible | +|------------|----------------|-------------|------------| +| Node.js 12 | 12.22.7 | April 2022 | ✅ Yes | +| Node.js 14 | 14.18.1 | April 2023 | ✅ Yes | +| Node.js 15 | 15.14.0 | June 2021 | ✅ Yes | #### MongoDB 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. -| Version | Latest Version | End-of-Life Date | Compatibility | -|-------------|----------------|------------------|--------------------| -| MongoDB 4.0 | 4.0.27 | April 2022 | ✅ Fully compatible | -| MongoDB 4.2 | 4.2.17 | TBD | ✅ Fully compatible | -| MongoDB 4.4 | 4.4.10 | TBD | ✅ Fully compatible | -| MongoDB 5.0 | 5.0.3 | January 2024 | ✅ Fully compatible | +| Version | Latest Version | End-of-Life | Compatible | +|-------------|----------------|--------------|------------| +| MongoDB 4.0 | 4.0.27 | April 2022 | ✅ Yes | +| MongoDB 4.2 | 4.2.17 | TBD | ✅ Yes | +| MongoDB 4.4 | 4.4.10 | TBD | ✅ Yes | +| MongoDB 5.0 | 5.0.3 | January 2024 | ✅ Yes | #### PostgreSQL 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. -| Version | PostGIS Version | End-of-Life Date | Parse Server Support End | Compatibility | -|-------------|-----------------|------------------|--------------------------|--------------------| -| Postgres 11 | 3.0, 3.1 | November 2023 | April 2022 | ✅ Fully compatible | -| Postgres 12 | 3.1 | November 2024 | April 2023 | ✅ Fully compatible | -| Postgres 13 | 3.1 | November 2025 | April 2024 | ✅ Fully compatible | -| Postgres 14 | 3.1 | November 2026 | April 2025 | ✅ Fully compatible | +| Version | PostGIS Version | End-of-Life | Parse Server Support End | Compatible | +|-------------|-----------------|---------------|--------------------------|------------| +| Postgres 11 | 3.0, 3.1 | November 2023 | April 2022 | ✅ Yes | +| Postgres 12 | 3.1 | November 2024 | April 2023 | ✅ Yes | +| Postgres 13 | 3.1 | November 2025 | April 2024 | ✅ Yes | +| Postgres 14 | 3.1 | November 2026 | April 2025 | ✅ Yes | ### Locally ```bash