ChangelogRelease History

Changelog

Version history highlighting recent updates, new features, and important changes to the Talkturo platform.

Recent Updates

Stay informed about the latest enhancements to Talkturo's enterprise voice AI platform. Review release notes below, ordered newest first.

2026-08-12v2.3.0
featureimprovementbugfix

New Features

  • Credits and profile menu on mobile — Your credit balance and profile menu are now accessible from the mobile top bar, so you can check credits and manage your account without switching to desktop. See Billing.
  • Telnyx city-level verification enforcement — Telnyx phone number purchases now enforce city-level regulatory verification, matching the protection Twilio already provides. This prevents buying numbers in cities you aren't verified for. See Telephony.

Improvements

  • Compliance city selector redesigned — When requesting regulatory verification, you must now explicitly select or enter your city. A new note explains that approval covers only that city — not the entire country. See Telephony.
  • Admin account search improved — Admin account search now matches name, email, and workspace slug, case-insensitively, making it faster to locate the right account.
  • Expired Telnyx verifications detected — Expired carrier approvals for Telnyx are now automatically detected and re-evaluated, keeping the purchase gate accurate over time. See Telephony.

Bug Fixes

  • Mobile menu scrolling — The mobile hamburger menu now scrolls on small screens, so all navigation items — including sign-out — are always reachable.
  • Twilio compliance approval webhook — Real-time approval notifications from Twilio are now processed correctly instead of being silently skipped, so approvals reflect immediately.
  • Verification review dialog layout — Fixed a layout issue where long field names caused the admin verification review dialog to clip labels and buttons.
  • Regulatory bundle renewal logging — Fixed a logging error in the nightly regulatory bundle renewal job that made it impossible to distinguish successful renewals from carrier outages.
2026-08-11v2.2.0
featureimprovementbugfix

New Features

  • Transcription Settings panel — Configure how your AI assistant processes caller speech directly in the assistant editor. Add up to 100 custom keyterms (names, product names, spellings), enable smart formatting, profanity filtering, sensitive-data redaction, GDPR training opt-out, speaker diarization, and provider-specific options for Deepgram and AssemblyAI. See Features.
  • German localization for transcription settings — All transcription setting labels, help texts, and descriptions are now fully translated into German.
  • Dual-carrier phone number purchasing — Workspaces can now buy and use phone numbers from two Talkturo carriers at the same time, plus their own connected Twilio account. See Quickstart.

Improvements

  • Workflow publish validation — Publishing a workflow now checks for missing required fields before saving, with clear error messages instead of silent failures during live calls. See Integrations.
  • Admin verification list shows city — The admin Verifications page now displays the city alongside the country, making it easier to match submitted documents to the correct dialing area.

Bug Fixes

  • Outbound answering-machine detection — Fixed an issue where detection ran on ringback audio instead of the actual answered call, causing incorrect voicemail vs. live-answer classification on all outbound calls. See Call Quality Troubleshooting.
  • Workflow tool definitions now match the editor — The tool name and parameters the voice agent registers now exactly match what you see in the editor, so prompt-authored tool calls work reliably. See Integrations.
  • Failed workflow triggers now visible — Rejected workflow triggers now create a failed run record with the reason, so they appear in the Runs view instead of silently disappearing.
  • Transcription settings preserved across actions — Settings are no longer lost when switching models within the same provider, when using the default provider, or when cloning an assistant.
  • City-level verification enforcement — Phone number purchases in compliance-gated countries now enforce city-level verification with a clear error message, preventing silent purchase failures.
  • Expired carrier verifications detected — Expired carrier approvals are now detected and re-evaluated automatically, preventing silent purchase rejections.
  • Workflow function cards show current name — Function cards in the assistant editor now display the current workflow name instead of a stale snapshot from when it was first attached.
2024-11-15v2.1.0
featureimprovementbugfix

New Features

  • Added support for custom voice models in AI assistants, enabling branded voice experiences for campaigns.
  • Introduced real-time analytics dashboard for monitoring live phone call metrics like duration and sentiment.

Improvements

  • Enhanced CRM integration with bulk contact import from CSV files.
  • Optimized campaign scheduling with timezone-aware timing options.

Bug Fixes

  • Fixed intermittent audio latency issues during high-volume outbound calls.
  • Resolved prompt template rendering errors in the assistant configuration UI.
2024-10-20v2.0.0
featurebreaking

New Features

  • Launched outbound campaign builder with A/B testing for voice scripts.
  • Added function calling support in assistants for dynamic CRM lookups during calls.

Breaking Changes

  • Updated API authentication to require JWT tokens instead of API keys. Migrate using the guide below.
  • Deprecated legacy voice endpoints; use /v2/voice paths.

Improvements

  • Improved call transcription accuracy by 15% with new speech-to-text models.
2024-09-10v1.5.0
featurebugfix

New Features

  • Integrated company records in CRM for better contact organization.
  • Enabled webhook notifications for call completion events.

Bug Fixes

  • Patched scheduling overlaps in campaigns.
  • Fixed desktop app crashes on macOS during long sessions.

Migration Guide

For upgrades involving breaking changes, follow these steps to update your Talkturo integration seamlessly.

Update SDK Version

Install the latest SDK across platforms.

npm install @talkturo/sdk@2.1.0

Replace API Keys with JWT

Generate JWT tokens via the new auth endpoint.

curl -X POST https://api.example.com/v2/auth/token \
  -H "Content-Type: application/json" \
  -d '{"client_id": "YOUR_CLIENT_ID", "client_secret": "YOUR_CLIENT_SECRET"}'

Update your requests:

header
Authorizationstring
Required

Bearer {YOUR_JWT_TOKEN}

Test Updated Endpoints

Verify voice configurations with the new paths.

Run end-to-end tests on staging before production deployment.

Upcoming Roadmap

Track upcoming priorities for Talkturo's voice AI features.

Planned
2

Multilingual Voice Support

Add 5+ languages for global campaigns

Dec 15, 2024

Advanced Analytics

Predictive insights from call data

In Progress
1

Inbound Call Routing

AI-powered call distribution

Completed
1

Webhook v2

Enhanced event payloads

Explore Further

Subscribe to our changelog RSS feed or join the support mailing list at info@talkturo.ai for instant notifications.