File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ Changes in Version 4.4
6
6
7
7
- Added support for passing a list containing (key, direction) pairs
8
8
or keys to :meth: `~pymongo.collection.Collection.create_index `.
9
- - **BETA ** Added support for range queries on client side field level encrypted collections.
10
9
- pymongocrypt 1.5.0 or later is now required for client side field level
11
10
encryption support.
12
11
- Improved support for Pyright to improve typing support for IDEs like Visual Studio Code or Visual Studio.
Original file line number Diff line number Diff line change @@ -799,9 +799,9 @@ def encrypt(
799
799
when the algorithm is :attr:`Algorithm.INDEXED`. An integer value
800
800
*must* be given when the :attr:`Algorithm.INDEXED` algorithm is
801
801
used.
802
- - `range_opts`: **(BETA)** An instance of RangeOpts .
802
+ - `range_opts`: Experimental only, not intended for public use .
803
803
804
- .. note:: `query_type`, `contention_factor` and `range_opts ` are part of the Queryable Encryption beta.
804
+ .. note:: `query_type`, and `contention_factor ` are part of the Queryable Encryption beta.
805
805
Backwards-breaking changes may be made before the final release.
806
806
807
807
:Returns:
@@ -851,10 +851,7 @@ def encrypt_expression(
851
851
when the algorithm is :attr:`Algorithm.INDEXED`. An integer value
852
852
*must* be given when the :attr:`Algorithm.INDEXED` algorithm is
853
853
used.
854
- - `range_opts`: **(BETA)** An instance of RangeOpts.
855
-
856
- .. note:: Support for range queries is in beta.
857
- Backwards-breaking changes may be made before the final release.
854
+ - `range_opts`: Experimental only, not intended for public use.
858
855
859
856
:Returns:
860
857
The encrypted expression, a :class:`~bson.RawBSONDocument`.
Original file line number Diff line number Diff line change @@ -233,8 +233,7 @@ def __init__(
233
233
) -> None :
234
234
"""Options to configure encrypted queries using the rangePreview algorithm.
235
235
236
- .. note:: Support for Range queries is in beta.
237
- Backwards-breaking changes may be made before the final release.
236
+ .. note:: This feature is experimental only, and not intended for public use.
238
237
239
238
:Parameters:
240
239
- `sparsity`: An integer.
You can’t perform that action at this time.
0 commit comments