Skip to content

PYTHON-3456 CSFLE/QE Naming #1208

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ Changes in Version 4.4
or Visual Studio.
- Improved support for type-checking with MyPy "strict" mode (`--strict`).
- Added support for Python 3.11.
- pymongocrypt 1.6.0 or later is now required for Client Side Field Level Encryption (CSFLE)
and Queryable Encryption (QE) support. MongoDB Server 7.0 introduced a backwards breaking
change to the QE protocol. Users taking advantage of the QE beta must now upgrade to
- pymongocrypt 1.6.0 or later is now required for :ref:`In-Use Encryption` support. MongoDB Server 7.0 introduced a backwards breaking
change to the QE protocol. Users taking advantage of the Queryable Encryption beta must now upgrade to
MongoDB 7.0+ and PyMongo 4.4+.

Issues Resolved
Expand Down Expand Up @@ -198,7 +197,6 @@ in this release.
.. _PYTHON-3311: https://jira.mongodb.org/browse/PYTHON-3311
.. _PYTHON-3187: https://jira.mongodb.org/browse/PYTHON-3187
.. _PyMongo 4.2 release notes in JIRA: https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=33196
.. _Queryable Encryption: automatic-queryable-client-side-encryption

Changes in Version 4.1.1
-------------------------
Expand Down
Loading