parse-server 8.3.0-alpha.2 → 8.3.0-alpha.3
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
[](https://nodejs.org)
|
|
12
12
|
[](https://www.mongodb.com)
|
|
13
|
-
[](https://www.postgresql.org)
|
|
13
|
+
[](https://www.postgresql.org)
|
|
14
14
|
|
|
15
15
|
[](https://www.npmjs.com/package/parse-server)
|
|
16
16
|
[](https://www.npmjs.com/package/parse-server)
|
|
@@ -152,6 +152,7 @@ Parse Server is continuously tested with the most recent releases of PostgreSQL
|
|
|
152
152
|
| Postgres 15 | 3.3, 3.4, 3.5 | November 2027 | <= 8.x (2025) |
|
|
153
153
|
| Postgres 16 | 3.5 | November 2028 | <= 9.x (2026) |
|
|
154
154
|
| Postgres 17 | 3.5 | November 2029 | <= 10.x (2027) |
|
|
155
|
+
| Postgres 18 | 3.6 | November 2030 | <= 11.x (2028) |
|
|
155
156
|
|
|
156
157
|
### Locally
|
|
157
158
|
|