Skip to content

Commit 302bcd5

Browse files
committed
adds more info to v1.20 whats new
1 parent 0ebb020 commit 302bcd5

File tree

2 files changed

+28
-11
lines changed

2 files changed

+28
-11
lines changed

source/tutorial.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,8 @@ Tutorials
77

88
.. toctree::
99

10-
/tutorial/connecting
1110
/tutorial/server-selection
12-
/data-formats/crud
13-
/data-formats/codecs
1411
/tutorial/collation
1512
/tutorial/commands
16-
/tutorial/custom-types
17-
/tutorial/decimal128
1813
/tutorial/encryption
19-
/tutorial/gridfs
20-
/tutorial/indexes
21-
/tutorial/tailable-cursor
22-
/tutorial/example-data
2314
/tutorial/aws-lambda
24-
/tutorial/modeling-bson-data
25-
/tutorial/stable-api

source/whats-new.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

4775
What's New in 1.18

0 commit comments

Comments
 (0)