Skip to content

Commit acd1016

Browse files
chore(main): release 0.289.0 (#8332)
1 parent 78981e2 commit acd1016

10 files changed

Lines changed: 83 additions & 15 deletions

File tree

Bigtable/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.11.1
1+
2.11.2

CHANGELOG.md

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

3+
## 0.289.0
4+
5+
<details><summary>google/cloud-bigtable 2.11.2</summary>
6+
7+
8+
9+
### Bug Fixes
10+
11+
* **Bigtable:** Ensure RowRanges are set on retry ([#8224](https://github.com/googleapis/google-cloud-php/issues/8224)) ([d37a65a](https://github.com/googleapis/google-cloud-php/commit/d37a65a4f905e3d8c3ce149f27d1fa4a27b08be0))
12+
13+
</details>
14+
15+
<details><summary>google/cloud-commerce-consumer-procurement 1.2.1</summary>
16+
17+
18+
19+
### Bug Fixes
20+
21+
* Google.api.http annotation `http_uri` changed for `LicenseManagementService.UpdateLicensePool` ([#8337](https://github.com/googleapis/google-cloud-php/issues/8337)) ([78981e2](https://github.com/googleapis/google-cloud-php/commit/78981e264da92236a51171552decd6a22f712561))
22+
23+
</details>
24+
25+
<details><summary>google/cloud-container 2.4.0</summary>
26+
27+
28+
29+
### Features
30+
31+
* [Container] add topology_manager in NodeKubeletConfig ([#8338](https://github.com/googleapis/google-cloud-php/issues/8338)) ([058c4fb](https://github.com/googleapis/google-cloud-php/commit/058c4fb93fd41935e2ec944fe6543d38dddce49e))
32+
33+
</details>
34+
35+
<details><summary>google/cloud-managedkafka 0.5.0</summary>
36+
37+
38+
39+
### Features
40+
41+
* [ManagedKafka] add Managed Kafka ACL API ([#8335](https://github.com/googleapis/google-cloud-php/issues/8335)) ([b5ccef1](https://github.com/googleapis/google-cloud-php/commit/b5ccef10acf5bedb915d88596fa226df7fc5d00a))
42+
43+
</details>
44+
45+
<details><summary>google/cloud-pubsub 2.12.0</summary>
46+
47+
48+
49+
### Features
50+
51+
* [PubSub] Add SchemaViolationReason to IngestionFailureEvent ([#8333](https://github.com/googleapis/google-cloud-php/issues/8333)) ([68c5d41](https://github.com/googleapis/google-cloud-php/commit/68c5d41afc743cdee06adc96e699d721ec011f68))
52+
53+
</details>
54+
55+
<details><summary>google/cloud-security-public-ca 1.0.4</summary>
56+
57+
58+
59+
</details>
60+
61+
<details><summary>google/shopping-merchant-accounts 0.8.0</summary>
62+
63+
64+
65+
### Features
66+
67+
* [ShoppingMerchantAccounts] A new method_signature `parent,online_return_policy` is added to method `CreateOnlineReturnPolicy` in service `OnlineReturnPolicyService` ([#8330](https://github.com/googleapis/google-cloud-php/issues/8330)) ([54b3483](https://github.com/googleapis/google-cloud-php/commit/54b34838dd3fc3b06f3f3619d772fe36d9975879))
68+
69+
</details>
70+
371
## 0.288.0
472

573
<details><summary>google/cloud-ai-platform 1.26.0</summary>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.2.1

Container/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.4
1+
2.4.0

ManagedKafka/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.1
1+
0.5.0

PubSub/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.11.3
1+
2.12.0

PubSub/src/PubSubClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class PubSubClient
9898
use ApiHelperTrait;
9999
use ClientOptionsTrait;
100100

101-
const VERSION = '2.11.3';
101+
const VERSION = '2.12.0';
102102

103103
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub';
104104

SecurityPublicCA/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.3
1+
1.0.4

ShoppingMerchantAccounts/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.0
1+
0.8.0

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"google/cloud-bigquery-reservation": "2.2.0",
106106
"google/cloud-bigquery-storage": "2.1.4",
107107
"google/cloud-bigquerydatatransfer": "2.1.4",
108-
"google/cloud-bigtable": "2.11.1",
108+
"google/cloud-bigtable": "2.11.2",
109109
"google/cloud-billing": "2.1.2",
110110
"google/cloud-billing-budgets": "2.0.4",
111111
"google/cloud-binary-authorization": "1.0.4",
@@ -114,13 +114,13 @@
114114
"google/cloud-channel": "2.1.4",
115115
"google/cloud-chronicle": "0.1.1",
116116
"google/cloud-cloudcontrolspartner": "0.4.0",
117-
"google/cloud-commerce-consumer-procurement": "1.2.0",
117+
"google/cloud-commerce-consumer-procurement": "1.2.1",
118118
"google/cloud-common-protos": "0.8.1",
119119
"google/cloud-compute": "1.30.0",
120120
"google/cloud-confidentialcomputing": "1.4.0",
121121
"google/cloud-config": "1.3.0",
122122
"google/cloud-contact-center-insights": "2.3.2",
123-
"google/cloud-container": "2.3.4",
123+
"google/cloud-container": "2.4.0",
124124
"google/cloud-container-analysis": "1.1.0",
125125
"google/cloud-core": "1.62.3",
126126
"google/cloud-data-catalog": "2.3.1",
@@ -170,7 +170,7 @@
170170
"google/cloud-logging": "1.32.2",
171171
"google/cloud-lustre": "0.1.0",
172172
"google/cloud-managed-identities": "2.0.4",
173-
"google/cloud-managedkafka": "0.4.1",
173+
"google/cloud-managedkafka": "0.5.0",
174174
"google/cloud-media-translation": "0.5.1",
175175
"google/cloud-memcache": "2.0.3",
176176
"google/cloud-memorystore": "0.4.1",
@@ -197,7 +197,7 @@
197197
"google/cloud-private-catalog": "0.5.2",
198198
"google/cloud-privilegedaccessmanager": "0.2.0",
199199
"google/cloud-profiler": "2.0.3",
200-
"google/cloud-pubsub": "2.11.3",
200+
"google/cloud-pubsub": "2.12.0",
201201
"google/cloud-quotas": "1.3.1",
202202
"google/cloud-rapidmigrationassessment": "1.1.1",
203203
"google/cloud-recaptcha-enterprise": "2.1.2",
@@ -213,7 +213,7 @@
213213
"google/cloud-securesourcemanager": "1.4.0",
214214
"google/cloud-security-center": "2.1.1",
215215
"google/cloud-security-private-ca": "2.0.3",
216-
"google/cloud-security-public-ca": "1.0.3",
216+
"google/cloud-security-public-ca": "1.0.4",
217217
"google/cloud-securitycentermanagement": "1.2.0",
218218
"google/cloud-service-control": "2.0.3",
219219
"google/cloud-service-directory": "2.0.5",
@@ -257,7 +257,7 @@
257257
"google/maps-routeoptimization": "0.4.0",
258258
"google/shopping-common-protos": "0.4.0",
259259
"google/shopping-css": "0.6.1",
260-
"google/shopping-merchant-accounts": "0.7.0",
260+
"google/shopping-merchant-accounts": "0.8.0",
261261
"google/shopping-merchant-conversions": "0.2.0",
262262
"google/shopping-merchant-datasources": "0.5.0",
263263
"google/shopping-merchant-inventories": "0.6.0",

0 commit comments

Comments
 (0)