|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
4 |
| -Changes in Version 3.12.0 |
| 4 | +Changes in Version 3.11.1 |
5 | 5 | -------------------------
|
6 | 6 |
|
7 |
| -Version 3.12 adds support for Python 3.9 and includes a number of bug fixes. |
| 7 | +Version 3.11.1 adds support for Python 3.9 and includes a number of bugfixes. |
8 | 8 | Highlights include:
|
9 | 9 |
|
10 | 10 | - Support for Python 3.9.
|
11 |
| -- New method :class:`bson.json_util.JSONOptions.with_options`. |
| 11 | +- Initial support for Azure and GCP KMS providers for client side field level |
| 12 | + encryption is in beta. See the docstring for |
| 13 | + :class:`~pymongo.mongo_client.MongoClient`, |
| 14 | + :class:`~pymongo.encryption_options.AutoEncryptionOpts`, |
| 15 | + and :mod:`~pymongo.encryption`. **Note: Backwards-breaking changes may be |
| 16 | + made before the final release.** |
| 17 | +- Fixed a bug where the :class:`bson.json_util.JSONOptions` API did not match |
| 18 | + the :class:`bson.codec_options.CodecOptions` API due to the absence of |
| 19 | + a :meth:`bson.json_util.JSONOptions.with_options` method. This method has now |
| 20 | + been added. |
| 21 | +- Fixed a bug which made it impossible to serialize |
| 22 | + :class:`~pymongo.errors.BulkWriteError` instances using :mod:`pickle`. |
| 23 | +- Fixed a bug wherein PyMongo did not always discard an implicit session after |
| 24 | + encountering a network error. |
| 25 | +- Fixed a bug where connections created in the background were not |
| 26 | + authenticated. |
| 27 | +- Fixed a memory leak in the :mod:`bson` module when using a |
| 28 | + :class:`~bson.codec_options.TypeRegistry`. |
12 | 29 |
|
13 | 30 | Issues Resolved
|
14 | 31 | ...............
|
15 | 32 |
|
16 |
| -See the `PyMongo 3.12.0 release notes in JIRA`_ for the list of resolved issues |
| 33 | +See the `PyMongo 3.11.1 release notes in JIRA`_ for the list of resolved issues |
17 | 34 | in this release.
|
18 | 35 |
|
19 |
| -.. _PyMongo 3.12.0 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=29594 |
| 36 | +.. _PyMongo 3.11.1 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=29997 |
20 | 37 |
|
21 | 38 | Changes in Version 3.11.0
|
22 | 39 | -------------------------
|
|
0 commit comments