Skip to content

Commit ed69f2b

Browse files
chore(main): release 0.313.0
1 parent db09836 commit ed69f2b

13 files changed

Lines changed: 90 additions & 19 deletions

File tree

AiPlatform/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.45.0
1+
1.46.0

BigQuery/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.34.5
1+
1.34.6

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

5555
const MAX_DELAY_MICROSECONDS = 32000000;
5656

CHANGELOG.md

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

3+
## 0.313.0
4+
5+
<details><summary>google/cloud-ai-platform 1.46.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* [AiPlatform] Expose zone when creating a FeatureOnlineStore ([#8762](https://github.com/googleapis/google-cloud-php/issues/8762)) ([e16ea8e](https://github.com/googleapis/google-cloud-php/commit/e16ea8ef8c9eb781bbc0ac2280b9ccc5f569666c))
12+
13+
14+
### Documentation
15+
16+
* [AiPlatform] update `ReplicatedVoiceConfig.mime_type` comment ([#8770](https://github.com/googleapis/google-cloud-php/issues/8770)) ([3507dfe](https://github.com/googleapis/google-cloud-php/commit/3507dfe1a622778df7fe93fe9ddaaa8568f39bf2))
17+
18+
</details>
19+
20+
<details><summary>google/cloud-bigquery 1.34.6</summary>
21+
22+
23+
24+
</details>
25+
26+
<details><summary>google/cloud-core 1.68.3</summary>
27+
28+
29+
30+
</details>
31+
32+
<details><summary>google/cloud-eventarc 2.3.0</summary>
33+
34+
35+
36+
### Features
37+
38+
* [Eventarc] add wide-scope Eventarc GoogleApiSource flags ([#8761](https://github.com/googleapis/google-cloud-php/issues/8761)) ([319f6ec](https://github.com/googleapis/google-cloud-php/commit/319f6ec0d102a156c3d8e0a5ff09fc86b9cbfed2))
39+
40+
</details>
41+
42+
<details><summary>google/cloud-logging 1.34.3</summary>
43+
44+
45+
46+
</details>
47+
48+
<details><summary>google/shopping-merchant-accounts 1.3.0</summary>
49+
50+
51+
52+
### Features
53+
54+
* [ShoppingMerchantAccounts] A new field `radius_area` is added to message `.google.shopping.merchant.accounts.v1.Region` ([#8766](https://github.com/googleapis/google-cloud-php/issues/8766)) ([7788e0d](https://github.com/googleapis/google-cloud-php/commit/7788e0d60b66ecef8eff44c8dfff4f7590b607e0))
55+
56+
</details>
57+
58+
<details><summary>google/cloud-spanner 2.1.1</summary>
59+
60+
61+
62+
### Documentation
63+
64+
* [Spanner] minor update for Spanner Location API ([#8754](https://github.com/googleapis/google-cloud-php/issues/8754)) ([55eae9c](https://github.com/googleapis/google-cloud-php/commit/55eae9c551ba4af1e203a148589aaddc067c9245))
65+
66+
</details>
67+
68+
<details><summary>google/cloud-storage 1.48.8</summary>
69+
70+
71+
72+
</details>
73+
374
## 0.312.0
475

576
<details><summary>google/cloud-ai-platform 1.45.0</summary>

Core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.68.2
1+
1.68.3

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

Logging/VERSION

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

Logging/src/LoggingClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class LoggingClient
7070
use ArrayTrait;
7171
use ClientTrait;
7272

73-
const VERSION = '1.34.2';
73+
const VERSION = '1.34.3';
7474

7575
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin';
7676
const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read';

ShoppingMerchantAccounts/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.2
1+
1.3.0

Spanner/VERSION

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

0 commit comments

Comments
 (0)