0.11.70

TEN-framework/ten-framework0.11.70Jul 31, 2026by halajohn

AI Summary

This release focuses on bug fixes and tooling improvements for the TEN framework, specifically addressing issues with the Tman CLI, ASR error handling, and dependency updates. It also introduces a feature to support custom Cozy TTS endpoints.

Key Highlights

  • Support for --user-token and --config-file flags in Tman subcommands
  • Support for custom Cozy TTS endpoints
  • Fix for ASR errors when speech segments lack transcripts
  • Migration from Rust nightly to x86_64-unknown-linux-gnuasan toolchain

New Features

  • Support for custom Cozy TTS endpoints

Full Release Notes

## What's Changed
* fix(tman): accept --user-token and --config-file after the subcommand by @noron12234 in https://github.com/TEN-framework/ten-framework/pull/2255
* feat(tts): support custom cosy tts endpoint by @YiminW in https://github.com/TEN-framework/ten-framework/pull/2257
* fix: use x86_64-unknown-linux-gnuasan instead of Rust nightly by @FaithfulinLOVE in https://github.com/TEN-framework/ten-framework/pull/2253
* fix: ezai asr error when a speech segment has no transcript by @samx81 in https://github.com/TEN-framework/ten-framework/pull/2262
* chore: update azure-cognitiveservices-speech dependency to 1.49.0 by @diyuyi-agora in https://github.com/TEN-framework/ten-framework/pull/2267
* chore: bump ezai_asr version by @diyuyi-agora in https://github.com/TEN-framework/ten-framework/pull/2268
* chore: cleanup for rust toolchain replacement by @FaithfulinLOVE in https://github.com/TEN-framework/ten-framework/pull/2269
* chore: bump version to 0.11.69 by @halajohn in https://github.com/TEN-framework/ten-framework/pull/2270

## New Contributors
* @noron12234 made their first contribution in https://github.com/TEN-framework/ten-framework/pull/2255

**Full Changelog**: https://github.com/TEN-framework/ten-framework/compare/0.11.69...0.11.70