Skip to content
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.25.0</Version>
<Version>3.0.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Builds conversational interfaces (for example, chatbots, and voice-powered apps and devices).</Description>
Expand Down
18 changes: 18 additions & 0 deletions apis/Google.Cloud.Dialogflow.Cx.V3/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Version history

## Version 3.0.0, released 2026-01-21

### New features

- Updated v3 dialogflow client libraries

### Bug fixes

- An existing field `start_flow` is moved in to oneof in message `.google.cloud.dialogflow.cx.v3.Agent`
- An existing field `webhook_ids` is removed from message `.google.cloud.dialogflow.cx.v3.QueryResult`
- An existing field `webhook_display_names` is removed from message `.google.cloud.dialogflow.cx.v3.QueryResult`
- An existing field `webhook_latencies` is removed from message `.google.cloud.dialogflow.cx.v3.QueryResult`
- An existing field `webhook_tags` is removed from message `.google.cloud.dialogflow.cx.v3.QueryResult`

### Documentation improvements

- Updated v3 dialogflow client libraries
Comment on lines +9 to +19
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The release notes can be improved for clarity. The changes listed under "Bug fixes" are actually breaking changes, which justifies the major version bump to 3.0.0. It would be more accurate to rename this section to "Breaking Changes".

Additionally, the "Documentation improvements" section is redundant as it contains the same generic message as the "New features" section. To avoid confusion and keep the release notes concise, this redundant section should be removed.

Suggested change
### Bug fixes
- An existing field `start_flow` is moved in to oneof in message `.google.cloud.dialogflow.cx.v3.Agent`
- An existing field `webhook_ids` is removed from message `.google.cloud.dialogflow.cx.v3.QueryResult`
- An existing field `webhook_display_names` is removed from message `.google.cloud.dialogflow.cx.v3.QueryResult`
- An existing field `webhook_latencies` is removed from message `.google.cloud.dialogflow.cx.v3.QueryResult`
- An existing field `webhook_tags` is removed from message `.google.cloud.dialogflow.cx.v3.QueryResult`
### Documentation improvements
- Updated v3 dialogflow client libraries
### Breaking Changes
- An existing field `start_flow` is moved in to oneof in message `.google.cloud.dialogflow.cx.v3.Agent`
- An existing field `webhook_ids` is removed from message `.google.cloud.dialogflow.cx.v3.QueryResult`
- An existing field `webhook_display_names` is removed from message `.google.cloud.dialogflow.cx.v3.QueryResult`
- An existing field `webhook_latencies` is removed from message `.google.cloud.dialogflow.cx.v3.QueryResult`
- An existing field `webhook_tags` is removed from message `.google.cloud.dialogflow.cx.v3.QueryResult`


## Version 2.25.0, released 2025-11-05

### New features
Expand Down
2 changes: 1 addition & 1 deletion generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -2371,7 +2371,7 @@
},
{
"id": "Google.Cloud.Dialogflow.Cx.V3",
"version": "2.25.0",
"version": "3.0.0",
"type": "grpc",
"productName": "Dialogflow",
"productUrl": "https://cloud.google.com/dialogflow/cx/docs",
Expand Down
7 changes: 3 additions & 4 deletions generator-input/pipeline-state.json
Original file line number Diff line number Diff line change
Expand Up @@ -1383,13 +1383,12 @@
},
{
"id": "Google.Cloud.Dialogflow.Cx.V3",
"currentVersion": "2.25.0",
"nextVersion": "3.0.0",
"currentVersion": "3.0.0",
"generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
"releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
"releaseTimestamp": "2025-11-05T16:43:34.709246096Z",
"releaseTimestamp": "2026-01-21T17:07:28.382826540Z",
"lastGeneratedCommit": "b8d149138be9552543ed2ad7700d2d0bc1a0045d",
"lastReleasedCommit": "888ae95dd6125f754650d55410b8c117b618a268",
"lastReleasedCommit": "b8d149138be9552543ed2ad7700d2d0bc1a0045d",
"apiPaths": [
"google/cloud/dialogflow/cx/v3"
],
Expand Down
Loading