Skip to content

Commit 5f99136

Browse files
release-please[bot]cy-yun
authored andcommitted
chore(main): release 0.338.0 (#9393)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4fe6f15 commit 5f99136

13 files changed

Lines changed: 112 additions & 19 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.337.0"
2+
".": "0.338.0"
33
}

Batch/VERSION

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

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

BigQuery/src/BigQueryClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class BigQueryClient
5454
ClientTrait::jsonDecode insteadof RetryDeciderTrait;
5555
}
5656

57-
const VERSION = '1.38.0';
57+
const VERSION = '1.39.0';
5858

5959
const MAX_DELAY_MICROSECONDS = 32000000;
6060
const SERVICE_NAME = 'bigquery';

CHANGELOG.md

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

3+
## 0.338.0
4+
5+
<details><summary>google/cloud-batch 1.4.2</summary>
6+
7+
8+
9+
### Documentation
10+
11+
* [Batch] restrict `allowed_locations` region or zone values to the same region where the job is created ([#9384](https://github.com/googleapis/google-cloud-php/issues/9384)) ([720551e](https://github.com/googleapis/google-cloud-php/commit/720551ece54b2da33f543d716af3262a6cbd97d8))
12+
13+
</details>
14+
15+
<details><summary>google/cloud-bigquery 1.39.0</summary>
16+
17+
18+
19+
### Features
20+
21+
* add support for Guzzle 8 ([ea23f87](https://github.com/googleapis/google-cloud-php/commit/ea23f87584a9d359039c5bece8c441f679a670ca))
22+
23+
24+
### Bug Fixes
25+
26+
* update CloudCore to fix pagination bug ([#9237](https://github.com/googleapis/google-cloud-php/issues/9237)) ([b7b4aeb](https://github.com/googleapis/google-cloud-php/commit/b7b4aeb61ae05291a95c7cd30d9b5569d39f6ada))
27+
28+
</details>
29+
30+
<details><summary>google/cloud-core 1.73.0</summary>
31+
32+
33+
34+
### Features
35+
36+
* add support for Guzzle 8 ([ea23f87](https://github.com/googleapis/google-cloud-php/commit/ea23f87584a9d359039c5bece8c441f679a670ca))
37+
38+
39+
### Bug Fixes
40+
41+
* **spanner:** do not drop Spanner and GAX options on Database and Transaction methods ([#9381](https://github.com/googleapis/google-cloud-php/issues/9381)) ([17550aa](https://github.com/googleapis/google-cloud-php/commit/17550aae117a5ff230531666dc90114933409ab4))
42+
43+
</details>
44+
45+
<details><summary>google/gax 1.47.0</summary>
46+
47+
48+
49+
### Features
50+
51+
* add support for Guzzle 8 ([ea23f87](https://github.com/googleapis/google-cloud-php/commit/ea23f87584a9d359039c5bece8c441f679a670ca))
52+
* **dev:** add showcase:generate command and update showcase client ([#9347](https://github.com/googleapis/google-cloud-php/issues/9347)) ([2aaffe7](https://github.com/googleapis/google-cloud-php/commit/2aaffe72f224924810cbb932eed0b3b7712d6f05))
53+
54+
</details>
55+
56+
<details><summary>google/cloud-quotas 1.6.0</summary>
57+
58+
59+
60+
### Features
61+
62+
* [Quotas] publish Cloud Quotas v1 GA client library protos and GAPIC Bazel rules ([#9383](https://github.com/googleapis/google-cloud-php/issues/9383)) ([0f960c3](https://github.com/googleapis/google-cloud-php/commit/0f960c38feb150f4e97f1d7566d9cf0f78ab114c))
63+
64+
</details>
65+
66+
<details><summary>google/cloud-spanner 2.10.2</summary>
67+
68+
69+
70+
### Bug Fixes
71+
72+
* **spanner:** do not drop Spanner and GAX options on Database and Transaction methods ([#9381](https://github.com/googleapis/google-cloud-php/issues/9381)) ([17550aa](https://github.com/googleapis/google-cloud-php/commit/17550aae117a5ff230531666dc90114933409ab4))
73+
74+
</details>
75+
76+
<details><summary>google/cloud-sql-admin 1.11.0</summary>
77+
78+
79+
80+
### Features
81+
82+
* [SqlAdmin] add client library publishing configuration for SQL Admin ([#9385](https://github.com/googleapis/google-cloud-php/issues/9385)) ([289b6e2](https://github.com/googleapis/google-cloud-php/commit/289b6e26d25a0455e903d9138ee5d95d6f5e3a80))
83+
84+
</details>
85+
86+
<details><summary>google/cloud-storage 2.5.0</summary>
87+
88+
89+
90+
### Features
91+
92+
* add support for Guzzle 8 ([ea23f87](https://github.com/googleapis/google-cloud-php/commit/ea23f87584a9d359039c5bece8c441f679a670ca))
93+
94+
</details>
95+
396
## 0.337.0
497

598
<details><summary>google/cloud-ai-platform 1.63.0</summary>

Core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.72.4
1+
1.73.0

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

Quotas/VERSION

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

Spanner/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.10.1
1+
2.10.2

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

0 commit comments

Comments
 (0)