Skip to content

Commit c03abb1

Browse files
chore(main): release 0.328.0
1 parent 2a30342 commit c03abb1

11 files changed

Lines changed: 104 additions & 17 deletions

File tree

AiPlatform/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.58.0
1+
1.59.0

AnalyticsData/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.23.3
1+
0.24.0

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: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,92 @@
11
# Changelog
22

3+
## 0.328.0
4+
5+
<details><summary>google/cloud-ai-platform 1.59.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* [AiPlatform]Making grounding with parallel.ai available on SDK ([#9147](https://github.com/googleapis/google-cloud-php/issues/9147)) ([8875409](https://github.com/googleapis/google-cloud-php/commit/8875409d7b3f6d6c4a89a5bca6652da0f6b77a0d))
12+
13+
</details>
14+
15+
<details><summary>google/analytics-data 0.24.0</summary>
16+
17+
18+
19+
### Features
20+
21+
* [AnalyticsData] remove SheetExportAudienceList method, associated resources, and OAuth scopes from v1 alpha ([#9145](https://github.com/googleapis/google-cloud-php/issues/9145)) ([a430e29](https://github.com/googleapis/google-cloud-php/commit/a430e291567305f570716e849a0cbd74a3551ee2))
22+
23+
</details>
24+
25+
<details><summary>google/cloud-appoptimize 0.1.0</summary>
26+
27+
28+
29+
### Features
30+
31+
* Introduce AppOptimize ([#9136](https://github.com/googleapis/google-cloud-php/issues/9136)) ([495f609](https://github.com/googleapis/google-cloud-php/commit/495f609f0edebbeb532f171e929c33fac27cbe6c))
32+
33+
</details>
34+
35+
<details><summary>google/cloud-chronicle 0.4.0</summary>
36+
37+
38+
39+
### Features
40+
41+
* [Chronicle] Adding Client Libraries for BigQueryExportService ([#9151](https://github.com/googleapis/google-cloud-php/issues/9151)) ([f6021a7](https://github.com/googleapis/google-cloud-php/commit/f6021a7e7a70bc38df1167dc7807cfd03d6b56e7))
42+
43+
</details>
44+
45+
<details><summary>google/developers-knowledge 0.1.0</summary>
46+
47+
48+
49+
### Features
50+
51+
* Introduce DeveloperKnowledge ([#9137](https://github.com/googleapis/google-cloud-php/issues/9137)) ([7d6d975](https://github.com/googleapis/google-cloud-php/commit/7d6d97517d2b61627c175238f59b1fc43b4ce555))
52+
53+
</details>
54+
55+
<details><summary>google/cloud-error-reporting 0.26.1</summary>
56+
57+
58+
59+
### Bug Fixes
60+
61+
* **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))
62+
63+
</details>
64+
65+
<details><summary>google/cloud-memorystore 0.10.0</summary>
66+
67+
68+
69+
### Features
70+
71+
* [Memorystore] Synchronize new proto/yaml changes. ([#9153](https://github.com/googleapis/google-cloud-php/issues/9153)) ([2a30342](https://github.com/googleapis/google-cloud-php/commit/2a303425061e43bcfb2922c7638dddff5af3c9e1))
72+
73+
</details>
74+
75+
<details><summary>google/cloud-storage 2.0.0</summary>
76+
77+
78+
79+
### Features
80+
81+
* **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))
82+
83+
84+
### Bug Fixes
85+
86+
* Set CRC32C as the default checksum option ([a0adbb7](https://github.com/googleapis/google-cloud-php/commit/a0adbb7faf9f94738543eba12fb1903eaa2a8b7b))
87+
88+
</details>
89+
390
## 0.327.0
491

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

Chronicle/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.0
1+
0.4.0

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

Memorystore/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.10.0

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';

0 commit comments

Comments
 (0)