Skip to content

Commit d080be4

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

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
@@ -75,6 +75,13 @@ What's New in 1.20
7575
encryption and decryption of the data key locally, ensuring that the
7676
encryption key never leaves the KMIP server.
7777

78+
- Adds the ``type`` option in Search index specifications for
79+
the :phpmethod:`MongoDB\Collection::createIndex()` and
80+
:phpmethod:`MongoDB\Collection::createSearchIndexes()` methods. This
81+
change allows you to create Atlas Vector Search indexes
82+
programmatically. To learn more and view examples, see the
83+
:ref:`php-atlas-search-index` guide.
84+
7885
For more information about the changes in this version, see the
7986
:github:`v1.20 release notes
8087
</mongodb/mongo-php-library/releases/tag/1.20.0>` on GitHub.
@@ -135,4 +142,5 @@ What's New in 1.17
135142
7.2 and 7.3 has been removed and the library now requires PHP 7.4 or newer.
136143

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

0 commit comments

Comments
 (0)