All notable changes to laravel-google-cloud-storage
will be documented in this file.
- Add support for laravel 11 by @shuvroroy in #84
- @shuvroroy made their first contribution in #84
Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.2.6...2.3.0
- Use Arr::get to access all config entries by @beschoenen in #81
Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.2.5...2.2.6
- Fixes #78 - Fix generating url when storage api url is missing by @beschoenen in #79
Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.2.4...2.2.5
- update README.md - storage_api_uri by @veneliniliev in #69
- Allow config in snake and camel case by @beschoenen in #77
- @beschoenen made their first contribution in #77
Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.2.3...2.2.4
- add missing providesTemporaryUrls method by @mortalkiller in #66
- @mortalkiller made their first contribution in #66
Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.2.2...2.2.3
- Bump dependencies for Laravel 10 by @chrillep in #62
- @chrillep made their first contribution in #62
Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.2.1...2.2.2
- feat: create temporaryUploadUrl method by @Baiquette in #60
- @Baiquette made their first contribution in #60
Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.2.0...2.2.1
- Add support for Laravel 10 + run tests with php 8.2 by @Nielsvanpach in #59
Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.1.0...2.2.0
- Add option for uniform bucket level access using the
visibility_handler
config by @rwinzhang in #55
- @alexanderpostma made their first contribution in #52
- @rwinzhang made their first contribution in #55
Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.0.5...2.1.0
- make
prepareConfig
method protected instead of private by @Nielsvanpach in #50
- @Nielsvanpach made their first contribution in #50
Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.0.4...2.0.5
- Update README.md by @veneliniliev in #20
- Update README.md:
Flysystem v2
->Flysystem v3
by @MohannadNaj in #26 - Typo in README by @careybaird in #33
- fix incorrect usage of storageApiUri / apiEndpoint config by @Rkallenkoot in #46
- @veneliniliev made their first contribution in #20
- @MohannadNaj made their first contribution in #26
- @careybaird made their first contribution in #33
- @Rkallenkoot made their first contribution in #46
Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.0.3...2.0.4
- Add support for copying files with uniform ACLs enabled
Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/1.0.1...1.1.0
Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.0.2...2.0.3
- Updated default value for path_prefix by @gcg in #8
- @gcg made their first contribution in #8
Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.0.1...2.0.2
- Fix testbench dependency in CI by @mmachatschek in #7
- Use path prefix for temporary URLs by @mmachatschek in #6
- Add fallbacks for path prefix as root by @mmachatschek in #5
Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.0.0...2.0.1
- Laravel 9 Flysystem v3 Adapter by @mmachatschek in #1
- @mmachatschek made their first contribution in #1
Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/1.0.1...2.0.0
- add Laravel 9 support
- drop Laravel 8 support (use v1 if necessary)
- make
createClient
methodprotected
- initial release