-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Conversation
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
- Subinterpreters (``concurrent.interpreters``) | ||
- Free-threading with Encryption | ||
- mod_wsgi | ||
- Dropped support for MongoDB 4.0. |
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.
Could you also add a ..warning
for this like we did for MongoDB 3.6 in pymongo 4.11?
doc/changelog.rst
Outdated
: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 |
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.
Suggest changing "parameter" to be "return value" since options
is in the output of parse_uri not the input params.
drivers-pr-bot please backport to v4.14 |
Sorry, unable to cherry-pick to v4.14, please backport manually. Here are approximate instructions:
|
… 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)
No description provided.