Skip to content

chore: bump version to 2.2.0 - #97

Merged
ryanrouleau merged 1 commit into
mainfrom
release/bump-v2.2.0
Aug 4, 2026
Merged

chore: bump version to 2.2.0#97
ryanrouleau merged 1 commit into
mainfrom
release/bump-v2.2.0

Conversation

@ryanrouleau

Copy link
Copy Markdown
Collaborator

Summary

Bump version 2.1.12.2.0.

Changes since v2.1.1:

Features

  • Outbound Calls API passthrough, call events & AMD (feat(voice): outbound Calls API passthrough, call events & AMD #78) — adds CallOptions, CallStatusEvent, AmdEvent, RecordingEvent, the on_call_status / on_amd / on_recording handlers, VoiceChannelConfig.default_call_options, TACConfig.voice_call_event_path, and ConversationSession.call_sid.

Fixes

Other

Note

#93 changes the documented return values of get_channel_name() and ConversationSession.channel from lowercase to uppercase and removes the published get_channel_type_upper(). Consumers comparing against "sms" / "voice", or subclasses relying on the removed method, will need updating despite the minor bump.

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Refactoring
  • Release / version bump

Checklist

  • Tests added/updated
  • Documentation updated
  • Tested E2E

SDK Parity

This is the Python SDK. If this change affects shared functionality, ensure the TypeScript SDK is updated as well.

Tip: Use the /sync-to-ts-sdk skill in Claude Code to automatically generate and create a TypeScript SDK PR from your changes.

  • Change is Python-specific (no TypeScript update needed)
  • TypeScript SDK PR created:

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@ryanrouleau
ryanrouleau requested a review from ryanrishi as a code owner August 4, 2026 16:51
Copilot AI lite review requested due to automatic review settings August 4, 2026 16:51

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Bumps the Twilio Agent Connect Python SDK release version from 2.1.1 to 2.2.0, aligning the project metadata and lockfile with the new release.

Changes:

  • Updated pyproject.toml project version to 2.2.0.
  • Updated uv.lock editable package version to 2.2.0.
  • Lockfile normalization: exceptiongroup’s typing-extensions dependency is now correctly guarded for Python < 3.13.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
pyproject.toml Updates the package’s published version metadata to 2.2.0.
uv.lock Updates the lockfile’s editable package version and records a dependency marker adjustment.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ryanrouleau
ryanrouleau merged commit e33f086 into main Aug 4, 2026
17 checks passed
@ryanrouleau
ryanrouleau deleted the release/bump-v2.2.0 branch August 4, 2026 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants