Skip to content

Commit 1f1da26

Browse files
chore(main): release 0.311.0
1 parent 7618182 commit 1f1da26

File tree

6 files changed

+50
-8
lines changed

6 files changed

+50
-8
lines changed

CHANGELOG.md

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

3+
## 0.311.0
4+
5+
<details><summary>google/shopping-merchant-inventories 1.2.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* [ShoppingMerchantInventories] Added the `product_id_base64_url_encoded` field to `ListLocalInventoriesRequest`, `InsertLocalInventoryRequest`, `DeleteLocalInventoryRequest`, `ListRegionalInventoriesRequest`, `InsertRegionalInventoryRequest`, and `DeleteRegionalInventoryReques... ([#8726](https://github.com/googleapis/google-cloud-php/issues/8726)) ([7618182](https://github.com/googleapis/google-cloud-php/commit/7618182f658a04495b657911384b46505a60a05a))
12+
13+
</details>
14+
15+
<details><summary>google/shopping-merchant-issueresolution 1.2.0</summary>
16+
17+
18+
19+
### Features
20+
21+
* [ShoppingMerchantIssueResolution] Added the `product_id_base64_url_encoded` field to `RenderProductIssuesRequest`. This allows for product IDs containing special characters to be correctly handled when unpadded base64url-encoded ([#8727](https://github.com/googleapis/google-cloud-php/issues/8727)) ([b6b426a](https://github.com/googleapis/google-cloud-php/commit/b6b426a8865dcafbf00685d237d4edb3357e611f))
22+
23+
</details>
24+
25+
<details><summary>google/shopping-merchant-products 1.3.0</summary>
26+
27+
28+
29+
### Features
30+
31+
* [ShoppingMerchantProducts] Added the `product_id_base64_url_encoded` field to `InsertProductInputRequest`, `DeleteProductInputRequest`, and `GetProductRequest`. This allows for product IDs containing special characters to be correctly handled when unpadded base64url-encoded ([#8729](https://github.com/googleapis/google-cloud-php/issues/8729)) ([931e728](https://github.com/googleapis/google-cloud-php/commit/931e72895c30baa0a05622c7b87d2afa5eec481d))
32+
33+
</details>
34+
35+
<details><summary>google/shopping-merchant-quota 1.2.0</summary>
36+
37+
38+
39+
### Features
40+
41+
* [ShoppingMerchantQuota] Add the AccountLimit resource and its service to the quota bundle ([#8728](https://github.com/googleapis/google-cloud-php/issues/8728)) ([f0ac4e4](https://github.com/googleapis/google-cloud-php/commit/f0ac4e40cee540a7eb44f926de73784e33b33ec2))
42+
43+
</details>
44+
345
## 0.310.1
446

547
<details><summary>google/cloud-spanner 2.0.0</summary>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.2.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.2.0

ShoppingMerchantProducts/VERSION

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

ShoppingMerchantQuota/VERSION

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

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,14 +284,14 @@
284284
"google/shopping-merchant-accounts": "1.2.1",
285285
"google/shopping-merchant-conversions": "1.1.1",
286286
"google/shopping-merchant-datasources": "1.2.0",
287-
"google/shopping-merchant-inventories": "1.1.1",
288-
"google/shopping-merchant-issueresolution": "1.1.1",
287+
"google/shopping-merchant-inventories": "1.2.0",
288+
"google/shopping-merchant-issueresolution": "1.2.0",
289289
"google/shopping-merchant-lfp": "1.1.1",
290290
"google/shopping-merchant-notifications": "1.1.1",
291291
"google/shopping-merchant-ordertracking": "1.1.1",
292-
"google/shopping-merchant-products": "1.2.0",
292+
"google/shopping-merchant-products": "1.3.0",
293293
"google/shopping-merchant-promotions": "1.1.1",
294-
"google/shopping-merchant-quota": "1.1.1",
294+
"google/shopping-merchant-quota": "1.2.0",
295295
"google/shopping-merchant-reports": "1.1.1",
296296
"google/shopping-merchant-reviews": "0.5.1",
297297
"googleads/ad-manager": "0.4.1",

0 commit comments

Comments
 (0)