Skip to content

Commit 01a2383

Browse files
chore(main): release 0.309.0 (#8698)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 871a54e commit 01a2383

17 files changed

Lines changed: 199 additions & 29 deletions

File tree

‎AiPlatform/VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.43.0
1+
1.44.0

‎BackupDr/VERSION‎

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

‎BigQuery/VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.34.3
1+
1.34.4

‎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.3';
53+
const VERSION = '1.34.4';
5454

5555
const MAX_DELAY_MICROSECONDS = 32000000;
5656

‎BigQueryAnalyticsHub/VERSION‎

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

‎BigQueryStorage/VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.1
1+
2.3.0

‎CHANGELOG.md‎

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

3+
## 0.309.0
4+
5+
<details><summary>google/cloud-ai-platform 1.44.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* [AiPlatform] add new fields `SUCCESSFULLY_DEPLOYED` and `FAILED_TO_DEPLOY` to `DeploymentStage` ([#8712](https://github.com/googleapis/google-cloud-php/issues/8712)) ([16dad27](https://github.com/googleapis/google-cloud-php/commit/16dad27c1496761e187c25b770a2241cf9623c07))
12+
13+
14+
### Bug Fixes
15+
16+
* [AiPlatform] updating `bigtable_metadata` field name in `FeatureOnlineStore` ([#8691](https://github.com/googleapis/google-cloud-php/issues/8691)) ([49efb9a](https://github.com/googleapis/google-cloud-php/commit/49efb9a5f31c0e082db4e042d963bb3e9ae10830))
17+
18+
</details>
19+
20+
<details><summary>google/cloud-backupdr 0.9.0</summary>
21+
22+
23+
24+
### Features
25+
26+
* [BackupDr] Adding `FetchBackupsForResourceType` API ([#8714](https://github.com/googleapis/google-cloud-php/issues/8714)) ([d439b4e](https://github.com/googleapis/google-cloud-php/commit/d439b4ee331c5d4a52884fb4b0bf7ec0c8c7463d))
27+
* [BackupDr] Adding `unreachable` field to `ListDataSourceReferences` API ([#8717](https://github.com/googleapis/google-cloud-php/issues/8717)) ([4176187](https://github.com/googleapis/google-cloud-php/commit/4176187ab18614f878d81d68caa12168ad229ff0))
28+
29+
</details>
30+
31+
<details><summary>google/cloud-bigquery 1.34.4</summary>
32+
33+
34+
35+
</details>
36+
37+
<details><summary>google/cloud-bigquery-analyticshub 1.5.0</summary>
38+
39+
40+
41+
### Features
42+
43+
* [BigQueryAnalyticsHub] add Stored Procedure Sharing support for analyticshub listings ([#8715](https://github.com/googleapis/google-cloud-php/issues/8715)) ([a4ef06b](https://github.com/googleapis/google-cloud-php/commit/a4ef06b67800d8952c3907c7856d02b8d5d2570f))
44+
45+
</details>
46+
47+
<details><summary>google/cloud-bigquery-storage 2.3.0</summary>
48+
49+
50+
51+
### Features
52+
53+
* [BigQueryStorage] Support picosecond timestamp precision in BigQuery Storage API ([#8719](https://github.com/googleapis/google-cloud-php/issues/8719)) ([871a54e](https://github.com/googleapis/google-cloud-php/commit/871a54e38fc98e77265a3a54018f2eacc539d4d2))
54+
55+
56+
### Documentation
57+
58+
* A comment for method `ReadRows` in service `BigQueryRead` is changed ([871a54e](https://github.com/googleapis/google-cloud-php/commit/871a54e38fc98e77265a3a54018f2eacc539d4d2))
59+
60+
</details>
61+
62+
<details><summary>google/cloud-dataplex 1.11.0</summary>
63+
64+
65+
66+
### Features
67+
68+
* **dataplex:** [Dataplex] Allow publishing Data Profile scan results to the Dataplex Catalog ([#8716](https://github.com/googleapis/google-cloud-php/issues/8716)) ([96baf47](https://github.com/googleapis/google-cloud-php/commit/96baf4714a9cfc723e1441d1feb74eb28ce46e8f))
69+
* **dataplex:** Add GetIamPolicy method for DataProduct resources ([96baf47](https://github.com/googleapis/google-cloud-php/commit/96baf4714a9cfc723e1441d1feb74eb28ce46e8f))
70+
71+
72+
### Documentation
73+
74+
* **dataplex:** Update documentation for Catalog SearchEntries filter options, including `parent_entry` and wildcard usage ([96baf47](https://github.com/googleapis/google-cloud-php/commit/96baf4714a9cfc723e1441d1feb74eb28ce46e8f))
75+
76+
</details>
77+
78+
<details><summary>google/cloud-edgenetwork 1.4.0</summary>
79+
80+
81+
82+
### Features
83+
84+
* [EdgeNetwork] A new field `remote_peering_network_type` is added to message `google.cloud.edgenetwork.v1.Interconnect` ([#8696](https://github.com/googleapis/google-cloud-php/issues/8696)) ([b56fe9b](https://github.com/googleapis/google-cloud-php/commit/b56fe9b5b93bbbac2d132397818205b2dfda0683))
85+
86+
</details>
87+
88+
<details><summary>google/cloud-geminidataanalytics 0.4.0</summary>
89+
90+
91+
92+
### Features
93+
94+
* [GeminiDataAnalytics] Adding a new SchemaRelationship message to define relationships between table schema ([#8718](https://github.com/googleapis/google-cloud-php/issues/8718)) ([89253d6](https://github.com/googleapis/google-cloud-php/commit/89253d63f02c0077ccd4e1b5168fe9f566f573f0))
95+
96+
</details>
97+
98+
<details><summary>google/cloud-network-management 2.7.0</summary>
99+
100+
101+
102+
### Features
103+
104+
* [NetworkManagement] Various documentation and comment improvements, Enable organization-level support for VPC Flow Logs ([#8704](https://github.com/googleapis/google-cloud-php/issues/8704)) ([cfeac0b](https://github.com/googleapis/google-cloud-php/commit/cfeac0b35af99a38a84606b9a9d2c0a1e1b3ba77))
105+
106+
</details>
107+
108+
<details><summary>google/cloud-networkservices 0.8.0</summary>
109+
110+
111+
112+
### Features
113+
114+
* [NetworkServices] Add support for LbEdgeExtension resource in NetworkServices API ([#8711](https://github.com/googleapis/google-cloud-php/issues/8711)) ([6db92cb](https://github.com/googleapis/google-cloud-php/commit/6db92cb1e6f0403833077d00429300eb81337841))
115+
116+
</details>
117+
118+
<details><summary>google/cloud-securitycompliance 0.2.0</summary>
119+
120+
121+
122+
### Features
123+
124+
* [SecurityCompliance] add Audit API surface ([#8697](https://github.com/googleapis/google-cloud-php/issues/8697)) ([11e4068](https://github.com/googleapis/google-cloud-php/commit/11e406805efd88dfaf6915239b76bb14c60d758d))
125+
* [SecurityCompliance] Updated docs for the APIs ([#8706](https://github.com/googleapis/google-cloud-php/issues/8706)) ([29ce3a2](https://github.com/googleapis/google-cloud-php/commit/29ce3a26e3a228df7ba1a0b47c3083abd565be6d))
126+
127+
</details>
128+
129+
<details><summary>google/shopping-merchant-datasources 2.0.0</summary>
130+
131+
132+
133+
### ⚠ BREAKING CHANGES
134+
135+
* [ShoppingMerchantDataSources] An existing field `contains_custom_rules` is removed from message `.google.shopping.merchant.datasources.v1.PrimaryProductDataSource` ([#8710](https://github.com/googleapis/google-cloud-php/issues/8710))
136+
137+
### Bug Fixes
138+
139+
* [ShoppingMerchantDataSources] An existing field `contains_custom_rules` is removed from message `.google.shopping.merchant.datasources.v1.PrimaryProductDataSource` ([#8710](https://github.com/googleapis/google-cloud-php/issues/8710)) ([85a5ef2](https://github.com/googleapis/google-cloud-php/commit/85a5ef23a5369648e96a25af7d5d15d83356df75))
140+
141+
</details>
142+
143+
<details><summary>google/cloud-spanner 2.1.0-RC1
144+
145+
</summary>
146+
147+
148+
](https://github.com/googleapis/google-cloud-php/compare/v0.308.1...v0.309.0) (2025-11-07)
149+
150+
151+
### Features
152+
153+
* [Spanner] Exposing AutoscalingConfig in InstancePartition ([#8699](https://github.com/googleapis/google-cloud-php/issues/8699)) ([d93c6c4](https://github.com/googleapis/google-cloud-php/commit/d93c6c41234a5672a1d4d6fad50659b2266a8521))
154+
155+
156+
### Bug Fixes
157+
158+
* **Spanner:** Add back handling of operation metadata/responses ([#8701](https://github.com/googleapis/google-cloud-php/issues/8701)) ([aeed701](https://github.com/googleapis/google-cloud-php/commit/aeed701700d8911079b7aa5a0f00933f5e986ed6))
159+
160+
</details>
161+
162+
<details><summary>google/cloud-sql-admin 1.4.0</summary>
163+
164+
165+
166+
### Features
167+
168+
* [SqlAdmin] introduces POSTGRES_17 and POSTGRES_18 database versions in the SqlDatabaseVersion enum type ([#8702](https://github.com/googleapis/google-cloud-php/issues/8702)) ([e5c6eed](https://github.com/googleapis/google-cloud-php/commit/e5c6eed527ba84f80bbda4174febeca99edc8191))
169+
170+
</details>
171+
3172
## 0.308.1
4173

5174
<details><summary>google/cloud-storage 1.48.6</summary>

‎Dataplex/VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.0
1+
1.11.0

‎EdgeNetwork/VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.1
1+
1.4.0

‎GeminiDataAnalytics/VERSION‎

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

0 commit comments

Comments
 (0)