parse-server 7.1.0-alpha.3 → 7.1.0-alpha.4
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 +9 -10
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
[](https://github.com/parse-community/parse-dashboard/releases)
|
|
11
11
|
|
|
12
12
|
[](https://nodejs.org)
|
|
13
|
-
[](https://www.mongodb.com)
|
|
14
14
|
[](https://www.postgresql.org)
|
|
15
15
|
|
|
16
16
|
[](https://www.npmjs.com/package/parse-server)
|
|
@@ -129,21 +129,20 @@ Parse Server is continuously tested with the most recent releases of Node.js to
|
|
|
129
129
|
|
|
130
130
|
| Version | Latest Version | End-of-Life | Compatible |
|
|
131
131
|
|------------|----------------|-------------|------------|
|
|
132
|
-
| Node.js 18 | 18.
|
|
133
|
-
| Node.js 20 | 20.
|
|
132
|
+
| Node.js 18 | 18.20.0 | April 2025 | ✅ Yes |
|
|
133
|
+
| Node.js 20 | 20.12.0 | April 2026 | ✅ Yes |
|
|
134
134
|
|
|
135
135
|
#### MongoDB
|
|
136
136
|
|
|
137
|
-
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 [MongoDB lifecycle schedule](https://www.mongodb.com/support-policy/lifecycles) and only test against versions that are officially supported and have not reached their end-of-life date.
|
|
137
|
+
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 [MongoDB lifecycle schedule](https://www.mongodb.com/support-policy/lifecycles) and only test against versions that are officially supported and have not reached their end-of-life date. MongoDB "rapid releases" are ignored as these are considered pre-releases of the next major version.
|
|
138
138
|
|
|
139
139
|
| Version | Latest Version | End-of-Life | Compatible |
|
|
140
140
|
| ----------- | -------------- | ------------- | ---------- |
|
|
141
|
-
| MongoDB 4.
|
|
142
|
-
| MongoDB 4.
|
|
143
|
-
| MongoDB
|
|
144
|
-
| MongoDB
|
|
145
|
-
| MongoDB
|
|
146
|
-
| MongoDB 7 | 7.0.1 | TDB | ✅ Yes |
|
|
141
|
+
| MongoDB 4.2 | 4.2.25 | April 2023 | ✅ Yes |
|
|
142
|
+
| MongoDB 4.4 | 4.4.29 | February 2024 | ✅ Yes |
|
|
143
|
+
| MongoDB 5 | 5.0.26 | October 2024 | ✅ Yes |
|
|
144
|
+
| MongoDB 6 | 6.0.14 | July 2025 | ✅ Yes |
|
|
145
|
+
| MongoDB 7 | 7.0.7 | TDB | ✅ Yes |
|
|
147
146
|
|
|
148
147
|
#### PostgreSQL
|
|
149
148
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "parse-server",
|
|
3
|
-
"version": "7.1.0-alpha.
|
|
3
|
+
"version": "7.1.0-alpha.4",
|
|
4
4
|
"description": "An express module providing a Parse-compatible API server",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"@graphql-tools/schema": "10.0.3",
|
|
26
26
|
"@graphql-tools/utils": "8.12.0",
|
|
27
27
|
"@parse/fs-files-adapter": "2.0.1",
|
|
28
|
-
"@parse/push-adapter": "
|
|
28
|
+
"@parse/push-adapter": "6.0.0",
|
|
29
29
|
"bcryptjs": "2.4.3",
|
|
30
30
|
"body-parser": "1.20.2",
|
|
31
31
|
"commander": "12.0.0",
|
|
32
32
|
"cors": "2.8.5",
|
|
33
33
|
"deepcopy": "2.1.0",
|
|
34
|
-
"express": "4.
|
|
34
|
+
"express": "4.19.2",
|
|
35
35
|
"express-rate-limit": "6.11.2",
|
|
36
36
|
"follow-redirects": "1.15.6",
|
|
37
37
|
"graphql": "16.8.1",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"graphql-tag": "2.12.6",
|
|
41
41
|
"graphql-upload": "15.0.2",
|
|
42
42
|
"intersect": "1.0.1",
|
|
43
|
-
"jsonwebtoken": "9.0.
|
|
43
|
+
"jsonwebtoken": "9.0.2",
|
|
44
44
|
"jwks-rsa": "3.1.0",
|
|
45
45
|
"ldapjs": "3.0.7",
|
|
46
46
|
"lodash": "4.17.21",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"pg-monitor": "2.0.0",
|
|
55
55
|
"pg-promise": "11.5.5",
|
|
56
56
|
"pluralize": "8.0.0",
|
|
57
|
-
"rate-limit-redis": "
|
|
57
|
+
"rate-limit-redis": "4.2.0",
|
|
58
58
|
"redis": "4.6.13",
|
|
59
59
|
"semver": "7.6.0",
|
|
60
60
|
"subscriptions-transport-ws": "0.11.0",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"ws": "8.16.0"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@actions/core": "1.
|
|
68
|
+
"@actions/core": "1.10.1",
|
|
69
69
|
"@apollo/client": "3.9.5",
|
|
70
70
|
"@babel/cli": "7.23.9",
|
|
71
71
|
"@babel/core": "7.24.0",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"mock-files-adapter": "file:spec/dependencies/mock-files-adapter",
|
|
101
101
|
"mock-mail-adapter": "file:spec/dependencies/mock-mail-adapter",
|
|
102
102
|
"mongodb-runner": "5.5.4",
|
|
103
|
-
"node-abort-controller": "3.
|
|
103
|
+
"node-abort-controller": "3.1.1",
|
|
104
104
|
"node-fetch": "3.2.10",
|
|
105
105
|
"nyc": "15.1.0",
|
|
106
106
|
"prettier": "2.0.5",
|