Skip to content

Commit 54c9aff

Browse files
committed
BUMP 3.8.0
1 parent 6b6efd9 commit 54c9aff

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/changelog.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ in this release.
4545

4646
.. _PyMongo 3.9 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=21787
4747

48-
Changes in Version 3.8.0.dev0
49-
-----------------------------
48+
Changes in Version 3.8.0
49+
------------------------
5050

5151
.. warning:: PyMongo no longer supports Python 2.6. RHEL 6 users should install
5252
Python 2.7 or newer from `Red Hat Software Collections
@@ -77,6 +77,8 @@ Changes in Version 3.8.0.dev0
7777
the :class:`~bson.codec_options.TypeCodec` and
7878
:class:`~bson.codec_options.TypeRegistry` APIs. For more information, see
7979
the :doc:`custom type example <examples/custom_type>`.
80+
- Attempting a multi-document transaction on a sharded cluster now raises a
81+
:exc:`~pymongo.errors.ConfigurationError`.
8082
- :meth:`pymongo.cursor.Cursor.distinct` and
8183
:meth:`pymongo.cursor.Cursor.count` now send the Cursor's
8284
:meth:`~pymongo.cursor.Cursor.comment` as the "comment" top-level
@@ -103,6 +105,9 @@ Changes in Version 3.8.0.dev0
103105
accept multiple bson documents.
104106
- Iterating over a :class:`~bson.raw_bson.RawBSONDocument` now maintains the
105107
same field order of the underlying raw BSON document.
108+
- Applications can now register a custom server selector. For more information
109+
see the :doc:`server selector example <examples/server_selection>`.
110+
- The connection pool now implements a LIFO policy.
106111

107112
Issues Resolved
108113
...............

0 commit comments

Comments
 (0)