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.
Files changed (2) hide show
  1. package/README.md +9 -10
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -10,7 +10,7 @@
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-green.svg?logo=node.js&style=flat)](https://nodejs.org)
13
- [![MongoDB Version](https://img.shields.io/badge/mongodb-4.0,_4.2,_4.4,_5,_6-green.svg?logo=mongodb&style=flat)](https://www.mongodb.com)
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
14
  [![Postgres Version](https://img.shields.io/badge/postgresql-13,_14,_15,_16-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)
@@ -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.19.1 | April 2025 | ✅ Yes |
133
- | Node.js 20 | 20.11.1 | April 2026 | ✅ Yes |
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. We consider the end-of-life date of a MongoDB "rapid release" to be the same as its major version release.
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.0 | 4.0.28 | April 2022 | ✅ Yes |
142
- | MongoDB 4.2 | 4.2.19 | April 2023 | ✅ Yes |
143
- | MongoDB 4.4 | 4.4.13 | February 2024 | ✅ Yes |
144
- | MongoDB 5 | 5.3.2 | October 2024 | ✅ Yes |
145
- | MongoDB 6 | 6.0.2 | July 2025 | ✅ Yes |
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",
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": "5.1.1",
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.18.3",
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.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": "3.0.2",
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.9.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.0.1",
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",