Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

50 lines (27 loc) · 1.53 KB

Changelog

All notable changes to laravel-google-cloud-storage will be documented in this file.

2.0.2 - 2022-02-15

What's Changed

  • Updated default value for path_prefix by @gcg in spatie#8

New Contributors

  • @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

2.0.1 - 2022-02-14

What's Changed

  • 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

2.0.0 - 2022-02-09

What's Changed

  • Laravel 9 Flysystem v3 Adapter by @mmachatschek in spatie#1

New Contributors

  • @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

2.0.0 - 2022-02-09

  • add Laravel 9 support
  • drop Laravel 8 support (use v1 if necessary)

1.0.1 - 2021-08-19

  • make createClient method protected

1.0.0 - 202X-XX-XX

  • initial release