v3.2.16

onyx-dot-app/onyxv3.2.16Jul 21, 2026by github-actions[bot]

AI Summary

A maintenance release addressing security vulnerabilities, LLM parameter handling for Claude Opus, and Code Interpreter functionality.

Key Highlights

  • Fixed ReDoS vulnerability in the citation processor partial-citation regex.
  • Updated Claude Opus 4.8 sampling parameters to use adaptive thinking.
  • Renamed Code Interpreter LLM function to avoid OpenAI reserved keywords.

Full Release Notes

See the assets to download this version and install.

## What's Changed
* 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/11530
* fix(chat): eliminate ReDoS in citation processor partial-citation regex (#11527) to release v3.2 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/11535
* fix(tools): rename Code Interpreter LLM function name off OpenAI-reserved "python" (v3.2 backport) by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/13246

**Full Changelog**: https://github.com/onyx-dot-app/onyx/compare/v3.2.15...v3.2.16