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 7387a6a commit 8a8fc09Copy full SHA for 8a8fc09
bindings/python/CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+Changes in Version 1.16.0
5
+-------------------------
6
+
7
+- Add support for text-based Queryable Encryption with the new "textPreview"
8
+ algorithm. NOTE: The "textPreview" algorithm is experimental only. It is
9
+ not intended for public use.
10
11
Changes in Version 1.15.1
12
-------------------------
13
bindings/python/pymongocrypt/version.py
@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
14
15
-__version__ = "1.15.2.dev0"
+__version__ = "1.16.0"
16
17
_MIN_LIBMONGOCRYPT_VERSION = "1.8.0"
0 commit comments