Releases: Superbalist/flysystem-google-cloud-storage
Releases · Superbalist/flysystem-google-cloud-storage
4.0.2
Changelog
4.0.2 - 2017-02-10
- Allow metadata to be passed as a config option for file uploads (@MikeyVelt)
- Fix 'undefined index' bug when objects come back with no contentType
- Remove path prefix, if any, from object dirname and path when normalising objects (@andris-sevcenko)
4.0.1
Changelog
4.0.1 - 2017-01-03
- Allow for google/cloud ^0.20.0
4.0.0
Changelog
4.0.0 - 2017-01-03
- Add support for reading from streams (implemented in google/cloud 0.10.2)
3.0.4
Changelog
3.0.4 - 2017-01-03
- Allow for google/cloud ^0.10.0|^0.11.0|^0.12.0|^0.13.0
- Use https in generated urls to storage bucket objects (@jorisvaesen)
3.0.3
3.0.2
Changelog
3.0.2 - 2016-09-27
- Allow for google/cloud ^0.9.0
3.0.1
Changelog
3.0.1 - 2016-0-27
- Add
getUrl($path)
method for Laravel 5.3 Filesystem to hook into
3.0.0
Changelog
3.0.0 - 2016-09-26
- Switch to google/cloud package
- Add support for Flysystem path prefix
- Add unit tests
2.0.0-RC1
Changelog
2.0.0-RC1 - 2016-05-19
- Switch to 2.0.0RC of google/apiclient
1.0.4
Changelog
1.0.4 - 2016-05-19
- Remove support for 2.0.0RC of google/apiclient - not backwards compatible
- Fix to incorrect classification of files vs folders (@paulcanning)