0.11.63

bytebot-ai/bytebot0.11.63Apr 2, 2026by halajohn

AI Summary

This release focuses on enhancing speech capabilities by adding Oracle Speech AI and Blaze extensions for ASR/TTS, alongside fixes for Azure and Tencent services. It also introduces metrics tracking and updates exception handling in websockets.

Key Highlights

  • Added Oracle Speech AI ASR & TTS support
  • Added Blaze STT and TTS extensions
  • Fixed Tencent TTS CPU blocking issues
  • Added metrics for TTS and output text/audio
  • Enhanced exception handling in websockets

Breaking Changes

  • Oracle private key format changed from file to base64 string

New Features

  • Oracle Speech AI ASR & TTS
  • Blaze STT and TTS extensions
  • Metrics for TTS engines (Tencent, Cartesia)
  • Metrics for output text and audio

Full Release Notes

## What's Changed
* fix: azure asr by @sunxilin in https://github.com/TEN-framework/ten-framework/pull/2108
* chore: bump version to 0.4.4 and enhance exception handling in websocket by @diyuyi-agora in https://github.com/TEN-framework/ten-framework/pull/2110
* fix: fix tencent tts block cpu issue by @YiminW in https://github.com/TEN-framework/ten-framework/pull/2115
* test: tts guarder add empty input test to verify tts_audio_end by @YiminW in https://github.com/TEN-framework/ten-framework/pull/2102
* feat: add oracle speech ai asr & tts by @zshbleaker in https://github.com/TEN-framework/ten-framework/pull/2109
* fix: asr guarder by @sunxilin in https://github.com/TEN-framework/ten-framework/pull/2117
* fix: querit plugin Code Review bug fix again by @KKKPJSKEY in https://github.com/TEN-framework/ten-framework/pull/2077
* feat(extension): add Blaze STT and TTS extensions by @nguyenhuy1431997 in https://github.com/TEN-framework/ten-framework/pull/2052
* feat: change oracle private key file to base64 string by @zshbleaker in https://github.com/TEN-framework/ten-framework/pull/2120
* feat: tts and output text and audio metrics by @YiminW in https://github.com/TEN-framework/ten-framework/pull/2122
* feat: tencent tts add metrics by @YiminW in https://github.com/TEN-framework/ten-framework/pull/2124
* feat: support cartesia enable words and add metrics for some tts by @YiminW in https://github.com/TEN-framework/ten-framework/pull/2121
* fix: oracle asr timestamp not resolved by @zshbleaker in https://github.com/TEN-framework/ten-framework/pull/2123
* chore: add more log in python binding by @sunxilin in https://github.com/TEN-framework/ten-framework/pull/2125
* Bump version to 0.11.63 across all Python integration tests and updat… by @halajohn in https://github.com/TEN-framework/ten-framework/pull/2126

## New Contributors
* @zshbleaker made their first contribution in https://github.com/TEN-framework/ten-framework/pull/2109
* @nguyenhuy1431997 made their first contribution in https://github.com/TEN-framework/ten-framework/pull/2052

**Full Changelog**: https://github.com/TEN-framework/ten-framework/compare/0.11.62...0.11.63