parse-server 7.3.1-alpha.1 → 7.4.0-alpha.2

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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -10,8 +10,8 @@
10
10
  [![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/parse-dashboard/releases)
11
11
 
12
12
  [![Node Version](https://img.shields.io/badge/nodejs-18,_20,_22-green.svg?logo=node.js&style=flat)](https://nodejs.org)
13
- [![MongoDB Version](https://img.shields.io/badge/mongodb-4.2,_4.4,_5,_6,_7-green.svg?logo=mongodb&style=flat)](https://www.mongodb.com)
14
- [![Postgres Version](https://img.shields.io/badge/postgresql-13,_14,_15,_16-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org)
13
+ [![MongoDB Version](https://img.shields.io/badge/mongodb-4.2,_4.4,_5,_6,_7,_8-green.svg?logo=mongodb&style=flat)](https://www.mongodb.com)
14
+ [![Postgres Version](https://img.shields.io/badge/postgresql-13,_14,_15,_16,_17-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org)
15
15
 
16
16
  [![npm latest version](https://img.shields.io/npm/v/parse-server/latest.svg)](https://www.npmjs.com/package/parse-server)
17
17
  [![npm beta version](https://img.shields.io/npm/v/parse-server/beta.svg)](https://www.npmjs.com/package/parse-server)
@@ -144,6 +144,7 @@ Parse Server is continuously tested with the most recent releases of MongoDB to
144
144
  | MongoDB 5 | 5.0.26 | October 2024 | ✅ Yes |
145
145
  | MongoDB 6 | 6.0.14 | July 2025 | ✅ Yes |
146
146
  | MongoDB 7 | 7.0.8 | TDB | ✅ Yes |
147
+ | MongoDB 8 | 8.0.0 | TDB | ✅ Yes |
147
148
 
148
149
  #### PostgreSQL
149
150
 
@@ -155,6 +156,7 @@ Parse Server is continuously tested with the most recent releases of PostgreSQL
155
156
  | Postgres 14 | 3.4 | November 2026 | <= 7.x (2024) | ✅ Yes |
156
157
  | Postgres 15 | 3.4 | November 2027 | <= 8.x (2025) | ✅ Yes |
157
158
  | Postgres 16 | 3.4 | November 2028 | <= 9.x (2026) | ✅ Yes |
159
+ | Postgres 17 | 3.4 | November 2029 | <= 9.x (2026) | ✅ Yes |
158
160
 
159
161
  ### Locally
160
162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parse-server",
3
- "version": "7.3.1-alpha.1",
3
+ "version": "7.4.0-alpha.2",
4
4
  "description": "An express module providing a Parse-compatible API server",
5
5
  "main": "lib/index.js",
6
6
  "repository": {
@@ -44,7 +44,7 @@
44
44
  "jwks-rsa": "3.1.0",
45
45
  "ldapjs": "3.0.7",
46
46
  "lodash": "4.17.21",
47
- "lru-cache": "10.2.2",
47
+ "lru-cache": "10.4.0",
48
48
  "mime": "3.0.0",
49
49
  "mongodb": "5.9.0",
50
50
  "mustache": "4.2.0",
@@ -66,7 +66,7 @@
66
66
  "ws": "8.18.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@actions/core": "1.10.1",
69
+ "@actions/core": "1.11.1",
70
70
  "@apollo/client": "3.11.1",
71
71
  "@babel/cli": "7.24.8",
72
72
  "@babel/core": "7.24.7",