# Changelog

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

## 2.3.3 - 2025-03-08

**Full Changelog**: https://github.com/spatie/laravel-google-cloud-storage/compare/2.3.2...2.3.3

## 2.3.2 - 2025-03-05

### What's Changed

* Improve Google Cloud Storage URL generation logic using bucket name by @neoformalex in https://github.com/spatie/laravel-google-cloud-storage/pull/103

### New Contributors

* @neoformalex made their first contribution in https://github.com/spatie/laravel-google-cloud-storage/pull/103

**Full Changelog**: https://github.com/spatie/laravel-google-cloud-storage/compare/2.3.1...2.3.2

## 2.4.0 - 2025-03-04

### What's Changed

* Fix url method using bucket name and storageApiUri due to Rest::DEFAULT_API_ENDPOINT is deprecated by @neoformalex in https://github.com/spatie/laravel-google-cloud-storage/pull/91

### New Contributors

* @neoformalex made their first contribution in https://github.com/spatie/laravel-google-cloud-storage/pull/91

**Full Changelog**: https://github.com/spatie/laravel-google-cloud-storage/compare/2.3.1...2.4.0

## 2.3.1 - 2025-02-24

### What's Changed

* :memo: typo by @jamessa in https://github.com/spatie/laravel-google-cloud-storage/pull/90

### New Contributors

* @jamessa made their first contribution in https://github.com/spatie/laravel-google-cloud-storage/pull/90

**Full Changelog**: https://github.com/spatie/laravel-google-cloud-storage/compare/2.3.0...2.3.1

## 2.3.0 - 2024-03-14

### What's Changed

* Add support for laravel 11 by @shuvroroy in https://github.com/spatie/laravel-google-cloud-storage/pull/84

### New Contributors

* @shuvroroy made their first contribution in https://github.com/spatie/laravel-google-cloud-storage/pull/84

**Full Changelog**: https://github.com/spatie/laravel-google-cloud-storage/compare/2.2.6...2.3.0

## 2.2.6 - 2023-11-25

### What's Changed

* Use Arr::get to access all config entries by @beschoenen in https://github.com/spatie/laravel-google-cloud-storage/pull/81

**Full Changelog**: https://github.com/spatie/laravel-google-cloud-storage/compare/2.2.5...2.2.6

## 2.2.5 - 2023-11-22

### What's Changed

- Fixes #78 - Fix generating url when storage api url is missing by @beschoenen in https://github.com/spatie/laravel-google-cloud-storage/pull/79

**Full Changelog**: https://github.com/spatie/laravel-google-cloud-storage/compare/2.2.4...2.2.5

## 2.2.4 - 2023-11-16

### What's Changed

- update README.md - storage_api_uri by @veneliniliev in https://github.com/spatie/laravel-google-cloud-storage/pull/69
- Allow config in snake and camel case by @beschoenen in https://github.com/spatie/laravel-google-cloud-storage/pull/77

### New Contributors

- @beschoenen made their first contribution in https://github.com/spatie/laravel-google-cloud-storage/pull/77

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

## 2.2.3 - 2023-04-28

### What's Changed

- add missing providesTemporaryUrls method by @mortalkiller in https://github.com/spatie/laravel-google-cloud-storage/pull/66

### New Contributors

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

### New Contributors

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

### New Contributors

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

### New Contributors

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

### New Contributors

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