-
Notifications
You must be signed in to change notification settings - Fork 901
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
GODRIVER-3098 Drop support for MongoDB 3.6 #1932
base: master
Are you sure you want to change the base?
Conversation
API Change ReportNo changes found! |
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.
Are we going to add this file?
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.
Yes, it's part of syncing the SDAM tests from mongodb/specifications@959a5de. However, somehow copying the tests missed the corresponding .json
file, so I'll copy that over.
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.
Actually, it seems like it was accidentally missed with #1522. In either case, I believe we want to keep the yml files that were used to generate the JSON tests because they sometimes contain additional context about the test cases.
GODRIVER-3098
Summary
Drop support for MongoDB 3.6. The minimum supported MongoDB version is now 4.0.
Background & Motivation
MongoDB 3.6 reached end-of-life in 2021.