@@ -45,8 +45,8 @@ in this release.
45
45
46
46
.. _PyMongo 3.9 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=21787
47
47
48
- Changes in Version 3.8.0.dev0
49
- -----------------------------
48
+ Changes in Version 3.8.0
49
+ ------------------------
50
50
51
51
.. warning :: PyMongo no longer supports Python 2.6. RHEL 6 users should install
52
52
Python 2.7 or newer from `Red Hat Software Collections
@@ -77,6 +77,8 @@ Changes in Version 3.8.0.dev0
77
77
the :class: `~bson.codec_options.TypeCodec ` and
78
78
:class: `~bson.codec_options.TypeRegistry ` APIs. For more information, see
79
79
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 `.
80
82
- :meth: `pymongo.cursor.Cursor.distinct ` and
81
83
:meth: `pymongo.cursor.Cursor.count ` now send the Cursor's
82
84
:meth: `~pymongo.cursor.Cursor.comment ` as the "comment" top-level
@@ -103,6 +105,9 @@ Changes in Version 3.8.0.dev0
103
105
accept multiple bson documents.
104
106
- Iterating over a :class: `~bson.raw_bson.RawBSONDocument ` now maintains the
105
107
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.
106
111
107
112
Issues Resolved
108
113
...............
0 commit comments