Skip to content

Commit 82415eb

Browse files
chore(main): release 0.304.0
1 parent 08d5bd2 commit 82415eb

11 files changed

Lines changed: 101 additions & 17 deletions

File tree

BigQueryReservation/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.0
1+
2.6.0

CHANGELOG.md

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

3+
## 0.304.0
4+
5+
<details><summary>google/cloud-bigquery-reservation 2.6.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* [BigQueryReservation] Add new `BACKGROUND_CHANGE_DATA_CAPTURE`, `BACKGROUND_COLUMN_METADATA_INDEX`, and `BACKGROUND_SEARCH_INDEX_REFRESH` reservation assignment types ([#8640](https://github.com/googleapis/google-cloud-php/issues/8640)) ([08d5bd2](https://github.com/googleapis/google-cloud-php/commit/08d5bd2b32e08b1f2ddaf6f29f9aec295f91d863))
12+
* Add new reservation IAM policy get/set/test methods ([08d5bd2](https://github.com/googleapis/google-cloud-php/commit/08d5bd2b32e08b1f2ddaf6f29f9aec295f91d863))
13+
* Add support for creation and modification of new reservation groups ([08d5bd2](https://github.com/googleapis/google-cloud-php/commit/08d5bd2b32e08b1f2ddaf6f29f9aec295f91d863))
14+
15+
</details>
16+
17+
<details><summary>google/cloud-core 1.66.0</summary>
18+
19+
20+
21+
### Features
22+
23+
* **Core:** Add OptionsValidator ([#8627](https://github.com/googleapis/google-cloud-php/issues/8627)) ([96be3cb](https://github.com/googleapis/google-cloud-php/commit/96be3cb8f23b0baf2d16bceae5c17547444ab4dd))
24+
25+
</details>
26+
27+
<details><summary>google/cloud-eventarc-publishing 1.2.1</summary>
28+
29+
30+
31+
### Documentation
32+
33+
* [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))
34+
35+
</details>
36+
37+
<details><summary>google/cloud-locationfinder 0.1.0</summary>
38+
39+
40+
41+
### Features
42+
43+
* Introduce LocationFinder ([#8631](https://github.com/googleapis/google-cloud-php/issues/8631)) ([92fde22](https://github.com/googleapis/google-cloud-php/commit/92fde221d02f049d253ce84efbd62496e19ad4d7))
44+
45+
</details>
46+
47+
<details><summary>google/cloud-securitycompliance 0.1.0</summary>
48+
49+
50+
51+
### Features
52+
53+
* Introduce SecurityCompliance ([#8632](https://github.com/googleapis/google-cloud-php/issues/8632)) ([67d0372](https://github.com/googleapis/google-cloud-php/commit/67d03724960e18d0f7e66dca0eac06c854ad0e0a))
54+
55+
</details>
56+
57+
<details><summary>google/shopping-merchant-products 1.2.0</summary>
58+
59+
60+
61+
### Features
62+
63+
* [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))
64+
65+
</details>
66+
67+
<details><summary>google/cloud-spanner 1.106.0</summary>
68+
69+
70+
71+
### Features
72+
73+
* Support for Spanner ReadLockMode ([#8419](https://github.com/googleapis/google-cloud-php/issues/8419)) ([8a3db2c](https://github.com/googleapis/google-cloud-php/commit/8a3db2cfc39c2d92434531fce4a4a9aa85dc8248))
74+
75+
</details>
76+
77+
<details><summary>google/cloud-support 1.4.0</summary>
78+
79+
80+
81+
### Features
82+
83+
* **Support:** Add v2beta ([#8523](https://github.com/googleapis/google-cloud-php/issues/8523)) ([5103ddd](https://github.com/googleapis/google-cloud-php/commit/5103ddd5b3c88b8693437084465ef644387c7e42))
84+
85+
</details>
86+
387
## 0.303.0
488

589
<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

0 commit comments

Comments
 (0)