v3.2.15
onyx-dot-app/onyxv3.2.15May 27, 2026by justin-tahara
AI Summary
Maintenance release stabilizing caching mechanisms, metrics, and voice features.
Key Highlights
- Cached failed plaintext extractions to prevent S3 re-fetch storms.
- Fixed metrics population for the llm_model column in single-model chats.
- Restored OpenAI Speech-to-Text functionality following Realtime Beta API deprecation.
Full Release Notes
See the assets to download this version and install. ## What's Changed * fix(chat): cache failed plaintext extractions to stop S3 re-fetch storm (#11268) to release v3.2 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/11288 * fix(metrics): populate llm_model column for single-model chats (#11309) to release v3.2 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/11317 * fix(voice): unbreak OpenAI STT after Realtime Beta API deprecation (#11322) to release v3.2 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/11331 * fix(chat): lazy-load chat file bytes to stop api-server OOM (#11439) to release v3.2 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/11452 **Full Changelog**: https://github.com/onyx-dot-app/onyx/compare/v3.2.14...v3.2.15