Skip to content

Commit 4756c66

Browse files
authored
feat: Add support for MongoDB 8 (#9269)
1 parent ae03c99 commit 4756c66

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/ci.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -160,17 +160,21 @@ jobs:
160160
MONGODB_VERSION: 7.0.8
161161
MONGODB_TOPOLOGY: replset
162162
NODE_VERSION: 22.4.1
163+
- name: MongoDB 8, ReplicaSet
164+
MONGODB_VERSION: 8.0.0
165+
MONGODB_TOPOLOGY: replset
166+
NODE_VERSION: 22.4.1
163167
- name: Redis Cache
164168
PARSE_SERVER_TEST_CACHE: redis
165-
MONGODB_VERSION: 7.0.8
169+
MONGODB_VERSION: 8.0.0
166170
MONGODB_TOPOLOGY: standalone
167171
NODE_VERSION: 22.4.1
168172
- name: Node 20
169-
MONGODB_VERSION: 7.0.8
173+
MONGODB_VERSION: 8.0.0
170174
MONGODB_TOPOLOGY: standalone
171175
NODE_VERSION: 20.15.1
172176
- name: Node 18
173-
MONGODB_VERSION: 7.0.8
177+
MONGODB_VERSION: 8.0.0
174178
MONGODB_TOPOLOGY: standalone
175179
NODE_VERSION: 18.20.4
176180
fail-fast: false

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/parse-dashboard/releases)
1111

1212
[![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)
1414
[![Postgres Version](https://img.shields.io/badge/postgresql-13,_14,_15,_16-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org)
1515

1616
[![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
144144
| MongoDB 5 | 5.0.26 | October 2024 | ✅ Yes |
145145
| MongoDB 6 | 6.0.14 | July 2025 | ✅ Yes |
146146
| MongoDB 7 | 7.0.8 | TDB | ✅ Yes |
147+
| MongoDB 8 | 8.0.0 | TDB | ✅ Yes |
147148

148149
#### PostgreSQL
149150

0 commit comments

Comments
 (0)