File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,15 @@ What's New in 1.20
32
32
Support for MongoDB Server v3.6 is removed in this release of the
33
33
library.
34
34
35
- - Adds support for MongoDB Server v8.0.
35
+ - Adds support for MongoDB Server v8.0.
36
+
37
+ What's New in 1.18
38
+ ------------------
39
+
40
+ - Adds a new GridFS API to make it more convenient to work with files using PHP's
41
+ existing filesystem functions. The :ref:`MongoDB\GridFS\Bucket::registerGlobalStreamWrapperAlias() <gridfs-bucket-register-global>`
42
+ method may be used to register a global alias for a GridFS bucket. After doing so, files within that bucket
43
+ can be accessed using only a file URI (e.g. "gridfs://mybucket/hello.txt"). A demonstration of this
44
+ API can be found in the `gridfs_stream_wrapper.php <https://github.com/mongodb/mongo-php-library/blob/1.18.0/examples/gridfs_stream_wrapper.php>`_
45
+ example script.
46
+
You can’t perform that action at this time.
0 commit comments