Skip to content

Commit e0b28d3

Browse files
chore: release main
1 parent a203f4c commit e0b28d3

File tree

3 files changed

+234
-2
lines changed

3 files changed

+234
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.9.0"
2+
".": "1.10.0"
33
}

CHANGELOG.md

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

3+
## [1.10.0](https://github.com/googleapis/google-cloud-java/compare/v1.9.0...v1.10.0) (2023-04-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* [retail] fix the HTTP format for merchant center link service ([#9360](https://github.com/googleapis/google-cloud-java/issues/9360))
9+
10+
### Features
11+
12+
* [aiplatform] add is_default to Tensorboard in aiplatform v1 tensorboard.proto and v1beta1 tensorboard.proto ([#9355](https://github.com/googleapis/google-cloud-java/issues/9355)) ([3074871](https://github.com/googleapis/google-cloud-java/commit/3074871c8b1a4ef1d081940041a566bb187c928a))
13+
* [analyticsadmin] add `FetchConnectedGa4Property` method to the Admin API v1alpha ([#9378](https://github.com/googleapis/google-cloud-java/issues/9378)) ([f3c56a9](https://github.com/googleapis/google-cloud-java/commit/f3c56a90254731d8edb3785ae2af27be4f4eb56a))
14+
* [cloudbuild] Add PeeredNetworkIpRange to NetworkConfigs message ([#9358](https://github.com/googleapis/google-cloud-java/issues/9358)) ([3aeb0df](https://github.com/googleapis/google-cloud-java/commit/3aeb0df96fdb98c17dab2cc807a960583ef92c37))
15+
* [cloudresourcemanager] add TagHolds, GetNamespacedTagKey, and GetNamespacedTagValue APIs. Adds support for project parented tags ([#9369](https://github.com/googleapis/google-cloud-java/issues/9369)) ([b47972a](https://github.com/googleapis/google-cloud-java/commit/b47972a741efd27b55ef99835eb77a624670b35d))
16+
* [discoveryengine] add search, autocomplete and schema services ([#9374](https://github.com/googleapis/google-cloud-java/issues/9374)) ([73e9031](https://github.com/googleapis/google-cloud-java/commit/73e9031d446216da337edd19873d6cdaf793b7d3))
17+
* [securitycenter] add cloud_dlp_inspection and cloud_dlp_data_profile fields to finding's list of attributes ([#9371](https://github.com/googleapis/google-cloud-java/issues/9371)) ([9e1a89d](https://github.com/googleapis/google-cloud-java/commit/9e1a89d916134d9d3ed41b17138f7b3918d110e8))
18+
* [tpu] make reservation_name parameter generally visible in QueuedResource message ([#9353](https://github.com/googleapis/google-cloud-java/issues/9353)) ([fd4b098](https://github.com/googleapis/google-cloud-java/commit/fd4b0987edbfe089d692caddd648928e254b4207))
19+
* add unstructured document support (PDF/HTML) ([73e9031](https://github.com/googleapis/google-cloud-java/commit/73e9031d446216da337edd19873d6cdaf793b7d3))
20+
21+
22+
### Bug Fixes
23+
24+
* [retail] fix the HTTP format for merchant center link service ([#9360](https://github.com/googleapis/google-cloud-java/issues/9360)) ([4725324](https://github.com/googleapis/google-cloud-java/commit/472532484ae5127ec40da1f95495db159374ddff))
25+
* **deps:** update dependency com.google.cloud:google-cloud-storage to v2.22.0 ([#9309](https://github.com/googleapis/google-cloud-java/issues/9309)) ([e928167](https://github.com/googleapis/google-cloud-java/commit/e9281675d0021d051028bba52c2a7cf93bedd1a8))
26+
27+
28+
### Documentation
29+
30+
* [container] Operation.Type is now documented in detail ([#9351](https://github.com/googleapis/google-cloud-java/issues/9351)) ([6bec519](https://github.com/googleapis/google-cloud-java/commit/6bec5191f4b4af615f1c94f4d047c3e46b62068c))
31+
* [maps-addressvalidation] Update description of the postal address ([#9354](https://github.com/googleapis/google-cloud-java/issues/9354)) ([d6c0174](https://github.com/googleapis/google-cloud-java/commit/d6c0174c4888d057fed99df5b75c5c35bdd812f2))
32+
* [networkmanagement] Update comments in Connectivity Test protos ([#9362](https://github.com/googleapis/google-cloud-java/issues/9362)) ([5c47061](https://github.com/googleapis/google-cloud-java/commit/5c470613686222a6fd11aeaca4b433396a32c122))
33+
* keep the API doc up-to-date with recent changes ([73e9031](https://github.com/googleapis/google-cloud-java/commit/73e9031d446216da337edd19873d6cdaf793b7d3))
34+
335
## [1.9.0](https://github.com/googleapis/google-cloud-java/compare/v1.8.0...v1.9.0) (2023-04-13)
436

537

changelog.json

Lines changed: 201 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,206 @@
11
{
22
"repository": "googleapis/google-cloud-java",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "docs",
8+
"sha": "6bec5191f4b4af615f1c94f4d047c3e46b62068c",
9+
"message": "[container] Operation.Type is now documented in detail",
10+
"issues": [
11+
"9351"
12+
]
13+
}
14+
],
15+
"version": "1.10.0",
16+
"language": "JAVA",
17+
"artifactName": "com.google.cloud:google-cloud-container",
18+
"id": "b9f984f0-2e98-4c37-aad1-e972c947b478",
19+
"createTime": "2023-04-26T00:32:04.325Z"
20+
},
21+
{
22+
"changes": [
23+
{
24+
"type": "feat",
25+
"sha": "3aeb0df96fdb98c17dab2cc807a960583ef92c37",
26+
"message": "[cloudbuild] Add PeeredNetworkIpRange to NetworkConfigs message",
27+
"issues": [
28+
"9358"
29+
]
30+
}
31+
],
32+
"version": "1.10.0",
33+
"language": "JAVA",
34+
"artifactName": "com.google.cloud:google-cloud-build",
35+
"id": "e1eebc37-d4e1-4f8d-ad6e-6eec19db4750",
36+
"createTime": "2023-04-26T00:32:04.321Z"
37+
},
38+
{
39+
"changes": [
40+
{
41+
"type": "feat",
42+
"sha": "73e9031d446216da337edd19873d6cdaf793b7d3",
43+
"message": "add unstructured document support (PDF/HTML)",
44+
"issues": []
45+
},
46+
{
47+
"type": "docs",
48+
"sha": "73e9031d446216da337edd19873d6cdaf793b7d3",
49+
"message": "keep the API doc up-to-date with recent changes",
50+
"issues": []
51+
},
52+
{
53+
"type": "feat",
54+
"sha": "73e9031d446216da337edd19873d6cdaf793b7d3",
55+
"message": "[discoveryengine] add search, autocomplete and schema services",
56+
"issues": [
57+
"9374"
58+
]
59+
}
60+
],
61+
"version": "1.10.0",
62+
"language": "JAVA",
63+
"artifactName": "com.google.cloud:google-cloud-discoveryengine",
64+
"id": "ef6c7600-ec98-4d71-ba85-d615aa9374c5",
65+
"createTime": "2023-04-26T00:32:04.319Z"
66+
},
67+
{
68+
"changes": [
69+
{
70+
"type": "docs",
71+
"sha": "5c470613686222a6fd11aeaca4b433396a32c122",
72+
"message": "[networkmanagement] Update comments in Connectivity Test protos",
73+
"issues": [
74+
"9362"
75+
]
76+
}
77+
],
78+
"version": "1.10.0",
79+
"language": "JAVA",
80+
"artifactName": "com.google.cloud:google-cloud-network-management",
81+
"id": "78ac020c-b182-446a-b76e-043ff151c589",
82+
"createTime": "2023-04-26T00:32:04.318Z"
83+
},
84+
{
85+
"changes": [
86+
{
87+
"type": "fix",
88+
"sha": "472532484ae5127ec40da1f95495db159374ddff",
89+
"message": "[retail] fix the HTTP format for merchant center link service",
90+
"issues": [
91+
"9360"
92+
],
93+
"breakingChangeNote": "[retail] fix the HTTP format for merchant center link service ([#9360](https://github.com/googleapis/google-cloud-java/issues/9360))"
94+
}
95+
],
96+
"version": "1.10.0",
97+
"language": "JAVA",
98+
"artifactName": "com.google.cloud:google-cloud-retail",
99+
"id": "89aef069-8c75-40de-a930-9992b0859e57",
100+
"createTime": "2023-04-26T00:32:04.316Z"
101+
},
102+
{
103+
"changes": [
104+
{
105+
"type": "feat",
106+
"sha": "b47972a741efd27b55ef99835eb77a624670b35d",
107+
"message": "[cloudresourcemanager] add TagHolds, GetNamespacedTagKey, and GetNamespacedTagValue APIs. Adds support for project parented tags",
108+
"issues": [
109+
"9369"
110+
]
111+
}
112+
],
113+
"version": "1.10.0",
114+
"language": "JAVA",
115+
"artifactName": "com.google.cloud:google-cloud-resourcemanager",
116+
"id": "468a3faa-b34c-480c-a47d-bbae5b4717bf",
117+
"createTime": "2023-04-26T00:32:04.314Z"
118+
},
119+
{
120+
"changes": [
121+
{
122+
"type": "feat",
123+
"sha": "9e1a89d916134d9d3ed41b17138f7b3918d110e8",
124+
"message": "[securitycenter] add cloud_dlp_inspection and cloud_dlp_data_profile fields to finding's list of attributes",
125+
"issues": [
126+
"9371"
127+
]
128+
}
129+
],
130+
"version": "1.10.0",
131+
"language": "JAVA",
132+
"artifactName": "com.google.cloud:google-cloud-securitycenter",
133+
"id": "0e23f5e6-15cc-4f3e-98d3-0b8944a5ae5a",
134+
"createTime": "2023-04-26T00:32:04.312Z"
135+
},
136+
{
137+
"changes": [
138+
{
139+
"type": "feat",
140+
"sha": "f3c56a90254731d8edb3785ae2af27be4f4eb56a",
141+
"message": "[analyticsadmin] add `FetchConnectedGa4Property` method to the Admin API v1alpha",
142+
"issues": [
143+
"9378"
144+
]
145+
}
146+
],
147+
"version": "1.10.0",
148+
"language": "JAVA",
149+
"artifactName": "com.google.analytics:google-analytics-admin",
150+
"id": "f6d6a664-3bf2-4a5a-9ccb-b3223c95c8d1",
151+
"createTime": "2023-04-26T00:32:04.310Z"
152+
},
153+
{
154+
"changes": [
155+
{
156+
"type": "feat",
157+
"sha": "fd4b0987edbfe089d692caddd648928e254b4207",
158+
"message": "[tpu] make reservation_name parameter generally visible in QueuedResource message",
159+
"issues": [
160+
"9353"
161+
]
162+
}
163+
],
164+
"version": "1.10.0",
165+
"language": "JAVA",
166+
"artifactName": "com.google.cloud:google-cloud-tpu",
167+
"id": "49d762fe-2d32-4916-bec4-003df8d8a9af",
168+
"createTime": "2023-04-26T00:32:04.308Z"
169+
},
170+
{
171+
"changes": [
172+
{
173+
"type": "docs",
174+
"sha": "d6c0174c4888d057fed99df5b75c5c35bdd812f2",
175+
"message": "[maps-addressvalidation] Update description of the postal address",
176+
"issues": [
177+
"9354"
178+
]
179+
}
180+
],
181+
"version": "1.10.0",
182+
"language": "JAVA",
183+
"artifactName": "com.google.maps:google-maps-addressvalidation",
184+
"id": "556aa495-6be1-43be-a6ed-ea776dcf6e8f",
185+
"createTime": "2023-04-26T00:32:04.303Z"
186+
},
187+
{
188+
"changes": [
189+
{
190+
"type": "feat",
191+
"sha": "3074871c8b1a4ef1d081940041a566bb187c928a",
192+
"message": "[aiplatform] add is_default to Tensorboard in aiplatform v1 tensorboard.proto and v1beta1 tensorboard.proto",
193+
"issues": [
194+
"9355"
195+
]
196+
}
197+
],
198+
"version": "1.10.0",
199+
"language": "JAVA",
200+
"artifactName": "com.google.cloud:google-cloud-aiplatform",
201+
"id": "a0a2a411-37d4-47a1-ae96-3bf86a5de27f",
202+
"createTime": "2023-04-26T00:32:04.300Z"
203+
},
4204
{
5205
"changes": [
6206
{
@@ -6162,5 +6362,5 @@
61626362
"createTime": "2023-02-03T16:27:23.198Z"
61636363
}
61646364
],
6165-
"updateTime": "2023-04-13T17:37:33.273Z"
6365+
"updateTime": "2023-04-26T00:32:04.325Z"
61666366
}

0 commit comments

Comments
 (0)