@@ -22,6 +22,8 @@ following versions of the {+php-library+}:
22
22
23
23
* :ref:`Version 1.20 <php-lib-version-1.20>`
24
24
25
+ * :ref:`Version 1.19 <php-lib-version-1.19>`
26
+
25
27
* :ref:`Version 1.18 <php-lib-version-1.18>`
26
28
27
29
* :ref:`Version 1.17 <php-lib-version-1.17>`
@@ -42,6 +44,32 @@ What's New in 1.20
42
44
43
45
- Adds support for {+mdb-server+} v8.0.
44
46
47
+ - Adds support for Queryable Encryption (QE) range queries. To use this
48
+ feature, your app must connect to {+mdb-server+} 8.0 or later. For
49
+ more information about QE range queries, see :manual:`Queryable
50
+ Encryption </core/queryable-encryption>` in the {+mdb-server+} manual.
51
+
52
+ - When a sharded cluster operation is unsuccessful, the library avoids
53
+ selecting the same ``mongos`` server for operation retry attempts if other
54
+ ``mongos`` servers are available.
55
+
56
+ - When you create a KMIP data key, you can now specify the ``delegated``
57
+ option. If this option is set to ``true``, the KMIP provider performs
58
+ encryption and decryption of the data key locally, ensuring that the
59
+ encryption key never leaves the KMIP server.
60
+
61
+ For more information about the changes in this version, see the
62
+ :github:`v1.20 release notes
63
+ </mongodb/mongo-php-library/releases/tag/1.20.0>` on GitHub.
64
+
65
+ .. _php-lib-version-1.19:
66
+
67
+ What's New in 1.19
68
+ ------------------
69
+
70
+ This release of the {+library-short+} contains no significant changes
71
+ and was added to keep version parity with the {+extension-short+}.
72
+
45
73
.. _php-lib-version-1.18:
46
74
47
75
What's New in 1.18
0 commit comments