v4.1.10
onyx-dot-app/onyxv4.1.10Jul 9, 2026by github-actions[bot]
AI Summary
Addresses file accumulation in code interpreter and fixes integration issues with Confluence attachments, alongside desktop and voice stability improvements.
Key Highlights
- Fix code interpreter file accumulation
- Anchor Confluence attachment links to webui URL
- Gate silent audio to stop hallucinated transcripts
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(code-interpreter): Too many files accumulating in code interpreter (#12536) to release v4.1 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/12696 * fix(desktop): grant webview ACL permissions for shell-open and titlebar drag (#12719) to release v4.1 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/12722 * fix(voice): gate silent audio out of chunked STT to stop hallucinated transcripts (#12713) to release v4.1 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/12725 * fix(confluence): anchor attachment link to webui URL (#12124) to release v4.1 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/12742 * fix(auth): sync in-memory oidc_expiry after OAuth refresh [v4.1] by @raunakab in https://github.com/onyx-dot-app/onyx/pull/12801 * fix(llm): omit sampling params and use adaptive thinking for claude-sonnet-5 (#12735) [v4.1] by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/12818 **Full Changelog**: https://github.com/onyx-dot-app/onyx/compare/v4.1.9...v4.1.10