Skip to content

Commit 3e6791b

Browse files
chore(main): release 0.311.0
1 parent f0ac4e4 commit 3e6791b

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

CHANGELOG.md

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

3+
## 0.311.0
4+
5+
<details><summary>google/shopping-merchant-products 1.3.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* [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))
12+
13+
</details>
14+
15+
<details><summary>google/shopping-merchant-quota 1.2.0</summary>
16+
17+
18+
19+
### Features
20+
21+
* [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))
22+
23+
</details>
24+
325
## 0.310.1
426

527
<details><summary>google/cloud-spanner 2.0.0</summary>

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,9 @@
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)