Skip to content

PYTHON-5487 Update 4.14 changelog to mention MongoDB 4.0 is no longer supported #2462

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 4 commits into from
Aug 7, 2025

Conversation

aclark4life
Copy link
Contributor

No description provided.

mongodb-dbx-release-bot bot and others added 3 commits August 7, 2025 09:16
Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
Update 4.14 changelog to mention MongoDB 4.0 is no longer supported
@aclark4life aclark4life requested a review from a team as a code owner August 7, 2025 13:21
NoahStapp
NoahStapp previously approved these changes Aug 7, 2025
Jibola
Jibola previously approved these changes Aug 7, 2025
- Subinterpreters (``concurrent.interpreters``)
- Free-threading with Encryption
- mod_wsgi
- Dropped support for MongoDB 4.0.
Copy link
Member

Choose a reason for hiding this comment

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

Could you also add a ..warning for this like we did for MongoDB 3.6 in pymongo 4.11?

:class:`bson.binary.BinaryVector`, a ``ValueError`` will be raised if the
'padding' metadata field is < 0 or > 7, or non-zero for any type other than
PACKED_BIT.
- Changed :meth:`~pymongo.uri_parser.parse_uri`'s ``options`` parameter to be
Copy link
Member

@ShaneHarvey ShaneHarvey Aug 7, 2025

Choose a reason for hiding this comment

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

Suggest changing "parameter" to be "return value" since options is in the output of parse_uri not the input params.

@aclark4life aclark4life dismissed stale reviews from Jibola and NoahStapp via 1efd94d August 7, 2025 16:20
@aclark4life aclark4life requested a review from ShaneHarvey August 7, 2025 16:21
@ShaneHarvey ShaneHarvey changed the title Update 4.14 changelog to mention MongoDB 4.0 is no longer supported PYTHON-5487 Update 4.14 changelog to mention MongoDB 4.0 is no longer supported Aug 7, 2025
@blink1073
Copy link
Member

drivers-pr-bot please backport to v4.14

@aclark4life aclark4life merged commit 4e9b52b into mongodb:master Aug 7, 2025
79 of 80 checks passed
@aclark4life aclark4life deleted the PYTHON-5487 branch August 7, 2025 18:01
Copy link
Contributor

Sorry, unable to cherry-pick to v4.14, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout -b cherry-pick-v4.14-4e9b52b8d6a7d7c5897acf70bd3157cd47a2ab3e v4.14

git fetch origin 4e9b52b8d6a7d7c5897acf70bd3157cd47a2ab3e
  1. Cherry pick the first parent branch of the this PR on top of the older branch:
git cherry-pick -x -m1 4e9b52b8d6a7d7c5897acf70bd3157cd47a2ab3e
  1. You will likely have some merge/cherry-pick conflicts here, fix them and commit:
git commit -am {message}
  1. Push to a named branch:
git push origin cherry-pick-v4.14-4e9b52b8d6a7d7c5897acf70bd3157cd47a2ab3e
  1. Create a PR against branch v4.14. I would have named this PR:

"PYTHON-5487 Update 4.14 changelog to mention MongoDB 4.0 is no longer supported (#2462) [v4.14]"

blink1073 pushed a commit to blink1073/mongo-python-driver that referenced this pull request Aug 7, 2025
… supported (mongodb#2462)

Signed-off-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
Co-authored-by: mongodb-dbx-release-bot[bot] <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com>
(cherry picked from commit 4e9b52b)
@aclark4life aclark4life restored the PYTHON-5487 branch August 7, 2025 18:35
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.

5 participants