Skip to content

Commit 89ba4cc

Browse files
chore(main): release 0.292.0 (#8367)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 0c2d5d6 commit 89ba4cc

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.28.0
1+
1.29.0

AnalyticsAdmin/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.28.1
1+
0.29.0

BigQuery/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.31.1
1+
1.32.0

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.31.1';
53+
const VERSION = '1.32.0';
5454

5555
const MAX_DELAY_MICROSECONDS = 32000000;
5656

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.292.0
4+
5+
<details><summary>google/cloud-ai-platform 1.29.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* [AiPlatform] add EncryptionSpec field for RagCorpus CMEK feature to v1 ([#8374](https://github.com/googleapis/google-cloud-php/issues/8374)) ([6f5a6b5](https://github.com/googleapis/google-cloud-php/commit/6f5a6b568e3918629fc5cc1724ea8824f0ac6f08))
12+
13+
</details>
14+
15+
<details><summary>google/analytics-admin 0.29.0</summary>
16+
17+
18+
19+
### Features
20+
21+
* [AnalyticsAdmin] add the `GetSubpropertySyncConfigRequest` method ([#8376](https://github.com/googleapis/google-cloud-php/issues/8376)) ([0c2d5d6](https://github.com/googleapis/google-cloud-php/commit/0c2d5d62c071b52f82c9ca3eff9686de7c23641a))
22+
23+
</details>
24+
25+
<details><summary>google/cloud-bigquery 1.32.0</summary>
26+
27+
28+
29+
### Features
30+
31+
* **BigQuery:** Upgrade Discovery JSON file to latest revision 20250511 ([#8366](https://github.com/googleapis/google-cloud-php/issues/8366)) ([fec2cbe](https://github.com/googleapis/google-cloud-php/commit/fec2cbed534bf1d27b4472a0611c2606e47fb135))
32+
33+
</details>
34+
35+
<details><summary>google/cloud-core 1.63.0</summary>
36+
37+
38+
39+
### Features
40+
41+
* **Datastore:** Add support for the ExplainOptions ([#8361](https://github.com/googleapis/google-cloud-php/issues/8361)) ([c17d2c3](https://github.com/googleapis/google-cloud-php/commit/c17d2c30119fe866f4e0ee4e1e5eafead1d0ab49))
42+
43+
</details>
44+
45+
<details><summary>google/cloud-datastore 1.33.0</summary>
46+
47+
48+
49+
### Features
50+
51+
* **Datastore:** Add support for the ExplainOptions ([#8361](https://github.com/googleapis/google-cloud-php/issues/8361)) ([c17d2c3](https://github.com/googleapis/google-cloud-php/commit/c17d2c30119fe866f4e0ee4e1e5eafead1d0ab49))
52+
53+
</details>
54+
55+
<details><summary>google/cloud-networkservices 0.4.0</summary>
56+
57+
58+
59+
### Features
60+
61+
* [NetworkServices] update NetworkServices protos ([#8370](https://github.com/googleapis/google-cloud-php/issues/8370)) ([e23db77](https://github.com/googleapis/google-cloud-php/commit/e23db779b29210d0e1b26f490ed13f77ae720070))
62+
63+
</details>
64+
65+
<details><summary>google/cloud-quotas 1.4.0</summary>
66+
67+
68+
69+
### Features
70+
71+
* [Quotas] Added support for hierarchical enrollment in Quota Adjuster consumer API ([#8362](https://github.com/googleapis/google-cloud-php/issues/8362)) ([a1bc16e](https://github.com/googleapis/google-cloud-php/commit/a1bc16e4bf1ba4b102eb0800de13f317e8b6a233))
72+
73+
</details>
74+
375
## 0.291.0
476

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

Core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.62.3
1+
1.63.0

Datastore/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.32.3
1+
1.33.0

Datastore/src/DatastoreClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class DatastoreClient
9191
use ClientTrait;
9292
use DatastoreTrait;
9393

94-
const VERSION = '1.32.3';
94+
const VERSION = '1.33.0';
9595

9696
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore';
9797

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

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

0 commit comments

Comments
 (0)