Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.20.0 #9914

Merged
merged 12 commits into from
Sep 28, 2023
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.19.0"
".": "1.20.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.20.0](https://github.com/googleapis/google-cloud-java/compare/v1.19.0...v1.20.0) (2023-09-28)


### Features

* [alloydb] Add support to generate client certificate and get connection info for auth proxy in AlloyDB v1 ([#9903](https://github.com/googleapis/google-cloud-java/issues/9903)) ([16f1b33](https://github.com/googleapis/google-cloud-java/commit/16f1b33260b142bc30511e798281c4bf85410e07))
* [dialogflow-cx] add support for AdvancedSettings ([#9905](https://github.com/googleapis/google-cloud-java/issues/9905)) ([f39cd4c](https://github.com/googleapis/google-cloud-java/commit/f39cd4ca6009c18172a2aef6c1814bb451fdfe47))
* [dialogflow] Add the enable_partial_automated_agent_reply flag ([#9906](https://github.com/googleapis/google-cloud-java/issues/9906)) ([e88fe30](https://github.com/googleapis/google-cloud-java/commit/e88fe30b5ed56f1614595cc888e44875992e6d03))


### Bug Fixes

* [run] Removes accidentally exposed field service.traffic_tags_cleanup_threshold in Cloud Run Service ([#9908](https://github.com/googleapis/google-cloud-java/issues/9908)) ([ad81708](https://github.com/googleapis/google-cloud-java/commit/ad8170803074465d8e4af3353eef3bdc31e5dad7))
* **deps:** update dependency com.google.apis:google-api-services-storage to v1-rev20230926-2.0.0 ([#9911](https://github.com/googleapis/google-cloud-java/issues/9911)) ([d7f5cc9](https://github.com/googleapis/google-cloud-java/commit/d7f5cc9e9871474e5a9b0b4d14681fe4b2f9d1bd))
* **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.125.3 ([#9910](https://github.com/googleapis/google-cloud-java/issues/9910)) ([52dc784](https://github.com/googleapis/google-cloud-java/commit/52dc7849f9fbf21517c1f8a468c66a1f080122db))
* **deps:** update dependency com.google.cloud:google-cloud-pubsub-bom to v1.125.3 ([#9912](https://github.com/googleapis/google-cloud-java/issues/9912)) ([f49e2d9](https://github.com/googleapis/google-cloud-java/commit/f49e2d96183f80763e3a46e2a4a218959604ea6d))

## [1.19.0](https://github.com/googleapis/google-cloud-java/compare/v1.18.0...v1.19.0) (2023-09-27)


Expand Down
70 changes: 69 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,74 @@
{
"repository": "googleapis/google-cloud-java",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "ad8170803074465d8e4af3353eef3bdc31e5dad7",
"message": "[run] Removes accidentally exposed field service.traffic_tags_cleanup_threshold in Cloud Run Service",
"issues": [
"9908"
]
}
],
"version": "1.20.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-run",
"id": "2585bea1-4fd1-42c3-ba99-02e7f468734d",
"createTime": "2023-09-28T16:22:43.455Z"
},
{
"changes": [
{
"type": "feat",
"sha": "16f1b33260b142bc30511e798281c4bf85410e07",
"message": "[alloydb] Add support to generate client certificate and get connection info for auth proxy in AlloyDB v1",
"issues": [
"9903"
]
}
],
"version": "1.20.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-alloydb",
"id": "811cf8cd-1e7e-4035-a30f-5174478564cb",
"createTime": "2023-09-28T16:22:43.446Z"
},
{
"changes": [
{
"type": "feat",
"sha": "e88fe30b5ed56f1614595cc888e44875992e6d03",
"message": "[dialogflow] Add the enable_partial_automated_agent_reply flag",
"issues": [
"9906"
]
}
],
"version": "1.20.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-dialogflow",
"id": "0084c0eb-7c84-43d2-835f-835cdf09ffe2",
"createTime": "2023-09-28T16:22:43.438Z"
},
{
"changes": [
{
"type": "feat",
"sha": "f39cd4ca6009c18172a2aef6c1814bb451fdfe47",
"message": "[dialogflow-cx] add support for AdvancedSettings",
"issues": [
"9905"
]
}
],
"version": "1.20.0",
"language": "JAVA",
"artifactName": "com.google.cloud:google-cloud-dialogflow-cx",
"id": "b7f53052-689d-4a19-aed7-de6e2a7cdfd5",
"createTime": "2023-09-28T16:22:43.432Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -11047,5 +11115,5 @@
"createTime": "2023-02-03T16:27:23.198Z"
}
],
"updateTime": "2023-09-27T15:16:51.164Z"
"updateTime": "2023-09-28T16:22:43.455Z"
}
Loading
Loading