File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Changes in Version 3.0.2
5
+ ------------------------
6
+
7
+ Version 3.0.2 fixes issues reported since the release of 3.0.1, most
8
+ importantly a bug that could route operations to replica set members
9
+ that are not in primary or secondary state when using
10
+ :class: `~pymongo.read_preferences.PrimaryPreferred ` or
11
+ :class: `~pymongo.read_preferences.Nearest `. It is a recommended upgrade for
12
+ all users of PyMongo 3.0.x.
13
+
14
+ Issues Resolved
15
+ ...............
16
+
17
+ See the `PyMongo 3.0.2 release notes in JIRA `_ for the list of resolved issues
18
+ in this release.
19
+
20
+ .. _PyMongo 3.0.2 release notes in JIRA : https://jira.mongodb.org/browse/PYTHON/fixforversion/15430
21
+
4
22
Changes in Version 3.0.1
5
23
------------------------
6
24
You can’t perform that action at this time.
0 commit comments