0.11.67

666ghj/MiroFish0.11.67Jun 27, 2026by halajohn

AI Summary

This release introduces the Spatius avatar extension and refines OpenAI Text-to-Speech (TTS) capabilities by limiting support to 24k sample rates. It also addresses stability issues in AssemblyAI ASR routing and Azure SDK configurations, along with general documentation improvements.

Key Highlights

  • Added Spatius avatar extension support
  • OpenAI TTS now supports 24k sample rate
  • Fixed AssemblyAI ASR message routing to prevent errors
  • Added Azure SDK OPENSSL_DISABLE_CRL_CHECK default configuration

New Features

  • Spatius avatar extension
  • OpenAI TTS 24k support
  • Azure SDK OPENSSL_DISABLE_CRL_CHECK default setting

Full Release Notes

## What's Changed
* feat: add spatius avatar extension by @3DRX in https://github.com/TEN-framework/ten-framework/pull/2177
* fix: align spatius avatar config params by @3DRX in https://github.com/TEN-framework/ten-framework/pull/2179
* Dev/tts OpenAI gk by @YiminW in https://github.com/TEN-framework/ten-framework/pull/2180
* fix: update spatius avatar token and eof handling by @3DRX in https://github.com/TEN-framework/ten-framework/pull/2182
* feat: openai tts only support 24k by @YiminW in https://github.com/TEN-framework/ten-framework/pull/2183
* fix: align spatius avatar eof and runtime compatibility by @3DRX in https://github.com/TEN-framework/ten-framework/pull/2185
* docs: progressive disclosure updates from xai extension work by @BenWeekes in https://github.com/TEN-framework/ten-framework/pull/2165
* fix(assemblyai_asr): route unknown messages to on_event not on_error by @plutoless in https://github.com/TEN-framework/ten-framework/pull/2188
* feat: add default true for azure sdk OPENSSL_DISABLE_CRL_CHECK by @YiminW in https://github.com/TEN-framework/ten-framework/pull/2190
* fix: reconnect xai asr after finalize by @BenWeekes in https://github.com/TEN-framework/ten-framework/pull/2192
* Bump version to 0.11.67 across all Python integration tests and update install script by @halajohn in https://github.com/TEN-framework/ten-framework/pull/2195

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

**Full Changelog**: https://github.com/TEN-framework/ten-framework/compare/0.11.66...0.11.67