We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982dc07 commit 6ae88a7Copy full SHA for 6ae88a7
1 file changed
doc/changelog.rst
@@ -4,6 +4,12 @@ Changes in Version 4.15.0 (XXXX/XX/XX)
4
--------------------------------------
5
PyMongo 4.15 brings a number of changes including:
6
7
+- Added :class:`~pymongo.encryption_options.TextOpts`,
8
+ :attr:`~pymongo.encryption.Algorithm.TEXTPREVIEW`,
9
+ :attr:`~pymongo.encryption.QueryType.PREFIXPREVIEW`,
10
+ :attr:`~pymongo.encryption.QueryType.SUFFIXPREVIEW`,
11
+ :attr:`~pymongo.encryption.QueryType.SUBSTRINGPREVIEW`,
12
+ as part of the experimental Queryable Encryption text queries beta.
13
- Added :class:`bson.decimal128.DecimalEncoder` and :class:`bson.decimal128.DecimalDecoder`
14
to support encoding and decoding of BSON Decimal128 values to decimal.Decimal values using the TypeRegistry API.
15
0 commit comments