parse-server 7.3.0 → 7.4.0-alpha.1

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 +2 -1
  2. package/package.json +3 -3
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,_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)
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
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)
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "parse-server",
3
- "version": "7.3.0",
3
+ "version": "7.4.0-alpha.1",
4
4
  "description": "An express module providing a Parse-compatible API server",
5
5
  "main": "lib/index.js",
6
6
  "repository": {
@@ -34,7 +34,7 @@
34
34
  "express": "4.21.0",
35
35
  "express-rate-limit": "7.3.1",
36
36
  "follow-redirects": "1.15.6",
37
- "graphql": "16.8.1",
37
+ "graphql": "16.9.0",
38
38
  "graphql-list-fields": "2.0.4",
39
39
  "graphql-relay": "0.10.2",
40
40
  "graphql-tag": "2.12.6",
@@ -77,7 +77,7 @@
77
77
  "@semantic-release/changelog": "6.0.3",
78
78
  "@semantic-release/commit-analyzer": "13.0.0",
79
79
  "@semantic-release/git": "10.0.1",
80
- "@semantic-release/github": "10.1.0",
80
+ "@semantic-release/github": "10.1.4",
81
81
  "@semantic-release/npm": "12.0.1",
82
82
  "@semantic-release/release-notes-generator": "14.0.1",
83
83
  "all-node-versions": "12.1.0",