@@ -64,6 +64,9 @@ What's New in 1.20
64
64
Support for {+mdb-server+} v3.6 is removed in this release of the
65
65
library.
66
66
67
+ The {+library-short+} v1.20 release includes the following features,
68
+ improvements, and fixes:
69
+
67
70
- Adds support for {+mdb-server+} v8.0.
68
71
69
72
- Adds support for Queryable Encryption (QE) range queries. To use this
@@ -97,6 +100,9 @@ and was added to keep version parity with the {+extension-short+}.
97
100
What's New in 1.18
98
101
------------------
99
102
103
+ The {+library-short+} v1.18 release includes the following features,
104
+ improvements, and fixes:
105
+
100
106
- Adds a new GridFS API to make it more convenient to work with files using PHP's
101
107
existing filesystem functions. The :phpmethod:`MongoDB\GridFS\Bucket::registerGlobalStreamWrapperAlias()`
102
108
method may be used to register a global alias for a GridFS bucket. After
@@ -118,6 +124,9 @@ To learn more about this release, see the `v1.18 Release Notes
118
124
What's New in 1.17
119
125
------------------
120
126
127
+ The {+library-short+} v1.17 release includes the following features,
128
+ improvements, and fixes:
129
+
121
130
- Introduces a new "codec" API for converting BSON to and from PHP objects.
122
131
More information on this feature may be found in the
123
132
:ref:`Codecs tutorial <php-codecs>`.
@@ -147,6 +156,9 @@ To learn more about this release, see the `v1.17 Release Notes
147
156
What's New in 1.16
148
157
------------------
149
158
159
+ The {+library-short+} v1.16 release includes the following features,
160
+ improvements, and fixes:
161
+
150
162
- Introduces support for :v7.0:`MongoDB 7.0 </release-notes/7.0>`.
151
163
152
164
- Introduces :phpmethod:`MongoDB\Database::createEncryptedCollection()`.
@@ -163,6 +175,9 @@ To learn more about this release, see the `v1.16 Release Notes
163
175
What's New in 1.15
164
176
------------------
165
177
178
+ The {+library-short+} v1.15 release includes the following features,
179
+ improvements, and fixes:
180
+
166
181
- Adds new ``examples/`` and ``tools/`` directories to the library repository,
167
182
which contain code snippets and scripts that may prove useful when writing
168
183
or debugging applications. These directories are intended to
0 commit comments