releases.shpreview

May 4, 2026

ElevenAgents

  • Conversation tags: Added first-class conversation tags for organizing and filtering conversations. You can now create, update, list and delete tags, assign tags to conversations, and filter conversation history by tag_ids.
  • Conversation list filters: Added exclude_statuses to list conversations, allowing clients to hide conversations with statuses such as initiated, in-progress, processing, done, or failed.
  • Model options: Added claude-opus-4-7, gpt-5.4, gpt-5.5, gpt-5.4-2026-03-05, gpt-5.5-2026-04-23, and qwen36-35b-a3b to the LLM enum.
  • Contextual update metadata: Added contextual_update_info to conversation transcript response items. The field references ContextualUpdateInfo, which includes context_id and is_superseded, so clients can identify contextual updates and whether they have been replaced by later context.
  • Batch calling filter: Added an optional agent_id query parameter to list workspace batch calling jobs, allowing clients to return jobs for a single agent.
  • Test invocation listing: Made the agent_id query parameter optional and nullable on list test invocations, allowing clients to list test invocations without filtering by one agent.
  • MCP response timeout: Increased the maximum response_timeout_secs value from 120 to 300 seconds on MCP server configuration and MCP tool configuration overrides.

Workspaces

  • Subscription overage: Added current_overage to SubscriptionResponseModel and ExtendedSubscriptionResponseModel.
  • Resource collections: Added resource_collection to the WorkspaceResourceType enum.

ElevenCreative Studio

  • Project image status: Added error and pending_task to ProjectImageResponseModel, and made signed image URLs nullable when an image is still processing or has failed.
  • Pending media fields: Removed legacy pending_block_ids and pending_external_audio_ids fields from project external audio and video response models.

SDK Releases

Python SDK

  • v2.46.0 - Added keyterms and no_verbatim support to the Scribe realtime API, refactored WebSocket URL construction, and regenerated the SDK for the May 7, 2026 API schema, including conversation tags, conversation list filters, batch calling agent_id filtering, optional test invocation agent_id, contextual update metadata, and MCP response timeout updates.

JavaScript SDK

  • v2.46.0 - Fern regeneration for the May 7, 2026 API schema, including conversation tags, conversation list filters, batch calling agent_id filtering, optional test invocation agent_id, contextual update metadata, and MCP response timeout updates.

Packages

Android SDK

  • v0.9.0 - Added support for detecting user audio while the user is muted.

API

Fetched May 7, 2026

May 4, 2026 — ElevenLabs Changelog — releases.sh