Skip to content

v2.0.0

Latest

Choose a tag to compare

@kmaphoenix kmaphoenix released this 25 Mar 08:23

馃毃 Major Version Bump: 2.0.0 (Breaking Changes)

This release marks a major version bump to 2.0.0 due to breaking changes in the upstream google-cloud-dialogflow-cx SDK dependencies.

鈿狅笍 Specific Breaking Changes

The following types have been moved from the example module to the trace module in the base Google SDK:

  • ToolUse
  • FlowInvocation
  • PlaybookInvocation

If you are importing or using these types directly in your scripts (e.g. types.example.ToolUse), you will need to update them to types.trace.ToolUse to avoid AttributeError failures.

What's Changed

New Contributors

Full Changelog: 1.13.1...2.0.0