@@ -22,6 +22,8 @@ following versions of the {+php-library+}:
2222
2323* :ref:`Version 1.20 <php-lib-version-1.20>`
2424
25+ * :ref:`Version 1.19 <php-lib-version-1.19>`
26+
2527* :ref:`Version 1.18 <php-lib-version-1.18>`
2628
2729* :ref:`Version 1.17 <php-lib-version-1.17>`
@@ -42,6 +44,32 @@ What's New in 1.20
4244
4345- Adds support for {+mdb-server+} v8.0.
4446
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+
4573.. _php-lib-version-1.18:
4674
4775What's New in 1.18
0 commit comments