Skip to content

Commit 880604f

Browse files
chore(main): release 1.22.0 (#9939)
* chore(main): release 1.22.0 * chore(main): release 1.22.0 * chore(main): release 1.22.0 * chore(main): release 1.22.0 * chore(main): release 1.22.0 * chore(main): release 1.22.0 * chore(main): release 1.22.0 * chore(main): release 1.22.0 * chore(main): release 1.22.0 * chore(main): release 1.22.0 * chore(main): release 1.22.0 * chore(main): release 1.22.0 * chore: update CHANGELOG.md in modules --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: yoshi-code-bot <[email protected]>
1 parent 079dc4f commit 880604f

File tree

1,317 files changed

+6099
-4656
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,317 files changed

+6099
-4656
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.21.0"
2+
".": "1.22.0"
33
}

CHANGELOG.md

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

3+
## [1.22.0](https://github.com/googleapis/google-cloud-java/compare/v1.21.0...v1.22.0) (2023-10-11)
4+
5+
6+
### Features
7+
8+
* [aiplatform] add DatasetVersion and dataset version RPCs to DatasetService ([#9922](https://github.com/googleapis/google-cloud-java/issues/9922)) ([1f45cd0](https://github.com/googleapis/google-cloud-java/commit/1f45cd036e0650aff38595a4a4f6afcb0d23b958))
9+
* [batch] add InstancePolicy.reservation field for restricting jobs to a specific reservation ([#9933](https://github.com/googleapis/google-cloud-java/issues/9933)) ([42f3ee5](https://github.com/googleapis/google-cloud-java/commit/42f3ee5cc0fc747bc79e183077bd8e6807e3f9b6))
10+
* [dataplex] DataQualityDimension is now part of the DataQualityDimensionResult message ([#9949](https://github.com/googleapis/google-cloud-java/issues/9949)) ([6557fc8](https://github.com/googleapis/google-cloud-java/commit/6557fc87ab26da76e59aa9297ef98824eba9fa2c))
11+
* [dialogflow] Add the enable_partial_automated_agent_reply flag ([#9924](https://github.com/googleapis/google-cloud-java/issues/9924)) ([cfcf828](https://github.com/googleapis/google-cloud-java/commit/cfcf828228ac5b8355a7e24b70994298e2666958))
12+
* [networkconnectivity] add Network Connectivity Center APIs related to VPC spokes ([#9927](https://github.com/googleapis/google-cloud-java/issues/9927)) ([2164568](https://github.com/googleapis/google-cloud-java/commit/2164568460df563f4a51d6696c39e1a8e58d68e2))
13+
* [recaptchaenterprise] FirewallPolicy CRUD API ([#9937](https://github.com/googleapis/google-cloud-java/issues/9937)) ([3e9bd05](https://github.com/googleapis/google-cloud-java/commit/3e9bd057c7e7a613c8b5c25d69ee42a9d969d034))
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** update dependency com.google.cloud:google-cloud-shared-config to v1.5.8 ([#9941](https://github.com/googleapis/google-cloud-java/issues/9941)) ([f818d26](https://github.com/googleapis/google-cloud-java/commit/f818d26968e1f19d302da1f1ea0145b2cc496ce0))
19+
* **deps:** update dependency com.google.cloud:google-cloud-shared-dependencies to v3.17.0 ([#9942](https://github.com/googleapis/google-cloud-java/issues/9942)) ([2cc7888](https://github.com/googleapis/google-cloud-java/commit/2cc78885d76ae5e7dfc4cc9f3034c25fa22c6cc1))
20+
* remove IoT integration tests ([#9944](https://github.com/googleapis/google-cloud-java/issues/9944)) ([237c070](https://github.com/googleapis/google-cloud-java/commit/237c070a9d0a3ecf6a25387648a4d5dd81d705c2))
21+
* telcoautomation documentation links ([#9938](https://github.com/googleapis/google-cloud-java/issues/9938)) ([54262fd](https://github.com/googleapis/google-cloud-java/commit/54262fd530705e063bc2a0b85f9e6c6d8e5d74e7))
22+
323
## [1.21.0](https://github.com/googleapis/google-cloud-java/compare/v1.20.0...v1.21.0) (2023-09-28)
424

525

changelog.json

Lines changed: 120 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,125 @@
11
{
22
"repository": "googleapis/google-cloud-java",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "237c070a9d0a3ecf6a25387648a4d5dd81d705c2",
9+
"message": "remove IoT integration tests",
10+
"issues": [
11+
"9944"
12+
]
13+
}
14+
],
15+
"version": "1.22.0",
16+
"language": "JAVA",
17+
"artifactName": "com.google.cloud:google-cloud-iot",
18+
"id": "ca94f469-bd09-4560-a05f-7febdb24c873",
19+
"createTime": "2023-10-11T13:41:33.030Z"
20+
},
21+
{
22+
"changes": [
23+
{
24+
"type": "feat",
25+
"sha": "1f45cd036e0650aff38595a4a4f6afcb0d23b958",
26+
"message": "[aiplatform] add DatasetVersion and dataset version RPCs to DatasetService",
27+
"issues": [
28+
"9922"
29+
]
30+
}
31+
],
32+
"version": "1.22.0",
33+
"language": "JAVA",
34+
"artifactName": "com.google.cloud:google-cloud-aiplatform",
35+
"id": "e637a2a4-1a0d-4f47-80cb-e83a50da0927",
36+
"createTime": "2023-10-11T13:41:33.024Z"
37+
},
38+
{
39+
"changes": [
40+
{
41+
"type": "feat",
42+
"sha": "cfcf828228ac5b8355a7e24b70994298e2666958",
43+
"message": "[dialogflow] Add the enable_partial_automated_agent_reply flag",
44+
"issues": [
45+
"9924"
46+
]
47+
}
48+
],
49+
"version": "1.22.0",
50+
"language": "JAVA",
51+
"artifactName": "com.google.cloud:google-cloud-dialogflow",
52+
"id": "7726b2eb-9396-49c0-ad11-014829e7dc5d",
53+
"createTime": "2023-10-11T13:41:33.019Z"
54+
},
55+
{
56+
"changes": [
57+
{
58+
"type": "feat",
59+
"sha": "42f3ee5cc0fc747bc79e183077bd8e6807e3f9b6",
60+
"message": "[batch] add InstancePolicy.reservation field for restricting jobs to a specific reservation",
61+
"issues": [
62+
"9933"
63+
]
64+
}
65+
],
66+
"version": "1.22.0",
67+
"language": "JAVA",
68+
"artifactName": "com.google.cloud:google-cloud-batch",
69+
"id": "1dc72b24-e4f4-492b-81fd-c01fcf662de4",
70+
"createTime": "2023-10-11T13:41:33.014Z"
71+
},
72+
{
73+
"changes": [
74+
{
75+
"type": "feat",
76+
"sha": "3e9bd057c7e7a613c8b5c25d69ee42a9d969d034",
77+
"message": "[recaptchaenterprise] FirewallPolicy CRUD API",
78+
"issues": [
79+
"9937"
80+
]
81+
}
82+
],
83+
"version": "1.22.0",
84+
"language": "JAVA",
85+
"artifactName": "com.google.cloud:google-cloud-recaptchaenterprise",
86+
"id": "0e0673c4-4715-4228-b3b9-66a063977e8a",
87+
"createTime": "2023-10-11T13:41:33.008Z"
88+
},
89+
{
90+
"changes": [
91+
{
92+
"type": "feat",
93+
"sha": "2164568460df563f4a51d6696c39e1a8e58d68e2",
94+
"message": "[networkconnectivity] add Network Connectivity Center APIs related to VPC spokes",
95+
"issues": [
96+
"9927"
97+
]
98+
}
99+
],
100+
"version": "1.22.0",
101+
"language": "JAVA",
102+
"artifactName": "com.google.cloud:google-cloud-networkconnectivity",
103+
"id": "4ea84936-1518-4716-a2e0-7ea2838e5a70",
104+
"createTime": "2023-10-11T13:41:33.002Z"
105+
},
106+
{
107+
"changes": [
108+
{
109+
"type": "feat",
110+
"sha": "6557fc87ab26da76e59aa9297ef98824eba9fa2c",
111+
"message": "[dataplex] DataQualityDimension is now part of the DataQualityDimensionResult message",
112+
"issues": [
113+
"9949"
114+
]
115+
}
116+
],
117+
"version": "1.22.0",
118+
"language": "JAVA",
119+
"artifactName": "com.google.cloud:google-cloud-dataplex",
120+
"id": "9e03a25e-4d79-4705-9a5d-d4c29a21aae9",
121+
"createTime": "2023-10-11T13:41:32.995Z"
122+
},
4123
{
5124
"changes": [
6125
{
@@ -12024,5 +12143,5 @@
1202412143
"createTime": "2023-02-03T16:27:23.198Z"
1202512144
}
1202612145
],
12027-
"updateTime": "2023-09-28T20:07:05.321Z"
12146+
"updateTime": "2023-10-11T13:41:33.030Z"
1202812147
}

0 commit comments

Comments
 (0)