馃毃 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
- Fixes #276 by @hjosiah in #277
- Conversational Agent default Playbook name will be ' Default Generative Playbook' . by @RupeshKashyap in #275
- Update tester.yml by @carinali100 in #281
- Add support for datastore evaluator using the google-genai library and add support for analyzeContent response by @carinali100 in #280
- fix(cicd): address flow impacted ambiguity by @kmaphoenix in #300
- Fixed a typo summary_spect to summary_spec in Core Search Class by @jkshj21 in #286
- [ADD] Multi-Language Evaluation Support for Evaluation methods by @no-aya in #291
- Pass self.creds instead of creds_path to DialogflowConversation inside NluEvals.init by @bloukanov in #293
- Fix: Update ToolUse import path by @juanlurg in #295
- Create end_to_end_agent_evaluation.ipynb by @aniketagrawal2012 in #298
- chore:Migrate gsutil usage to gcloud storage by @bhandarivijay-png in #299
- chore: bump version to 2.0.0 and fix test imports by @kmaphoenix in #301
New Contributors
- @RupeshKashyap made their first contribution in #275
- @carinali100 made their first contribution in #281
- @no-aya made their first contribution in #291
- @bloukanov made their first contribution in #293
- @juanlurg made their first contribution in #295
- @aniketagrawal2012 made their first contribution in #298
- @bhandarivijay-png made their first contribution in #299
Full Changelog: 1.13.1...2.0.0