Skip to content

PYTHON-3652 Bump maxWireVersion for MongoDB 7.0 #1188

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

Merged
merged 3 commits into from
Apr 12, 2023

Conversation

blink1073
Copy link
Member

No description provided.

@blink1073 blink1073 requested a review from ShaneHarvey as a code owner April 11, 2023 20:21
"minWireVersion": 21,
"maxWireVersion": 22,
"minWireVersion": max_version + 1,
"maxWireVersion": max_version + 2,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand your motivation here but I think it's good to keep this test separate from common.MAX_SUPPORTED_WIRE_VERSION, that way when we change MAX_SUPPORTED_WIRE_VERSION we know it has an effect.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@blink1073 blink1073 requested a review from ShaneHarvey April 12, 2023 15:06
@blink1073 blink1073 merged commit f7225fd into mongodb:master Apr 12, 2023
@blink1073 blink1073 deleted the PYTHON-3652 branch April 12, 2023 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants