v3.3.10
onyx-dot-app/onyxv3.3.10May 29, 2026by github-actions[bot]
AI Summary
Maintenance release focusing on dependency management and critical bug fixes for Claude integration and citation processing.
Key Highlights
- Downgraded transformers library from 5.5.4 to 4.57.6 to resolve version conflicts.
- Fixed a ReDoS vulnerability in the citation processor partial-citation regex.
- Optimized LLM sampling parameters and implemented adaptive thinking for Claude Opus 4.8.
Full Release Notes
See the assets to download this version and install. ## What's Changed * chore(deps): downgrade transformers from 5.5.4 to 4.57.6 (#11479) to release v3.3 by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/11487 * fix(llm): omit sampling params + use adaptive thinking for Claude Opus 4.8 (backport #11524) by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/11529 * fix(chat): eliminate ReDoS in citation processor partial-citation regex (#11527) to release v3.3 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/11534 **Full Changelog**: https://github.com/onyx-dot-app/onyx/compare/v3.3.9...v3.3.10