Skip to content

Commit a624899

Browse files
authored
MOTOR-974 Document Queryable Encryption API as "Public Technical Preview" (#182)
1 parent 81f81f6 commit a624899

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

doc/changelog.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ Changelog
33

44
.. currentmodule:: motor.motor_tornado
55

6+
Motor 3.1
7+
---------
8+
9+
Motor 3.1 adds support for the Queryable Encryption beta with MongoDB 6.0.
10+
Note that backwards-breaking changes may be made before the final release.
11+
12+
The new Queryable Encryption changes that are in beta are:
13+
14+
- The `encrypted_fields` argument to the
15+
:class:`~motor.motor_tornado.MotorCollection` constructor, and the
16+
:meth:`~motor.motor_tornado.MotorDatabase.create_collection`
17+
and :meth:`~motor.motor_tornado.MotorDatabase.drop_collection` methods.
18+
- The `query_type` and `contention_factor` arguments to
19+
:meth:`motor.motor_asyncio.AsyncIOMotorClientEncryption.encrypt` and
20+
:meth:`motor.motor_tornado.MotorClientEncryption.encrypt`.
21+
22+
623
Motor 3.0
724
---------
825

0 commit comments

Comments
 (0)