File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,21 @@ PyMongo 4.1 brings a number of improvements including:
2626- :meth: `gridfs.GridOut.seek ` now returns the new position in the file, to
2727 conform to the behavior of :meth: `io.IOBase.seek `.
2828
29+ Bug fixes
30+ .........
31+
32+ - Fixed a bug where the client could be unable to discover the new primary
33+ after a simultaneous replica set election and reconfig (`PYTHON-2970 `_).
34+
35+ .. _PYTHON-2970 : https://jira.mongodb.org/browse/PYTHON-2970
36+
37+ Issues Resolved
38+ ...............
39+
40+ See the `PyMongo 4.1 release notes in JIRA `_ for the list of resolved issues
41+ in this release.
42+
43+ .. _PyMongo 4.1 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=30619
2944
3045Changes in Version 4.0
3146----------------------
You can’t perform that action at this time.
0 commit comments