Skip to content

Commit 8a9223e

Browse files
chore(main): release 0.303.0 (#8616)
1 parent 0e07e30 commit 8a9223e

26 files changed

Lines changed: 224 additions & 40 deletions

File tree

AiPlatform/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.38.0
1+
1.39.0

AlloyDb/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.6.0

BigQuery/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.34.1
1+
1.34.2

BigQuery/src/BigQueryClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class BigQueryClient
5050
ClientTrait::jsonDecode insteadof RetryDeciderTrait;
5151
}
5252

53-
const VERSION = '1.34.1';
53+
const VERSION = '1.34.2';
5454

5555
const MAX_DELAY_MICROSECONDS = 32000000;
5656

Bigtable/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.19.0
1+
2.19.1

CHANGELOG.md

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

3+
## 0.303.0
4+
5+
<details><summary>google/cloud-ai-platform 1.39.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* [AiPlatform] add DeploymentTier enum to DeployedIndex ([#8622](https://github.com/googleapis/google-cloud-php/issues/8622)) ([fa7aed4](https://github.com/googleapis/google-cloud-php/commit/fa7aed4c695e77b1a805a55ee0d07bf97f100c4a))
12+
* [AiPlatform] Add enable_widget option in Google Maps and additional grounding information ([#8619](https://github.com/googleapis/google-cloud-php/issues/8619)) ([ecdcc10](https://github.com/googleapis/google-cloud-php/commit/ecdcc1037a482783cfe745dcbd0c2bf695fcd0e0))
13+
14+
15+
### Documentation
16+
17+
* Remove legacy internal lint directives ([ecdcc10](https://github.com/googleapis/google-cloud-php/commit/ecdcc1037a482783cfe745dcbd0c2bf695fcd0e0))
18+
19+
</details>
20+
21+
<details><summary>google/cloud-alloydb 1.6.0</summary>
22+
23+
24+
25+
### Features
26+
27+
* [AlloyDb] add CRUD APIs on Databases ([#8621](https://github.com/googleapis/google-cloud-php/issues/8621)) ([0e07e30](https://github.com/googleapis/google-cloud-php/commit/0e07e30581c7ef7aa7b920a674e58ad7db6d5f28))
28+
29+
</details>
30+
31+
<details><summary>google/cloud-bigquery 1.34.2</summary>
32+
33+
34+
35+
### Bug Fixes
36+
37+
* Mark all keyFile and keyFilePath options deprecated ([#8617](https://github.com/googleapis/google-cloud-php/issues/8617)) ([5776416](https://github.com/googleapis/google-cloud-php/commit/5776416198168da4445afdc4f461c5888e026d37))
38+
39+
</details>
40+
41+
<details><summary>google/cloud-bigtable 2.19.1</summary>
42+
43+
44+
45+
### Bug Fixes
46+
47+
* Mark all keyFile and keyFilePath options deprecated ([#8617](https://github.com/googleapis/google-cloud-php/issues/8617)) ([5776416](https://github.com/googleapis/google-cloud-php/commit/5776416198168da4445afdc4f461c5888e026d37))
48+
49+
</details>
50+
51+
<details><summary>google/cloud-compute 2.1.0</summary>
52+
53+
54+
55+
### Features
56+
57+
* [Compute] Update Compute Engine v1 API to revision 20250909 ([#8623](https://github.com/googleapis/google-cloud-php/issues/8623)) ([4c0fb49](https://github.com/googleapis/google-cloud-php/commit/4c0fb4963ee4c0a961caa39e661b3285ab363701))
58+
59+
</details>
60+
61+
<details><summary>google/cloud-core 1.65.0</summary>
62+
63+
64+
65+
### Features
66+
67+
* **Core:** ApiHelperTrait::validateOptions ([54ffea3](https://github.com/googleapis/google-cloud-php/commit/54ffea3ff343a621b465ea284d18134784c07ef2))
68+
* Support ops/closure v4 ([#8559](https://github.com/googleapis/google-cloud-php/issues/8559)) ([eb38bb7](https://github.com/googleapis/google-cloud-php/commit/eb38bb7e5068e732dbf42e140d7b85af54646cca))
69+
70+
71+
### Bug Fixes
72+
73+
* Mark all keyFile and keyFilePath options deprecated ([#8617](https://github.com/googleapis/google-cloud-php/issues/8617)) ([5776416](https://github.com/googleapis/google-cloud-php/commit/5776416198168da4445afdc4f461c5888e026d37))
74+
75+
</details>
76+
77+
<details><summary>google/cloud-dataproc 2.8.0</summary>
78+
79+
80+
81+
### Features
82+
83+
* [Dataproc] Added support for JUPYTER_KERNEL_GATEWAY component ([#8618](https://github.com/googleapis/google-cloud-php/issues/8618)) ([722181a](https://github.com/googleapis/google-cloud-php/commit/722181ae2b2bf1193c52ef6852ca54577824b739))
84+
85+
</details>
86+
87+
<details><summary>google/cloud-datastore 1.34.1</summary>
88+
89+
90+
91+
### Bug Fixes
92+
93+
* Mark all keyFile and keyFilePath options deprecated ([#8617](https://github.com/googleapis/google-cloud-php/issues/8617)) ([5776416](https://github.com/googleapis/google-cloud-php/commit/5776416198168da4445afdc4f461c5888e026d37))
94+
95+
</details>
96+
97+
<details><summary>google/cloud-error-reporting 0.25.0</summary>
98+
99+
100+
101+
### Features
102+
103+
* Support ops/closure v4 ([#8559](https://github.com/googleapis/google-cloud-php/issues/8559)) ([eb38bb7](https://github.com/googleapis/google-cloud-php/commit/eb38bb7e5068e732dbf42e140d7b85af54646cca))
104+
105+
</details>
106+
107+
<details><summary>google/cloud-firestore 1.54.1</summary>
108+
109+
110+
111+
### Bug Fixes
112+
113+
* Mark all keyFile and keyFilePath options deprecated ([#8617](https://github.com/googleapis/google-cloud-php/issues/8617)) ([5776416](https://github.com/googleapis/google-cloud-php/commit/5776416198168da4445afdc4f461c5888e026d37))
114+
115+
</details>
116+
117+
<details><summary>google/cloud-logging 1.34.0</summary>
118+
119+
120+
121+
### Features
122+
123+
* Support ops/closure v4 ([#8559](https://github.com/googleapis/google-cloud-php/issues/8559)) ([eb38bb7](https://github.com/googleapis/google-cloud-php/commit/eb38bb7e5068e732dbf42e140d7b85af54646cca))
124+
125+
126+
### Bug Fixes
127+
128+
* Mark all keyFile and keyFilePath options deprecated ([#8617](https://github.com/googleapis/google-cloud-php/issues/8617)) ([5776416](https://github.com/googleapis/google-cloud-php/commit/5776416198168da4445afdc4f461c5888e026d37))
129+
130+
</details>
131+
132+
<details><summary>google/cloud-pubsub 2.15.0</summary>
133+
134+
135+
136+
### Features
137+
138+
* [PubSub] support the protocol version in StreamingPullRequest ([#8624](https://github.com/googleapis/google-cloud-php/issues/8624)) ([7874b57](https://github.com/googleapis/google-cloud-php/commit/7874b574b61d789b61d44dbd397b8ec52aacb2b9))
139+
140+
141+
### Bug Fixes
142+
143+
* Mark all keyFile and keyFilePath options deprecated ([#8617](https://github.com/googleapis/google-cloud-php/issues/8617)) ([5776416](https://github.com/googleapis/google-cloud-php/commit/5776416198168da4445afdc4f461c5888e026d37))
144+
145+
</details>
146+
147+
<details><summary>google/cloud-spanner 1.105.1</summary>
148+
149+
150+
151+
### Bug Fixes
152+
153+
* Mark all keyFile and keyFilePath options deprecated ([#8617](https://github.com/googleapis/google-cloud-php/issues/8617)) ([5776416](https://github.com/googleapis/google-cloud-php/commit/5776416198168da4445afdc4f461c5888e026d37))
154+
155+
</details>
156+
157+
<details><summary>google/cloud-storage 1.48.4</summary>
158+
159+
160+
161+
### Bug Fixes
162+
163+
* Mark all keyFile and keyFilePath options deprecated ([#8617](https://github.com/googleapis/google-cloud-php/issues/8617)) ([5776416](https://github.com/googleapis/google-cloud-php/commit/5776416198168da4445afdc4f461c5888e026d37))
164+
165+
</details>
166+
167+
<details><summary>google/cloud-text-to-speech 2.5.0</summary>
168+
169+
170+
171+
### Features
172+
173+
* [TextToSpeech] add Gemini TTS Multispeaker API fields ([#8615](https://github.com/googleapis/google-cloud-php/issues/8615)) ([4fe529d](https://github.com/googleapis/google-cloud-php/commit/4fe529d3dd43bf7f36d127094d29daa36460f70b))
174+
175+
</details>
176+
177+
<details><summary>google/cloud-trace 1.9.1</summary>
178+
179+
180+
181+
### Bug Fixes
182+
183+
* Mark all keyFile and keyFilePath options deprecated ([#8617](https://github.com/googleapis/google-cloud-php/issues/8617)) ([5776416](https://github.com/googleapis/google-cloud-php/commit/5776416198168da4445afdc4f461c5888e026d37))
184+
185+
</details>
186+
3187
## 0.302.0
4188

5189
<details><summary>google/cloud-access-approval: 2.1.0</summary>

Compute/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.1.0

Core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.64.3
1+
1.65.0

Dataproc/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.0
1+
2.8.0

Datastore/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.34.0
1+
1.34.1

0 commit comments

Comments
 (0)