Skip to content

Commit 031b4e3

Browse files
chore(main): release 0.304.0
1 parent 08d5bd2 commit 031b4e3

File tree

10 files changed

+87
-15
lines changed

10 files changed

+87
-15
lines changed

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.304.0
4+
5+
<details><summary>google/cloud-core 1.66.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* **Core:** Add OptionsValidator ([#8627](https://github.com/googleapis/google-cloud-php/issues/8627)) ([96be3cb](https://github.com/googleapis/google-cloud-php/commit/96be3cb8f23b0baf2d16bceae5c17547444ab4dd))
12+
13+
</details>
14+
15+
<details><summary>google/cloud-eventarc-publishing 1.2.1</summary>
16+
17+
18+
19+
### Documentation
20+
21+
* [EventarcPublishing] Update comment in Eventarc Publishing API ([#8634](https://github.com/googleapis/google-cloud-php/issues/8634)) ([9629b46](https://github.com/googleapis/google-cloud-php/commit/9629b46d438dc58fc1dfe8aa8f83653b5b58aa3f))
22+
23+
</details>
24+
25+
<details><summary>google/cloud-locationfinder 0.1.0</summary>
26+
27+
28+
29+
### Features
30+
31+
* Introduce LocationFinder ([#8631](https://github.com/googleapis/google-cloud-php/issues/8631)) ([92fde22](https://github.com/googleapis/google-cloud-php/commit/92fde221d02f049d253ce84efbd62496e19ad4d7))
32+
33+
</details>
34+
35+
<details><summary>google/cloud-securitycompliance 0.1.0</summary>
36+
37+
38+
39+
### Features
40+
41+
* Introduce SecurityCompliance ([#8632](https://github.com/googleapis/google-cloud-php/issues/8632)) ([67d0372](https://github.com/googleapis/google-cloud-php/commit/67d03724960e18d0f7e66dca0eac06c854ad0e0a))
42+
43+
</details>
44+
45+
<details><summary>google/shopping-merchant-products 1.2.0</summary>
46+
47+
48+
49+
### Features
50+
51+
* [ShoppingMerchantProducts] Include CarrierShipping field inside the Products attribute ([#8642](https://github.com/googleapis/google-cloud-php/issues/8642)) ([406a42a](https://github.com/googleapis/google-cloud-php/commit/406a42a4ca9dac7f1edd5f5a27877dd1882ba0d6))
52+
53+
</details>
54+
55+
<details><summary>google/cloud-spanner 1.106.0</summary>
56+
57+
58+
59+
### Features
60+
61+
* Support for Spanner ReadLockMode ([#8419](https://github.com/googleapis/google-cloud-php/issues/8419)) ([8a3db2c](https://github.com/googleapis/google-cloud-php/commit/8a3db2cfc39c2d92434531fce4a4a9aa85dc8248))
62+
63+
</details>
64+
65+
<details><summary>google/cloud-support 1.4.0</summary>
66+
67+
68+
69+
### Features
70+
71+
* **Support:** Add v2beta ([#8523](https://github.com/googleapis/google-cloud-php/issues/8523)) ([5103ddd](https://github.com/googleapis/google-cloud-php/commit/5103ddd5b3c88b8693437084465ef644387c7e42))
72+
73+
</details>
74+
375
## 0.303.0
476

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

Core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.65.0
1+
1.66.0

EventarcPublishing/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.2.1

LocationFinder/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.0
1+
0.1.0

SecurityCompliance/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.0
1+
0.1.0

ShoppingMerchantProducts/VERSION

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

Spanner/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.105.1
1+
1.106.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.105.1';
120+
const VERSION = '1.106.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';

Support/VERSION

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

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"google/cloud-contact-center-insights": "2.4.0",
138138
"google/cloud-container": "2.6.0",
139139
"google/cloud-container-analysis": "1.2.0",
140-
"google/cloud-core": "1.65.0",
140+
"google/cloud-core": "1.66.0",
141141
"google/cloud-data-catalog": "2.4.0",
142142
"google/cloud-data-fusion": "1.1.0",
143143
"google/cloud-datacatalog-lineage": "1.2.0",
@@ -164,7 +164,7 @@
164164
"google/cloud-error-reporting": "0.25.0",
165165
"google/cloud-essential-contacts": "1.1.0",
166166
"google/cloud-eventarc": "2.2.0",
167-
"google/cloud-eventarc-publishing": "1.2.0",
167+
"google/cloud-eventarc-publishing": "1.2.1",
168168
"google/cloud-filestore": "2.2.0",
169169
"google/cloud-financialservices": "0.2.0",
170170
"google/cloud-firestore": "1.54.1",
@@ -185,7 +185,7 @@
185185
"google/cloud-licensemanager": "0.2.0",
186186
"google/cloud-life-sciences": "0.8.0",
187187
"google/cloud-logging": "1.34.0",
188-
"google/cloud-locationfinder": "0.0.0",
188+
"google/cloud-locationfinder": "0.1.0",
189189
"google/cloud-lustre": "0.3.0",
190190
"google/cloud-maintenance": "0.2.0",
191191
"google/cloud-managed-identities": "2.1.0",
@@ -235,22 +235,22 @@
235235
"google/cloud-security-private-ca": "2.2.0",
236236
"google/cloud-security-public-ca": "1.1.0",
237237
"google/cloud-securitycentermanagement": "1.3.0",
238-
"google/cloud-securitycompliance": "0.0.0",
238+
"google/cloud-securitycompliance": "0.1.0",
239239
"google/cloud-service-control": "2.1.0",
240240
"google/cloud-service-directory": "2.1.0",
241241
"google/cloud-service-management": "2.1.0",
242242
"google/cloud-service-usage": "2.1.0",
243243
"google/cloud-servicehealth": "0.4.0",
244244
"google/cloud-shell": "2.1.0",
245-
"google/cloud-spanner": "1.105.1",
245+
"google/cloud-spanner": "1.106.0",
246246
"google/cloud-speech": "2.2.0",
247247
"google/cloud-sql-admin": "1.3.0",
248248
"google/cloud-storage": "1.48.4",
249249
"google/cloud-storage-control": "1.6.0",
250250
"google/cloud-storage-transfer": "2.3.0",
251251
"google/cloud-storagebatchoperations": "0.2.0",
252252
"google/cloud-storageinsights": "1.3.0",
253-
"google/cloud-support": "1.3.0",
253+
"google/cloud-support": "1.4.0",
254254
"google/cloud-talent": "2.2.0",
255255
"google/cloud-tasks": "2.1.0",
256256
"google/cloud-telcoautomation": "1.2.0",
@@ -286,7 +286,7 @@
286286
"google/shopping-merchant-lfp": "1.1.0",
287287
"google/shopping-merchant-notifications": "1.1.0",
288288
"google/shopping-merchant-ordertracking": "1.1.0",
289-
"google/shopping-merchant-products": "1.1.0",
289+
"google/shopping-merchant-products": "1.2.0",
290290
"google/shopping-merchant-promotions": "1.1.0",
291291
"google/shopping-merchant-quota": "1.1.0",
292292
"google/shopping-merchant-reports": "1.1.0",

0 commit comments

Comments
 (0)