|
19 | 19 | <a href="https://snyk.io/test/github/parse-community/parse-server"><img alt="Snyk badge" src="https://snyk.io/test/github/parse-community/parse-server/badge.svg"></a>
|
20 | 20 | <a href="https://nodejs.org/"><img alt="Node.js 12,14,15" src="https://img.shields.io/badge/nodejs-12,_14,_15-green.svg?logo=node.js&style=flat"></a>
|
21 | 21 | <a href="https://www.mongodb.com/"><img alt="MongoDB 4.0,4.2,4.4" src="https://img.shields.io/badge/mongodb-4.0,_4.2,_4.4-green.svg?logo=mongodb&style=flat"></a>
|
22 |
| - <a href="https://www.postgresql.org"> <img alt="PostgreSQL 10,11,12,13" src="https://img.shields.io/badge/postgresql-10,_11,_12,_13-green.svg?logo=postgresql&style=flat"></a> |
| 22 | + <a href="https://www.postgresql.org"> <img alt="PostgreSQL 11,12,13" src="https://img.shields.io/badge/postgresql-11,_12,_13-green.svg?logo=postgresql&style=flat"></a> |
23 | 23 | </p>
|
24 | 24 |
|
25 | 25 | <h2 align="center">Our Sponsors</h2>
|
@@ -112,30 +112,29 @@ Before you start make sure you have installed:
|
112 | 112 | #### Node.js
|
113 | 113 | 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.
|
114 | 114 |
|
115 |
| -| Version | Latest Patch Version | End-of-Life Date | Compatibility | |
116 |
| -|------------|----------------------|------------------|--------------------| |
117 |
| -| Node.js 12 | 12.22.0 | April 2022 | ✅ Fully compatible | |
118 |
| -| Node.js 14 | 14.16.0 | April 2023 | ✅ Fully compatible | |
119 |
| -| Node.js 15 | 15.13.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 | |
120 | 120 |
|
121 | 121 | #### MongoDB
|
122 | 122 | 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.
|
123 | 123 |
|
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 | |
129 | 129 |
|
130 | 130 | #### PostgreSQL
|
131 |
| -Parse Server is continuously tested with the most recent releases of PostgreSQL and PostGIS to ensure compatibility. We follow the [PostGIS docker tags](https://registry.hub.docker.com/r/postgis/postgis/tags?page=1&ordering=last_updated) and only test against versions that are officially supported and have not reached their end-of-life date. |
132 |
| - |
133 |
| -| Version | PostGIS Version | End-of-Life Date | Compatibility | |
134 |
| -|---------------|-----------------|------------------|--------------------| |
135 |
| -| Postgres 10.x | 3.0.x, 3.1.x | November 2022 | ✅ Fully compatible | |
136 |
| -| Postgres 11.x | 3.0.x, 3.1.x | November 2023 | ✅ Fully compatible | |
137 |
| -| Postgres 12.x | 3.0.x, 3.1.x | November 2024 | ✅ Fully compatible | |
138 |
| -| Postgres 13.x | 3.0.x, 3.1.x | November 2025 | ✅ Fully compatible | |
| 131 | +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. |
| 132 | + |
| 133 | +| Version | PostGIS Version | End-of-Life Date | Parse Server Support End | Compatibility | |
| 134 | +|-------------|-----------------|------------------|--------------------------|--------------------| |
| 135 | +| Postgres 11 | 3.0, 3.1 | November 2023 | April 2022 | ✅ Fully compatible | |
| 136 | +| Postgres 12 | 3.1 | November 2024 | April 2023 | ✅ Fully compatible | |
| 137 | +| Postgres 13 | 3.1 | November 2025 | April 2024 | ✅ Fully compatible | |
139 | 138 |
|
140 | 139 | ### Locally
|
141 | 140 | ```bash
|
|
0 commit comments