File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Changes in Version 4.15.0 (XXXX/XX/XX)
44--------------------------------------
55PyMongo 4.15 brings a number of changes including:
66
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.
713- Added :class: `bson.decimal128.DecimalEncoder ` and :class: `bson.decimal128.DecimalDecoder `
814 to support encoding and decoding of BSON Decimal128 values to decimal.Decimal values using the TypeRegistry API.
915
You can’t perform that action at this time.
0 commit comments