Skip to content
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

feat(NODE-5838): remove support for server 3.6 #4182

Merged
merged 3 commits into from
Sep 16, 2024
Merged

Conversation

durran
Copy link
Member

@durran durran commented Jul 25, 2024

Description

Removes support for MongoDB 3.6

What is changing?

  • Syncs SDAM spec tests and updates the incorrect ones where maxWireVersion was set to 6.
  • Updates the incorrect max staleness spec tests with the same issue.
  • Removes MONGODB-CR auth.
  • Removes 3.6 server from the Evergreen CI matrix.
Is there new documentation needed for these changes?

Need to communicate one minor release prior.

What is the motivation for this change?

NODE-5838

Release Highlight

MongoDB 3.6 is no longer supported

Server versions 3.6 and lower will get a compatibility error on connection and support for MONGODB-CR authentication is now also removed.

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@durran durran force-pushed the NODE-5838 branch 6 times, most recently from 00e92fd to d5648de Compare July 25, 2024 14:25
@durran durran added the Blocked Blocked on other work label Jul 25, 2024
@durran durran force-pushed the NODE-5838 branch 2 times, most recently from 0db617f to f33e85d Compare July 25, 2024 16:50
@durran durran force-pushed the NODE-5838 branch 2 times, most recently from fb2f272 to cc133ca Compare August 22, 2024 12:32
@durran durran removed the Blocked Blocked on other work label Sep 11, 2024
@durran durran marked this pull request as ready for review September 11, 2024 16:39
@aditi-khare-mongoDB aditi-khare-mongoDB self-assigned this Sep 13, 2024
@aditi-khare-mongoDB aditi-khare-mongoDB added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Sep 13, 2024
@aditi-khare-mongoDB aditi-khare-mongoDB added Team Review Needs review from team and removed Primary Review In Review with primary reviewer, not yet ready for team's eyes labels Sep 16, 2024
@aditi-khare-mongoDB aditi-khare-mongoDB merged commit 7b71e1f into main Sep 16, 2024
27 of 30 checks passed
@aditi-khare-mongoDB aditi-khare-mongoDB deleted the NODE-5838 branch September 16, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team Review Needs review from team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants