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 google-cloud-dialogflow-cx-v3 0.21.0 #22928

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"google-cloud-dialogflow+FILLER": "0.0.0",
"google-cloud-dialogflow-cx": "1.0.0",
"google-cloud-dialogflow-cx+FILLER": "0.0.0",
"google-cloud-dialogflow-cx-v3": "0.20.0",
"google-cloud-dialogflow-cx-v3": "0.21.0",
"google-cloud-dialogflow-cx-v3+FILLER": "0.0.0",
"google-cloud-dialogflow-v2": "0.28.0",
"google-cloud-dialogflow-v2+FILLER": "0.0.0",
Expand Down
17 changes: 17 additions & 0 deletions google-cloud-dialogflow-cx-v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

### 0.21.0 (2023-09-12)

#### Features

* Support for AGENT_TRANSITION_ROUTE_GROUP resources
* Support for Gen App Builder settings for agents
* Support for get_generative_settings and update_generative_settings calls ([#22878](https://github.com/googleapis/google-cloud-ruby/issues/22878))
* Support for Knowledge Connector settings for flows and pages
* Support for the description field of TransitionRoute
* Support for the endpointing_timeout field of CloudConversationDebuggingInfo
* Support for the knowledge_info_card field of ResponseMessage
* Support for the retention_strategy field of SecuritySettings
* Support for channel pool configuration ([#22919](https://github.com/googleapis/google-cloud-ruby/issues/22919))
#### Bug Fixes

* Fixed the namespace for ImportStrategy

### 0.20.0 (2023-08-15)

#### Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module Cloud
module Dialogflow
module CX
module V3
VERSION = "0.20.0"
VERSION = "0.21.0"
end
end
end
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"client_library": {
"name": "google-cloud-dialogflow-cx-v3",
"version": "0.20.0",
"version": "0.21.0",
"language": "RUBY",
"apis": [
{
Expand Down