feat: add support for Postgres 14 (#7644)
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
---
|
||||
|
||||
[](https://github.com/parse-community/parse-server/actions?query=workflow%3Aci+branch%3Amaster)
|
||||
[](https://github.com/parse-community/parse-server/actions?query=workflow%3Aci+branch%3Aalpha)
|
||||
[](https://snyk.io/test/github/parse-community/parse-server)
|
||||
[](https://codecov.io/github/parse-community/parse-server?branch=master)
|
||||
[](https://codecov.io/github/parse-community/parse-server?branch=alpha)
|
||||
|
||||
[](https://nodejs.org)
|
||||
[](https://www.mongodb.com)
|
||||
[](https://www.postgresql.org)
|
||||
[](https://www.postgresql.org)
|
||||
[](https://github.com/parse-community/parse-dashboard/releases)
|
||||
|
||||
[](https://www.npmjs.com/package/parse-server)
|
||||
@@ -121,7 +121,7 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
|
||||
|-------------|----------------|------------------|--------------------|
|
||||
| MongoDB 4.0 | 4.0.27 | April 2022 | ✅ Fully compatible |
|
||||
| MongoDB 4.2 | 4.2.17 | TBD | ✅ Fully compatible |
|
||||
| MongoDB 4.4 | 4.4.10 | TBD | ✅ Fully compatible |
|
||||
| MongoDB 4.4 | 4.4.10 | TBD | ✅ Fully compatible |
|
||||
| MongoDB 5.0 | 5.0.3 | January 2024 | ✅ Fully compatible |
|
||||
|
||||
#### PostgreSQL
|
||||
@@ -132,6 +132,7 @@ Parse Server is continuously tested with the most recent releases of PostgreSQL
|
||||
| Postgres 11 | 3.0, 3.1 | November 2023 | April 2022 | ✅ Fully compatible |
|
||||
| Postgres 12 | 3.1 | November 2024 | April 2023 | ✅ Fully compatible |
|
||||
| Postgres 13 | 3.1 | November 2025 | April 2024 | ✅ Fully compatible |
|
||||
| Postgres 14 | 3.1 | November 2026 | April 2025 | ✅ Fully compatible |
|
||||
|
||||
### Locally
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user