Skip to content

Commit d50acd5

Browse files
chore(main): release 0.311.0
1 parent ab63d7f commit d50acd5

File tree

13 files changed

+123
-21
lines changed

13 files changed

+123
-21
lines changed

AdsAdManager/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

AdsMarketingPlatformAdmin/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1
1+
0.4.0

ArtifactRegistry/VERSION

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

Bigtable/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.19.2
1+
2.20.0

CHANGELOG.md

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

3+
## 0.311.0
4+
5+
<details><summary>googleads/ad-manager 0.5.0</summary>
6+
7+
8+
9+
### Features
10+
11+
* Added Application resource ([23558aa](https://github.com/googleapis/google-cloud-php/commit/23558aa9edea94f61bfa6c01b3bc804f24aafb11))
12+
13+
</details>
14+
15+
<details><summary>googleads/marketingplatform-admin 0.4.0</summary>
16+
17+
18+
19+
### Features
20+
21+
* [AdsMarketingPlatformAdmin] add the `ListOrganizations`, `FindSalesPartnerManagedClients`, and `ReportPropertyUsage` methods ([#8708](https://github.com/googleapis/google-cloud-php/issues/8708)) ([92316e2](https://github.com/googleapis/google-cloud-php/commit/92316e2833607a07af7a4fc89b424c58352b531d))
22+
23+
</details>
24+
25+
<details><summary>google/cloud-artifact-registry 1.4.0</summary>
26+
27+
28+
29+
### Features
30+
31+
* [ArtifactRegistry] add image_manifest field in DockerImage ([#8731](https://github.com/googleapis/google-cloud-php/issues/8731)) ([4a9423c](https://github.com/googleapis/google-cloud-php/commit/4a9423c47570b69c673cc22d8e2b98086533b705))
32+
33+
</details>
34+
35+
<details><summary>google/cloud-bigtable 2.20.0</summary>
36+
37+
38+
39+
### Features
40+
41+
* [Bigtable] add PeerInfo proto in Bigtable API ([#8720](https://github.com/googleapis/google-cloud-php/issues/8720)) ([70db3a1](https://github.com/googleapis/google-cloud-php/commit/70db3a185db71cc1b9e33094326166764299ff69))
42+
43+
</details>
44+
45+
<details><summary>google/shopping-merchant-accounts 1.2.2</summary>
46+
47+
48+
49+
### Documentation
50+
51+
* [ShoppingMerchantAccounts] A comment for enum `AccessRight` is changed ([#8736](https://github.com/googleapis/google-cloud-php/issues/8736)) ([ab63d7f](https://github.com/googleapis/google-cloud-php/commit/ab63d7fc897ba2a432cf378cd556e674c3125972))
52+
53+
</details>
54+
55+
<details><summary>google/shopping-merchant-inventories 1.2.0</summary>
56+
57+
58+
59+
### Features
60+
61+
* [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))
62+
63+
</details>
64+
65+
<details><summary>google/shopping-merchant-issueresolution 1.2.0</summary>
66+
67+
68+
69+
### Features
70+
71+
* [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))
72+
73+
</details>
74+
75+
<details><summary>google/shopping-merchant-products 1.3.0</summary>
76+
77+
78+
79+
### Features
80+
81+
* [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))
82+
83+
</details>
84+
85+
<details><summary>google/shopping-merchant-quota 1.2.0</summary>
86+
87+
88+
89+
### Features
90+
91+
* [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))
92+
93+
</details>
94+
95+
<details><summary>google/cloud-storage 1.48.7</summary>
96+
97+
98+
99+
### Documentation
100+
101+
* Update move logic now to support non-HNS buckets ([#8705](https://github.com/googleapis/google-cloud-php/issues/8705)) ([63699a9](https://github.com/googleapis/google-cloud-php/commit/63699a945a5de3ea1aa61ad0a1bf43132457a9da))
102+
103+
</details>
104+
3105
## 0.310.1
4106

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

ShoppingMerchantAccounts/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.1
1+
1.2.2
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

0 commit comments

Comments
 (0)