Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.308.1

<details><summary>google/cloud-storage 1.48.6</summary>



### Bug Fixes

* **Storage:** Revert "Implement path containment to prevent traversal attacks" ([#8692](https://github.com/googleapis/google-cloud-php/issues/8692)) ([6c19eaf](https://github.com/googleapis/google-cloud-php/commit/6c19eafbbeed2c386c3268bebe23876cf92b355d))

</details>

## 0.308.0

<details><summary>google/cloud-ai-platform 1.43.0</summary>
Expand Down
2 changes: 1 addition & 1 deletion Storage/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.48.5
1.48.6
2 changes: 1 addition & 1 deletion Storage/src/StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class StorageClient
use ArrayTrait;
use ClientTrait;

const VERSION = '1.48.5';
const VERSION = '1.48.6';

const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control';
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only';
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
"google/cloud-spanner": "2.0.1-RC1\n",
"google/cloud-speech": "2.2.1",
"google/cloud-sql-admin": "1.3.1",
"google/cloud-storage": "1.48.5",
"google/cloud-storage": "1.48.6",
"google/cloud-storage-control": "1.6.1",
"google/cloud-storage-transfer": "2.3.1",
"google/cloud-storagebatchoperations": "0.2.1",
Expand Down