# Changelog

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

## 2.0.4 - 2022-09-24

### What's Changed

- Update README.md by @veneliniliev in https://github.com/spatie/laravel-google-cloud-storage/pull/20
- Update README.md: `Flysystem v2` -> `Flysystem v3` by @MohannadNaj in https://github.com/spatie/laravel-google-cloud-storage/pull/26
- Typo in README by @careybaird in https://github.com/spatie/laravel-google-cloud-storage/pull/33
- fix incorrect usage of storageApiUri / apiEndpoint config by @Rkallenkoot in https://github.com/spatie/laravel-google-cloud-storage/pull/46

### New Contributors

- @veneliniliev made their first contribution in https://github.com/spatie/laravel-google-cloud-storage/pull/20
- @MohannadNaj made their first contribution in https://github.com/spatie/laravel-google-cloud-storage/pull/26
- @careybaird made their first contribution in https://github.com/spatie/laravel-google-cloud-storage/pull/33
- @Rkallenkoot made their first contribution in https://github.com/spatie/laravel-google-cloud-storage/pull/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 https://github.com/spatie/laravel-google-cloud-storage/pull/17
- Fix api endpoint configuration by @hotrush in https://github.com/spatie/laravel-google-cloud-storage/pull/19

## New Contributors

- @ultrono made their first contribution in https://github.com/spatie/laravel-google-cloud-storage/pull/17
- @hotrush made their first contribution in https://github.com/spatie/laravel-google-cloud-storage/pull/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 https://github.com/spatie/laravel-google-cloud-storage/pull/8

## New Contributors

- @gcg made their first contribution in https://github.com/spatie/laravel-google-cloud-storage/pull/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 https://github.com/spatie/laravel-google-cloud-storage/pull/7
- Use path prefix for temporary URLs by @mmachatschek in https://github.com/spatie/laravel-google-cloud-storage/pull/6
- Add fallbacks for path prefix as root by @mmachatschek in https://github.com/spatie/laravel-google-cloud-storage/pull/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 https://github.com/spatie/laravel-google-cloud-storage/pull/1

## New Contributors

- @mmachatschek made their first contribution in https://github.com/spatie/laravel-google-cloud-storage/pull/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
