chore: bump version to 2.0.0#73
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ryanrishi
approved these changes
Jun 30, 2026
There was a problem hiding this comment.
Pull request overview
Note
Copilot couldn't run its full agentic review because no GitHub Actions runner was available. Make sure your repository has a runner available to run Copilot's review, or add a copilot-setup-steps.yml file specifying one with the runs-on attribute. See the docs for more details.
Bumps the Python package version from 1.0.2 to 2.0.0 to reflect the major, backward-incompatible changes introduced since v1.0.2 (per PR description).
Changes:
- Update project version to
2.0.0in packaging metadata.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
xinghaohuang91
approved these changes
Jun 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump version
1.0.2→2.0.0.This is a major release: the single change since
v1.0.2(#48, full ConversationRelay TwiML customization) is backward-incompatible with existing voice/outbound/server callers.Features
TwiMLOptions(now covering the full ConversationRelay attribute surface — language/TTS/STT, turn detection, interruption, events,<Language>children, plus anextraescape hatch),TwiMLRequest,LanguageConfig,InterruptMode,InboundCallTwiMLHandler. New per-call inbound customizer viaVoiceChannel.on_inbound_call_twiml(...)and channel-wideVoiceChannelConfig.default_twiml_options. Voice URL config (voice_public_domain,voice_websocket_path,voice_action_path, with env vars) now lives onTACConfig.Breaking changes
TwiMLOptions.websocket_urlremoved.InitiateVoiceConversationOptions:websocket_urlis now optional (was required);welcome_greeting/action_url/custom_parametersremoved in favor oftwiml_options.VoiceChannel.handle_incoming_call(options=...)signature changed tohandle_incoming_call(twiml_request=...).TACServerConfig: removedpublic_domain,welcome_greeting,websocket_path,conversation_relay_callback_path(relocated toTACConfig).VoiceChannelConfig/InitiateVoiceConversationOptions/TwiMLOptionsnow useextra: "forbid"— previously-tolerated unknown fields are rejected.Type of Change
Checklist
SDK Parity
This is the Python SDK. If this change affects shared functionality, ensure the TypeScript SDK is updated as well.
🤖 Generated with Claude Code