From facbb85505f3ce6b2de0fe4a0736ecc3dddc6a1f Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Fri, 9 Aug 2024 23:56:01 +0200 Subject: [PATCH 1/4] add mongo 8 --- .github/workflows/ci.yml | 10 +++++++--- README.md | 3 ++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67f5f05956..e1dab51f40 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,17 +160,21 @@ jobs: MONGODB_VERSION: 7.0.8 MONGODB_TOPOLOGY: replset NODE_VERSION: 22.4.1 + - name: MongoDB 8, ReplicaSet + MONGODB_VERSION: 8.0.0 + MONGODB_TOPOLOGY: replset + NODE_VERSION: 22.4.1 - name: Redis Cache PARSE_SERVER_TEST_CACHE: redis - MONGODB_VERSION: 7.0.8 + MONGODB_VERSION: 8.0.0 MONGODB_TOPOLOGY: standalone NODE_VERSION: 22.4.1 - name: Node 20 - MONGODB_VERSION: 7.0.8 + MONGODB_VERSION: 8.0.0 MONGODB_TOPOLOGY: standalone NODE_VERSION: 20.15.1 - name: Node 18 - MONGODB_VERSION: 7.0.8 + MONGODB_VERSION: 8.0.0 MONGODB_TOPOLOGY: standalone NODE_VERSION: 18.20.4 fail-fast: false diff --git a/README.md b/README.md index 37cf30051b..92df8934d7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![auto-release](https://img.shields.io/badge/%F0%9F%9A%80-auto--release-9e34eb.svg)](https://github.com/parse-community/parse-dashboard/releases) [![Node Version](https://img.shields.io/badge/nodejs-18,_20,_22-green.svg?logo=node.js&style=flat)](https://nodejs.org) -[![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) +[![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) [![Postgres Version](https://img.shields.io/badge/postgresql-13,_14,_15,_16-green.svg?logo=postgresql&style=flat)](https://www.postgresql.org) [![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 | MongoDB 5 | 5.0.26 | October 2024 | ✅ Yes | | MongoDB 6 | 6.0.14 | July 2025 | ✅ Yes | | MongoDB 7 | 7.0.8 | TDB | ✅ Yes | +| MongoDB 8 | 8.0.0 | TDB | ✅ Yes | #### PostgreSQL From c340b9975f8d546b09a8442a9b6d42db9ceec560 Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Fri, 9 Aug 2024 23:59:55 +0200 Subject: [PATCH 2/4] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1dab51f40..7144253820 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,7 +161,7 @@ jobs: MONGODB_TOPOLOGY: replset NODE_VERSION: 22.4.1 - name: MongoDB 8, ReplicaSet - MONGODB_VERSION: 8.0.0 + MONGODB_VERSION: 8.0.0-rc16 MONGODB_TOPOLOGY: replset NODE_VERSION: 22.4.1 - name: Redis Cache From afd1c2e375439ed66f43c89e426210841dbdd8ad Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Sat, 10 Aug 2024 00:02:20 +0200 Subject: [PATCH 3/4] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7144253820..ac3b0ccf42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,15 +166,15 @@ jobs: NODE_VERSION: 22.4.1 - name: Redis Cache PARSE_SERVER_TEST_CACHE: redis - MONGODB_VERSION: 8.0.0 + MONGODB_VERSION: 8.0.0-rc16 MONGODB_TOPOLOGY: standalone NODE_VERSION: 22.4.1 - name: Node 20 - MONGODB_VERSION: 8.0.0 + MONGODB_VERSION: 8.0.0-rc16 MONGODB_TOPOLOGY: standalone NODE_VERSION: 20.15.1 - name: Node 18 - MONGODB_VERSION: 8.0.0 + MONGODB_VERSION: 8.0.0-rc16 MONGODB_TOPOLOGY: standalone NODE_VERSION: 18.20.4 fail-fast: false From 1bbf102f4b3d97750dd03af98fe2c47255a9cb4e Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Sun, 6 Oct 2024 02:22:02 +0200 Subject: [PATCH 4/4] remove rc --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b17ea499a0..30c1b64866 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,20 +161,20 @@ jobs: MONGODB_TOPOLOGY: replset NODE_VERSION: 22.4.1 - name: MongoDB 8, ReplicaSet - MONGODB_VERSION: 8.0.0-rc16 + MONGODB_VERSION: 8.0.0 MONGODB_TOPOLOGY: replset NODE_VERSION: 22.4.1 - name: Redis Cache PARSE_SERVER_TEST_CACHE: redis - MONGODB_VERSION: 8.0.0-rc16 + MONGODB_VERSION: 8.0.0 MONGODB_TOPOLOGY: standalone NODE_VERSION: 22.4.1 - name: Node 20 - MONGODB_VERSION: 8.0.0-rc16 + MONGODB_VERSION: 8.0.0 MONGODB_TOPOLOGY: standalone NODE_VERSION: 20.15.1 - name: Node 18 - MONGODB_VERSION: 8.0.0-rc16 + MONGODB_VERSION: 8.0.0 MONGODB_TOPOLOGY: standalone NODE_VERSION: 18.20.4 fail-fast: false