@@ -76,16 +76,15 @@ What's New in 1.17
76
76
:phpmethod:`MongoDB\remove_logger()` functions to the library.
77
77
These functions allow applications to register a `PSR-3 Logger <https://www.php-fig.org/psr/psr-3/>`__
78
78
to receive log messages emitted by the driver. Previously, logs were only
79
- accessible via the extension's `mongodb.debug <https://www.php.net/manual/en/mongodb.configuration.php#ini.mongodb.debug>`__
79
+ available through the extension's `mongodb.debug <https://www.php.net/manual/en/mongodb.configuration.php#ini.mongodb.debug>`__
80
80
INI setting.
81
81
82
82
- Introduces new :phpclass:`MongoDB\Collection` methods to create and manage
83
83
Atlas Search indexes. Atlas Search indexes can be queried using the ``$search``
84
84
aggregation pipeline stage, which is supported in all versions of the library.
85
85
To learn more about Atlas Search indexes and the specifics of the ``$search``
86
86
aggregation stage, see the :atlas:`Atlas Search indexes </atlas-search>`
87
- documentation and :manual:`$search </reference/operator/aggregation/search/>`,
88
- respectively.
87
+ documentation and :manual:`$search </reference/operator/aggregation/search/>`.
89
88
90
89
- Upgrades the ``mongodb`` extension requirement to 1.17.0. Support for PHP
91
90
7.2 and 7.3 has been removed and the library now requires PHP 7.4 or newer.
@@ -116,7 +115,7 @@ What's New in 1.15
116
115
117
116
- Adds new ``examples/`` and ``tools/`` directories to the library repository,
118
117
which contain code snippets and scripts that may prove useful when writing
119
- or debugging applications, respectively . These directories are intended to
118
+ or debugging applications. These directories are intended to
120
119
supplement the library's existing documentation and will be added to over time.
121
120
122
121
- Adds various backwards compatible typing improvements throughout the
0 commit comments