Skip to content

Commit 54f64ac

Browse files
committed
add whats new entry
(cherry picked from commit f821030) (cherry picked from commit d080be4)
1 parent a0f6a68 commit 54f64ac

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

source/whats-new.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ What's New in 1.20
5454
encryption and decryption of the data key locally, ensuring that the
5555
encryption key never leaves the KMIP server.
5656

57+
- Adds the ``type`` option in Search index specifications for
58+
the :phpmethod:`MongoDB\Collection::createIndex()` and
59+
:phpmethod:`MongoDB\Collection::createSearchIndexes()` methods. This
60+
change allows you to create Atlas Vector Search indexes
61+
programmatically. To learn more and view examples, see the
62+
:ref:`php-atlas-search-index` guide.
63+
5764
For more information about the changes in this version, see the
5865
:github:`v1.20 release notes
5966
</mongodb/mongo-php-library/releases/tag/1.20.0>` on GitHub.
@@ -114,4 +121,5 @@ What's New in 1.17
114121
7.2 and 7.3 has been removed and the library now requires PHP 7.4 or newer.
115122

116123
To learn more about this release, see the `v1.17 Release Notes
117-
<https://github.com/mongodb/mongo-php-library/releases/tag/1.17.0>`__ on GitHub.
124+
<https://github.com/mongodb/mongo-php-library/releases/tag/1.17.0>`__ on
125+
GitHub.

0 commit comments

Comments
 (0)