0.11.70
sherlock-project/sherlock0.11.70Jul 31, 2026by halajohn
AI Summary
This release focuses on bug fixes and maintenance, including improvements to TTS configuration, ASR error handling, and Rust toolchain stability. It adds support for custom Cosy TTS endpoints.
Key Highlights
- Fixed tman to accept flags after subcommands
- Added support for custom Cosy TTS endpoints
- Fixed ASR errors for speech segments without transcripts
- Switched to stable Rust toolchain
New Features
- Custom Cosy TTS endpoint support
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