File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff 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+
623Motor 3.0
724---------
825
You can’t perform that action at this time.
0 commit comments