Skip to content

adds more info to v1.20 whats new #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions source/tutorial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,8 @@ Tutorials

.. toctree::

/tutorial/connecting
/tutorial/server-selection
/data-formats/crud
/data-formats/codecs
/tutorial/collation
/tutorial/commands
/tutorial/custom-types
/tutorial/decimal128
/tutorial/encryption
/tutorial/gridfs
/tutorial/indexes
/tutorial/tailable-cursor
/tutorial/example-data
/tutorial/aws-lambda
/tutorial/modeling-bson-data
/tutorial/stable-api
28 changes: 28 additions & 0 deletions source/whats-new.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ following versions of the {+php-library+}:

* :ref:`Version 1.20 <php-lib-version-1.20>`

* :ref:`Version 1.19 <php-lib-version-1.19>`

* :ref:`Version 1.18 <php-lib-version-1.18>`

* :ref:`Version 1.17 <php-lib-version-1.17>`
Expand All @@ -42,6 +44,32 @@ What's New in 1.20

- Adds support for {+mdb-server+} v8.0.

- Adds support for Queryable Encryption (QE) range queries. To use this
feature, your app must connect to {+mdb-server+} 8.0 or later. For
more information about QE range queries, see :manual:`Queryable
Encryption </core/queryable-encryption>` in the {+mdb-server+} manual.

- When a sharded cluster operation is unsuccessful, the library avoids
selecting the same ``mongos`` server for operation retry attempts if other
``mongos`` servers are available.

- When you create a KMIP data key, you can now specify the ``delegated``
option. If this option is set to ``true``, the KMIP provider performs
encryption and decryption of the data key locally, ensuring that the
encryption key never leaves the KMIP server.

For more information about the changes in this version, see the
:github:`v1.20 release notes
</mongodb/mongo-php-library/releases/tag/1.20.0>` on GitHub.

.. _php-lib-version-1.19:

What's New in 1.19
------------------

This release of the {+library-short+} contains no significant changes
and was added to keep version parity with the {+extension-short+}.

.. _php-lib-version-1.18:

What's New in 1.18
Expand Down
Loading