Skip to content

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

Merged
merged 2 commits into from
Nov 17, 2020
Merged

BUMP 3.11.1 #516

merged 2 commits into from
Nov 17, 2020

Conversation

prashantmital
Copy link
Contributor

No description provided.

- 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`.
Copy link
Member

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

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
Copy link
Member

Choose a reason for hiding this comment

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

"class:" -> ":class:"

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.
Copy link
Member

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 ..."

Copy link
Member

@ShaneHarvey ShaneHarvey left a comment

Choose a reason for hiding this comment

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

LGTM

@prashantmital prashantmital merged commit 1d651b9 into mongodb:master Nov 17, 2020
@prashantmital prashantmital deleted the Changelog/3.11.1 branch November 17, 2020 00:01
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