Skip to content

Commit 55e8a03

Browse files
chore(main): release 0.328.0
1 parent a6f4136 commit 55e8a03

7 files changed

Lines changed: 56 additions & 9 deletions

File tree

Appoptimize/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.0
1+
0.1.0

CHANGELOG.md

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

3+
## 0.328.0
4+
5+
<details><summary>google/cloud-appoptimize 0.1.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* Introduce AppOptimize ([#9136](https://github.com/googleapis/google-cloud-php/issues/9136)) ([495f609](https://github.com/googleapis/google-cloud-php/commit/495f609f0edebbeb532f171e929c33fac27cbe6c))
12+
13+
</details>
14+
15+
<details><summary>google/developers-knowledge 0.1.0</summary>
16+
17+
18+
19+
### Features
20+
21+
* Introduce DeveloperKnowledge ([#9137](https://github.com/googleapis/google-cloud-php/issues/9137)) ([7d6d975](https://github.com/googleapis/google-cloud-php/commit/7d6d97517d2b61627c175238f59b1fc43b4ce555))
22+
23+
</details>
24+
25+
<details><summary>google/cloud-error-reporting 0.26.1</summary>
26+
27+
28+
29+
### Bug Fixes
30+
31+
* **deps:** Update dependency google/cloud-logging to v2 ([#9143](https://github.com/googleapis/google-cloud-php/issues/9143)) ([c83a27a](https://github.com/googleapis/google-cloud-php/commit/c83a27a7b431dbf0ddd49f0d6facc3666572782b))
32+
33+
</details>
34+
35+
<details><summary>google/cloud-storage 2.0.0</summary>
36+
37+
38+
39+
### Features
40+
41+
* **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))
42+
43+
44+
### Bug Fixes
45+
46+
* Set CRC32C as the default checksum option ([a0adbb7](https://github.com/googleapis/google-cloud-php/commit/a0adbb7faf9f94738543eba12fb1903eaa2a8b7b))
47+
48+
</details>
49+
350
## 0.327.0
451

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

DevelopersKnowledge/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.0
1+
0.1.0

ErrorReporting/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.26.0
1+
0.26.1

Storage/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.51.0
1+
2.0.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 = '2.0.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"google/cloud-apiregistry": "0.1.1",
102102
"google/cloud-appengine-admin": "2.1.3",
103103
"google/cloud-apphub": "0.4.4",
104-
"google/cloud-appoptimize": "0.0.0",
104+
"google/cloud-appoptimize": "0.1.0",
105105
"google/cloud-artifact-registry": "1.7.1",
106106
"google/cloud-asset": "2.3.3",
107107
"google/cloud-assured-workloads": "1.1.3",
@@ -169,7 +169,7 @@
169169
"google/cloud-document-ai": "2.7.0",
170170
"google/cloud-domains": "1.1.3",
171171
"google/cloud-edgenetwork": "1.4.2",
172-
"google/cloud-error-reporting": "0.26.0",
172+
"google/cloud-error-reporting": "0.26.1",
173173
"google/cloud-essential-contacts": "1.1.3",
174174
"google/cloud-eventarc": "2.3.1",
175175
"google/cloud-eventarc-publishing": "1.2.2",
@@ -255,7 +255,7 @@
255255
"google/cloud-spanner": "2.7.0",
256256
"google/cloud-speech": "2.5.0",
257257
"google/cloud-sql-admin": "1.8.0",
258-
"google/cloud-storage": "1.51.0",
258+
"google/cloud-storage": "2.0.0",
259259
"google/cloud-storage-control": "1.8.0",
260260
"google/cloud-storage-transfer": "2.4.0",
261261
"google/cloud-storagebatchoperations": "0.7.0",
@@ -283,7 +283,7 @@
283283
"google/cloud-workflows": "1.3.0",
284284
"google/cloud-workloadmanager": "0.2.0",
285285
"google/common-protos": "4.14.0",
286-
"google/developers-knowledge": "0.0.0",
286+
"google/developers-knowledge": "0.1.0",
287287
"google/geo-common-protos": "0.2.4",
288288
"google/grafeas": "1.7.0",
289289
"google/longrunning": "0.7.1",

0 commit comments

Comments
 (0)