Skip to content

Commit a7b3f10

Browse files
chore(main): release 0.281.0 (#8175)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent e9c1f9d commit a7b3f10

11 files changed

Lines changed: 88 additions & 16 deletions

File tree

AiPlatform/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21.0
1+
1.22.0

CHANGELOG.md

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

3+
## 0.281.0
4+
5+
<details><summary>google/cloud-ai-platform 1.22.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* [AiPlatform] add import result gcs sink to the import files API ([#8166](https://github.com/googleapis/google-cloud-php/issues/8166)) ([ee8b9ea](https://github.com/googleapis/google-cloud-php/commit/ee8b9ea8bfb8978b22c16f705705b6fc04fd5a02))
12+
13+
</details>
14+
15+
<details><summary>google/cloud-compute 1.28.0</summary>
16+
17+
18+
19+
### Features
20+
21+
* [Compute] Update Compute Engine API to revision 20250302 ([#995](https://github.com/googleapis/google-cloud-php/issues/995)) ([#8168](https://github.com/googleapis/google-cloud-php/issues/8168)) ([40f4cf6](https://github.com/googleapis/google-cloud-php/commit/40f4cf64a69328848bb1cfa74ec81265f2347538))
22+
23+
</details>
24+
25+
<details><summary>google/cloud-managedkafka 0.4.0</summary>
26+
27+
28+
29+
### Features
30+
31+
* [ManagedKafka] add Managed Kafka Connect API ([#8167](https://github.com/googleapis/google-cloud-php/issues/8167)) ([c2aecf9](https://github.com/googleapis/google-cloud-php/commit/c2aecf9969f369e8b1e686d6ea7db1793fd8347f))
32+
33+
</details>
34+
35+
<details><summary>google/cloud-orchestration-airflow 2.1.6</summary>
36+
37+
38+
39+
### Documentation
40+
41+
* [OrchestrationAirflow] A comment for field `connection_type` in message `.google.cloud.orchestration.airflow.service.v1.NetworkingConfig` is changed ([#8169](https://github.com/googleapis/google-cloud-php/issues/8169)) ([36ebf2b](https://github.com/googleapis/google-cloud-php/commit/36ebf2b27f8cdb6bdf65c8f70f2520f3681bc126))
42+
43+
</details>
44+
45+
<details><summary>google/cloud-spanner 1.97.0</summary>
46+
47+
48+
49+
### Features
50+
51+
* **Spanner:** Proto Columns ([#8108](https://github.com/googleapis/google-cloud-php/issues/8108)) ([e9c1f9d](https://github.com/googleapis/google-cloud-php/commit/e9c1f9d6e9cfdbe2d653d74c4deb359088865f1f))
52+
53+
</details>
54+
55+
<details><summary>google/cloud-storage 1.47.0</summary>
56+
57+
58+
59+
### Features
60+
61+
* **Spanner:** Proto Columns ([#8108](https://github.com/googleapis/google-cloud-php/issues/8108)) ([e9c1f9d](https://github.com/googleapis/google-cloud-php/commit/e9c1f9d6e9cfdbe2d653d74c4deb359088865f1f))
62+
63+
</details>
64+
65+
<details><summary>google/cloud-workflows 1.1.0</summary>
66+
67+
68+
69+
### Features
70+
71+
* [Workflows] add ListWorkflowRevisions method ([#8163](https://github.com/googleapis/google-cloud-php/issues/8163)) ([e21a156](https://github.com/googleapis/google-cloud-php/commit/e21a156a142a158749628b31718797ebe28a4c71))
72+
73+
</details>
74+
375
## 0.280.0
476

577
<details><summary>google/cloud-ai-platform 1.21.0</summary>

Compute/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.27.0
1+
1.28.0

ManagedKafka/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

OrchestrationAirflow/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.5
1+
2.1.6

Spanner/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.96.0
1+
1.97.0

Spanner/src/SpannerClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ class SpannerClient
117117
use LROTrait;
118118
use ValidateTrait;
119119

120-
const VERSION = '1.96.0';
120+
const VERSION = '1.97.0';
121121

122122
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
123123
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';

Storage/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.46.0
1+
1.47.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.46.0';
50+
const VERSION = '1.47.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';

Workflows/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.3
1+
1.1.0

0 commit comments

Comments
 (0)