v4.1.7
parruda/swarmv4.1.7Jun 23, 2026by justin-tahara
AI Summary
Bug fixes for voice TTS markdown stripping, chat tool reminders, search timeouts, and model server CPU thread limits, with a warning regarding document index migration for existing installations.
Key Highlights
- Backend markdown stripping for TTS + optional REST STT toggle
- Suppress open_url reminder when the tool is disabled
- Bound document_filter LLM calls with a timeout
- Cap torch threads to cgroup CPU quota
Full Release Notes
## Warning Do not upgrade to this release if you want to preserve your existing indexed documents but have not yet run the document index migration, which can be done from any version v3.x. [See additional documentation here](https://docs.onyx.app/admins/advanced_configs/opensearch_document_index_migration#opensearch-document-index-migration). See the assets to download this version and install. ## What's Changed * fix(voice): backend markdown stripping for TTS + optional REST STT toggle (#12284) to release v4.1 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/12287 * fix(chat): suppress open_url reminder when the tool is disabled (#12323) to release v4.1 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/12329 * fix(search): bound document_filter LLM calls with a timeout (ENG-4238) (#12333) to release v4.1 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/12339 * fix(model_server): cap torch threads to cgroup CPU quota (#12351) to release v4.1 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/12357 **Full Changelog**: https://github.com/onyx-dot-app/onyx/compare/v4.1.6...v4.1.7