Skip to content

Commit cf3131d

Browse files
chore(main): release 0.328.0
1 parent a0adbb7 commit cf3131d

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 0.328.0
4+
5+
<details><summary>google/cloud-storage 1.52.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* **storage:** Set CRC32C as the default checksum option ([#9107](https://github.com/googleapis/google-cloud-php/issues/9107)) ([a0adbb7](https://github.com/googleapis/google-cloud-php/commit/a0adbb7faf9f94738543eba12fb1903eaa2a8b7b))
12+
13+
14+
### Bug Fixes
15+
16+
* Set CRC32C as the default checksum option ([a0adbb7](https://github.com/googleapis/google-cloud-php/commit/a0adbb7faf9f94738543eba12fb1903eaa2a8b7b))
17+
18+
</details>
19+
320
## 0.327.0
421

522
<details><summary>google/cloud-ai-platform 1.58.0</summary>

Storage/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.51.0
1+
1.52.0

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.51.0';
50+
const VERSION = '1.52.0';
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
@@ -254,7 +254,7 @@
254254
"google/cloud-spanner": "2.7.0",
255255
"google/cloud-speech": "2.5.0",
256256
"google/cloud-sql-admin": "1.8.0",
257-
"google/cloud-storage": "1.51.0",
257+
"google/cloud-storage": "1.52.0",
258258
"google/cloud-storage-control": "1.8.0",
259259
"google/cloud-storage-transfer": "2.4.0",
260260
"google/cloud-storagebatchoperations": "0.7.0",

0 commit comments

Comments
 (0)