parse-server 7.0.0-alpha.10 → 7.0.0-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
[](https://nodejs.org)
|
|
13
13
|
[](https://www.mongodb.com)
|
|
14
|
-
[](https://www.postgresql.org)
|
|
15
15
|
|
|
16
16
|
[](https://www.npmjs.com/package/parse-server)
|
|
17
17
|
[](https://www.npmjs.com/package/parse-server)
|
|
@@ -153,11 +153,10 @@ Parse Server is continuously tested with the most recent releases of PostgreSQL
|
|
|
153
153
|
|
|
154
154
|
| Version | PostGIS Version | End-of-Life | Parse Server Support | Compatible |
|
|
155
155
|
|-------------|--------------------|---------------|----------------------|------------|
|
|
156
|
-
| Postgres
|
|
157
|
-
| Postgres
|
|
158
|
-
| Postgres
|
|
159
|
-
| Postgres
|
|
160
|
-
| Postgres 15 | 3.3 | November 2027 | <= 8.x (2025) | ✅ Yes |
|
|
156
|
+
| Postgres 13 | 3.1, 3.2, 3.3, 3.4 | November 2025 | <= 6.x (2023) | ✅ Yes |
|
|
157
|
+
| Postgres 14 | 3.4 | November 2026 | <= 7.x (2024) | ✅ Yes |
|
|
158
|
+
| Postgres 15 | 3.4 | November 2027 | <= 8.x (2025) | ✅ Yes |
|
|
159
|
+
| Postgres 16 | 3.4 | November 2028 | <= 9.x (2026) | ✅ Yes |
|
|
161
160
|
|
|
162
161
|
### Locally
|
|
163
162
|
|