-
Notifications
You must be signed in to change notification settings - Fork 1.1k
BUMP 3.11.1 #516
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
BUMP 3.11.1 #516
Conversation
- Fixed a bug wherein PyMongo did not always mark an implicit session | ||
"dirty" after encountering a network error. | ||
- Fixed a bug which made it impossible to serialize | ||
:class:`~pymongo.errors.BulkWriteError` instances using :mod:`pickle`. |
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.
We also "Fixed a bug where connections created in the background were not authenticated": https://jira.mongodb.org/browse/PYTHON-2360
And also "Fixed a memory leak in the bson module when using a TypeRegistry":
https://jira.mongodb.org/browse/PYTHON-2382
doc/changelog.rst
Outdated
and :mod:`~pymongo.encryption`. **Note: Backwards-breaking changes may be | ||
made before the final release.** | ||
- Fixed a bug where the :class:`bson.json_util.JSONOptions` API did not match | ||
the class:`bson.codec_options.CodecOptions` API due to the absence of |
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.
"class:" -> ":class:"
doc/changelog.rst
Outdated
a :meth:`bson.json_util.JSONOptions.with_options` method. This method has now | ||
been added. | ||
- Fixed a bug wherein PyMongo did not always mark an implicit session | ||
"dirty" after encountering a network error. |
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.
"not always mark an implicit session "dirty" after" -> "did not always discard an implicit session after ..."
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.
LGTM
No description provided.