Skip to content

Commit a2b6bd2

Browse files
committed
Changelog for PyMongo 3.0.2.
1 parent 6e17485 commit a2b6bd2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/changelog.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Changelog
22
=========
33

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+
422
Changes in Version 3.0.1
523
------------------------
624

0 commit comments

Comments
 (0)