@@ -28,10 +28,6 @@ following versions of the {+php-library+}:
28
28
29
29
* :ref:`Version 1.17 <php-lib-version-1.17>`
30
30
31
- * :ref:`Version 1.16 <php-lib-version-1.16>`
32
-
33
- * :ref:`Version 1.15 <php-lib-version-1.15>`
34
-
35
31
.. _php-lib-version-1.20:
36
32
37
33
What's New in 1.20
@@ -118,41 +114,4 @@ What's New in 1.17
118
114
7.2 and 7.3 has been removed and the library now requires PHP 7.4 or newer.
119
115
120
116
To learn more about this release, see the `v1.17 Release Notes
121
- <https://github.com/mongodb/mongo-php-library/releases/tag/1.17.0>`__ on GitHub.
122
-
123
- .. _php-lib-version-1.16:
124
-
125
- What's New in 1.16
126
- ------------------
127
-
128
- - Introduces support for :v7.0:`MongoDB 7.0 </release-notes/7.0>`.
129
-
130
- - Introduces :phpmethod:`MongoDB\Database::createEncryptedCollection()`.
131
- This method automatically creates data encryption keys when creating a new
132
- encrypted collection.
133
-
134
- - Upgrades the ``mongodb`` extension requirement to 1.16.0.
135
-
136
- To learn more about this release, see the `v1.16 Release Notes
137
- <https://github.com/mongodb/mongo-php-library/releases/tag/1.16.0>`__ on GitHub.
138
-
139
- .. _php-lib-version-1.15:
140
-
141
- What's New in 1.15
142
- ------------------
143
-
144
- - Adds new ``examples/`` and ``tools/`` directories to the library repository,
145
- which contain code snippets and scripts that may prove useful when writing
146
- or debugging applications. These directories are intended to
147
- supplement the library's existing documentation and will be added to over time.
148
-
149
- - Adds various backwards compatible typing improvements throughout the
150
- library. Downstream impact for these changes are discussed in
151
- `UPGRADE-1.15.md <https://github.com/mongodb/mongo-php-library/blob/1.15.0/UPGRADE-1.15.md>`__.
152
-
153
- - Integrates `Psalm <https://psalm.dev/>`__ for static analysis.
154
-
155
- - Upgrades the ``mongodb`` extension requirement to 1.15.0.
156
-
157
- To learn more about this release, see the `v1.15 Release Notes
158
- <https://github.com/mongodb/mongo-php-library/releases/tag/1.15.0>`__ on GitHub.
117
+ <https://github.com/mongodb/mongo-php-library/releases/tag/1.17.0>`__ on GitHub.
0 commit comments