File tree 3 files changed +208
-199
lines changed
3 files changed +208
-199
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,8 @@ Changes in Version 4.4
12
12
or Visual Studio.
13
13
- Improved support for type-checking with MyPy "strict" mode (`--strict `).
14
14
- Added support for Python 3.11.
15
- - pymongocrypt 1.6.0 or later is now required for Client Side Field Level Encryption (CSFLE)
16
- and Queryable Encryption (QE) support. MongoDB Server 7.0 introduced a backwards breaking
17
- change to the QE protocol. Users taking advantage of the QE beta must now upgrade to
15
+ - pymongocrypt 1.6.0 or later is now required for :ref: `In-Use Encryption ` support. MongoDB Server 7.0 introduced a backwards breaking
16
+ change to the QE protocol. Users taking advantage of the Queryable Encryption beta must now upgrade to
18
17
MongoDB 7.0+ and PyMongo 4.4+.
19
18
20
19
Issues Resolved
@@ -198,7 +197,6 @@ in this release.
198
197
.. _PYTHON-3311 : https://jira.mongodb.org/browse/PYTHON-3311
199
198
.. _PYTHON-3187 : https://jira.mongodb.org/browse/PYTHON-3187
200
199
.. _PyMongo 4.2 release notes in JIRA : https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=33196
201
- .. _Queryable Encryption : automatic-queryable-client-side-encryption
202
200
203
201
Changes in Version 4.1.1
204
202
-------------------------
You can’t perform that action at this time.
0 commit comments