From 48bff5eb380d910dd4495844911a3e6bc730e257 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 23 Jan 2026 06:52:07 +0000 Subject: [PATCH 1/3] Initial plan From 28e0f17b91f6ee51bac7ae339cc45525a8c7a56d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 23 Jan 2026 06:54:30 +0000 Subject: [PATCH 2/3] Update MongoDB version requirement from 4.0 to 4.2 Co-authored-by: h3n4l <87714218+h3n4l@users.noreply.github.com> --- content/blog/introducing-mongodb-support-in-bytebase.md | 2 +- docs/introduction/supported-databases.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/introducing-mongodb-support-in-bytebase.md b/content/blog/introducing-mongodb-support-in-bytebase.md index 9a07c8209..5d96e206a 100644 --- a/content/blog/introducing-mongodb-support-in-bytebase.md +++ b/content/blog/introducing-mongodb-support-in-bytebase.md @@ -33,4 +33,4 @@ With [Bytebase 1.11.0](https://www.bytebase.com/changelog/bytebase-1-11-0), you ## Try MongoDB Yourself -Bytebase supports MongoDB 4.0, 5.0, and 6.0. Please follow [installation guide](https://docs.bytebase.com/get-started/deploy-with-docker) to try it out. You can also join our [discord](https://discord.gg/huyw7gRsyA) to discuss all things Bytebase, share your feedback, and get help from the community. +Bytebase supports MongoDB 4.2, 5.0, and 6.0. Please follow [installation guide](https://docs.bytebase.com/get-started/deploy-with-docker) to try it out. You can also join our [discord](https://discord.gg/huyw7gRsyA) to discuss all things Bytebase, share your feedback, and get help from the community. diff --git a/docs/introduction/supported-databases.mdx b/docs/introduction/supported-databases.mdx index cb42bc5f6..11545e78a 100644 --- a/docs/introduction/supported-databases.mdx +++ b/docs/introduction/supported-databases.mdx @@ -17,7 +17,7 @@ Bytebase officially supports the following major versions for each supported dat | | OceanBase | 3.x and above | | | CockroachDB | 24.1 and above | | | Spanner | All versions | -| **NoSQL** | MongoDB | 4.0 and above | +| **NoSQL** | MongoDB | 4.2 and above | | | Redis | 6.0 and above | | | Cassandra | 3.0 and above | | | DocumentDB | All versions | From 71b2c5c2af3c5f1b67d6b814644d21050a7f8648 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 23 Jan 2026 06:58:23 +0000 Subject: [PATCH 3/3] Simplify MongoDB version text to use "4.2 and above" Co-authored-by: h3n4l <87714218+h3n4l@users.noreply.github.com> --- content/blog/introducing-mongodb-support-in-bytebase.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/introducing-mongodb-support-in-bytebase.md b/content/blog/introducing-mongodb-support-in-bytebase.md index 5d96e206a..bb77ac329 100644 --- a/content/blog/introducing-mongodb-support-in-bytebase.md +++ b/content/blog/introducing-mongodb-support-in-bytebase.md @@ -33,4 +33,4 @@ With [Bytebase 1.11.0](https://www.bytebase.com/changelog/bytebase-1-11-0), you ## Try MongoDB Yourself -Bytebase supports MongoDB 4.2, 5.0, and 6.0. Please follow [installation guide](https://docs.bytebase.com/get-started/deploy-with-docker) to try it out. You can also join our [discord](https://discord.gg/huyw7gRsyA) to discuss all things Bytebase, share your feedback, and get help from the community. +Bytebase supports MongoDB 4.2 and above. Please follow [installation guide](https://docs.bytebase.com/get-started/deploy-with-docker) to try it out. You can also join our [discord](https://discord.gg/huyw7gRsyA) to discuss all things Bytebase, share your feedback, and get help from the community.