-
Notifications
You must be signed in to change notification settings - Fork 3
docs: update MongoDB version requirement from 4.0 to 4.2 #997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: h3n4l <87714218+h3n4l@users.noreply.github.com>
Co-authored-by: h3n4l <87714218+h3n4l@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the documentation to reflect the minimum MongoDB version requirement change from 4.0 to 4.2, aligning with the MongoDB Go driver v2 requirements that Bytebase adopted approximately 6 months ago.
Changes:
- Updated minimum MongoDB version from 4.0 to 4.2 in the supported databases documentation
- Revised blog post text from listing specific versions (4.0, 5.0, 6.0) to a more maintainable "4.2 and above" format
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/introduction/supported-databases.mdx | Updated MongoDB version requirement in the supported databases table from "4.0 and above" to "4.2 and above" |
| content/blog/introducing-mongodb-support-in-bytebase.md | Changed MongoDB version statement from "4.0, 5.0, and 6.0" to "4.2 and above" for better maintainability and clarity |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
zchpeter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
tianzhou
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
MongoDB golang driver v2 requires MongoDB 4.2+ per official release notes. Bytebase upgraded to driver v2 ~6 months ago.
Changes
docs/introduction/supported-databases.mdx: Update version table from "4.0 and above" to "4.2 and above"content/blog/introducing-mongodb-support-in-bytebase.md: Update supported versions to "4.2 and above"Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.