Skip to content

Commit ad71603

Browse files
chore(main): release 0.308.1 (#8694)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 6c19eaf commit ad71603

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.308.1
4+
5+
<details><summary>google/cloud-storage 1.48.6</summary>
6+
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
13+
</details>
14+
315
## 0.308.0
416

517
<details><summary>google/cloud-ai-platform 1.43.0</summary>

Storage/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.48.5
1+
1.48.6

Storage/src/StorageClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class StorageClient
4747
use ArrayTrait;
4848
use ClientTrait;
4949

50-
const VERSION = '1.48.5';
50+
const VERSION = '1.48.6';
5151

5252
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control';
5353
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only';

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
"google/cloud-spanner": "2.0.1-RC1\n",
250250
"google/cloud-speech": "2.2.1",
251251
"google/cloud-sql-admin": "1.3.1",
252-
"google/cloud-storage": "1.48.5",
252+
"google/cloud-storage": "1.48.6",
253253
"google/cloud-storage-control": "1.6.1",
254254
"google/cloud-storage-transfer": "2.3.1",
255255
"google/cloud-storagebatchoperations": "0.2.1",

0 commit comments

Comments
 (0)