Skip to content

Latest commit

 

History

History
157 lines (85 loc) · 5.73 KB

CHANGELOG.md

File metadata and controls

157 lines (85 loc) · 5.73 KB

Changelog

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

2.2.3 - 2023-04-28

What's Changed

  • add missing providesTemporaryUrls method by @mortalkiller in spatie#66

New Contributors

  • @mortalkiller made their first contribution in spatie#66

Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.2.2...2.2.3

2.2.2 - 2023-04-06

What's Changed

  • Bump dependencies for Laravel 10 by @chrillep in spatie#62

New Contributors

  • @chrillep made their first contribution in spatie#62

Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.2.1...2.2.2

2.2.1 - 2023-02-17

What's Changed

  • feat: create temporaryUploadUrl method by @Baiquette in spatie#60

New Contributors

  • @Baiquette made their first contribution in spatie#60

Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.2.0...2.2.1

2.2.0 - 2023-02-09

What's Changed

  • Add support for Laravel 10 + run tests with php 8.2 by @Nielsvanpach in spatie#59

Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.1.0...2.2.0

2.1.0 - 2023-01-24

What's Changed

  • Add option for uniform bucket level access using the visibility_handler config by @rwinzhang in spatie#55

New Contributors

  • @alexanderpostma made their first contribution in spatie#52
  • @rwinzhang made their first contribution in spatie#55

Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.0.5...2.1.0

2.0.5 - 2022-09-28

What's Changed

  • make prepareConfig method protected instead of private by @Nielsvanpach in spatie#50

New Contributors

  • @Nielsvanpach made their first contribution in spatie#50

Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.0.4...2.0.5

2.0.4 - 2022-09-24

What's Changed

  • Update README.md by @veneliniliev in spatie#20
  • Update README.md: Flysystem v2 -> Flysystem v3 by @MohannadNaj in spatie#26
  • Typo in README by @careybaird in spatie#33
  • fix incorrect usage of storageApiUri / apiEndpoint config by @Rkallenkoot in spatie#46

New Contributors

  • @veneliniliev made their first contribution in spatie#20
  • @MohannadNaj made their first contribution in spatie#26
  • @careybaird made their first contribution in spatie#33
  • @Rkallenkoot made their first contribution in spatie#46

Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.0.3...2.0.4

1.1.0 - 2022-04-28

  • 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

2.0.3 - 2022-04-06

What's Changed

  • Uniform bucket-level access by @ultrono in spatie#17
  • Fix api endpoint configuration by @hotrush in spatie#19

New Contributors

  • @ultrono made their first contribution in spatie#17
  • @hotrush made their first contribution in spatie#19

Full Changelog: https://github.com/spatie/laravel-google-cloud-storage/compare/2.0.2...2.0.3

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