All notable changes to laravel-google-cloud-storage
will be documented in this file.
- Updated default value for path_prefix by @gcg in spatie#8
- @gcg made their first contribution in spatie#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 spatie#7
- Use path prefix for temporary URLs by @mmachatschek in spatie#6
- Add fallbacks for path prefix as root by @mmachatschek in spatie#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 spatie#1
- @mmachatschek made their first contribution in spatie#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