v3.3.8
onyx-dot-app/onyxv3.3.8May 26, 2026by github-actions[bot]
AI Summary
Maintenance release fixing pagination issues, caching storms, and voice features.
Key Highlights
- Fixed Confluence pagination limits to prevent data loss during sync.
- Fixed S3 re-fetch storm by caching failed plaintext extractions.
- Fixed OpenAI STT and metrics population for single-model chats.
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.3 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/11287 * fix(metrics): populate llm_model column for single-model chats (#11309) to release v3.3 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/11316 * fix(voice): unbreak OpenAI STT after Realtime Beta API deprecation (#11322) to release v3.3 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/11330 * fix: confluence pagination limit (#11284) to release v3.3 by @evan-onyx in https://github.com/onyx-dot-app/onyx/pull/11395 * fix: confluence pagination limit2 (#11291) to release v3.3 by @evan-onyx in https://github.com/onyx-dot-app/onyx/pull/11397 **Full Changelog**: https://github.com/onyx-dot-app/onyx/compare/v3.3.7...v3.3.8