Skip to content

Commit 8912d3c

Browse files
committed
fixed Postgres compatibility table
1 parent c1a4600 commit 8912d3c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -112,27 +112,27 @@ Before you start make sure you have installed:
112112
#### Node.js
113113
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.
114114

115-
| Version | Latest Patch Version | End-of-Life Date | Compatibility |
116-
|------------|----------------------|------------------|--------------------|
117-
| Node.js 12 | 12.22.1 | April 2022 | ✅ Fully compatible |
118-
| Node.js 14 | 14.16.1 | April 2023 | ✅ Fully compatible |
119-
| Node.js 15 | 15.14.0 | June 2021 | ✅ Fully compatible |
115+
| Version | Latest Version | End-of-Life Date | Compatibility |
116+
|------------|----------------|------------------|--------------------|
117+
| Node.js 12 | 12.22.1 | April 2022 | ✅ Fully compatible |
118+
| Node.js 14 | 14.16.1 | April 2023 | ✅ Fully compatible |
119+
| Node.js 15 | 15.14.0 | June 2021 | ✅ Fully compatible |
120120

121121
#### MongoDB
122122
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.
123123

124-
| Version | Latest Patch Version | End-of-Life Date | Compatibility |
125-
|-------------|----------------------|------------------|--------------------|
126-
| MongoDB 4.0 | 4.0.23 | January 2022 | ✅ Fully compatible |
127-
| MongoDB 4.2 | 4.2.13 | TBD | ✅ Fully compatible |
128-
| MongoDB 4.4 | 4.4.4 | TBD | ✅ Fully compatible |
124+
| Version | Latest Version | End-of-Life Date | Compatibility |
125+
|-------------|----------------|------------------|--------------------|
126+
| MongoDB 4.0 | 4.0.23 | January 2022 | ✅ Fully compatible |
127+
| MongoDB 4.2 | 4.2.13 | TBD | ✅ Fully compatible |
128+
| MongoDB 4.4 | 4.4.4 | TBD | ✅ Fully compatible |
129129

130130
#### PostgreSQL
131131
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.
132132

133133
| Version | PostGIS Version | End-of-Life Date | Parse Server Support End | Compatibility |
134134
|-------------|-----------------|------------------|--------------------------|--------------------|
135-
| Postgres 11 | 3.0 | November 2023 | April 2022 | ✅ Fully compatible |
135+
| Postgres 11 | 3.0, 3.1 | November 2023 | April 2022 | ✅ Fully compatible |
136136
| Postgres 12 | 3.1 | November 2024 | April 2023 | ✅ Fully compatible |
137137
| Postgres 13 | 3.1 | November 2025 | April 2024 | ✅ Fully compatible |
138138

0 commit comments

Comments
 (0)