Skip to content

Commit 7621622

Browse files
authored
docs: slim compatibility tables in README
1 parent 42ecf6c commit 7621622

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -108,31 +108,31 @@ Before you start make sure you have installed:
108108
#### Node.js
109109
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.
110110

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 |
116116

117117
#### MongoDB
118118
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.
119119

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 |
120+
| Version | Latest Version | End-of-Life | Compatible |
121+
|-------------|----------------|--------------|------------|
122+
| MongoDB 4.0 | 4.0.27 | April 2022 | ✅ Yes |
123+
| MongoDB 4.2 | 4.2.17 | TBD | ✅ Yes |
124+
| MongoDB 4.4 | 4.4.10 | TBD | ✅ Yes |
125+
| MongoDB 5.0 | 5.0.3 | January 2024 | ✅ Yes |
126126

127127
#### PostgreSQL
128128
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.
129129

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 |
135-
| Postgres 14 | 3.1 | November 2026 | April 2025 |Fully compatible |
130+
| Version | PostGIS Version | End-of-Life | Parse Server Support End | Compatible |
131+
|-------------|-----------------|---------------|--------------------------|------------|
132+
| Postgres 11 | 3.0, 3.1 | November 2023 | April 2022 |Yes |
133+
| Postgres 12 | 3.1 | November 2024 | April 2023 |Yes |
134+
| Postgres 13 | 3.1 | November 2025 | April 2024 |Yes |
135+
| Postgres 14 | 3.1 | November 2026 | April 2025 |Yes |
136136

137137
### Locally
138138
```bash

0 commit comments

Comments
 (0)