@@ -60,6 +60,9 @@ What's New in 1.20
60
60
Support for {+mdb-server+} v3.6 is removed in this release of the
61
61
library.
62
62
63
+ The {+library-short+} v1.20 release includes the following features,
64
+ improvements, and fixes:
65
+
63
66
- Adds support for {+mdb-server+} v8.0.
64
67
65
68
- Adds support for Queryable Encryption (QE) range queries. To use this
@@ -93,6 +96,9 @@ and was added to keep version parity with the {+extension-short+}.
93
96
What's New in 1.18
94
97
------------------
95
98
99
+ The {+library-short+} v1.18 release includes the following features,
100
+ improvements, and fixes:
101
+
96
102
- Adds a new GridFS API to make it more convenient to work with files using PHP's
97
103
existing filesystem functions. The :phpmethod:`MongoDB\GridFS\Bucket::registerGlobalStreamWrapperAlias()`
98
104
method may be used to register a global alias for a GridFS bucket. After
@@ -114,6 +120,9 @@ To learn more about this release, see the `v1.18 Release Notes
114
120
What's New in 1.17
115
121
------------------
116
122
123
+ The {+library-short+} v1.17 release includes the following features,
124
+ improvements, and fixes:
125
+
117
126
- Introduces a new "codec" API for converting BSON to and from PHP objects.
118
127
More information on this feature may be found in the
119
128
:ref:`Codecs tutorial <php-codecs>`.
@@ -136,4 +145,4 @@ What's New in 1.17
136
145
7.2 and 7.3 has been removed and the library now requires PHP 7.4 or newer.
137
146
138
147
To learn more about this release, see the `v1.17 Release Notes
139
- <https://github.com/mongodb/mongo-php-library/releases/tag/1.17.0>`__ on GitHub.
148
+ <https://github.com/mongodb/mongo-php-library/releases/tag/1.17.0>`__ on GitHub.
0 commit comments