v4.4.3

SimonGiebenhain/MonoNPHMv4.4.3Jul 28, 2026by github-actions[bot]

AI Summary

Patch release fixing Confluence links, logging clarity, LLM routing, and security vulnerabilities including ReDoS and OAuth token handling.

Key Highlights

  • Fix Confluence DC link and include_attachments setting
  • Clarify that LICENSE_ENFORCEMENT_ENABLED does not imply Enterprise
  • Fix Azure responses-bridge calls to the v1 surface
  • Fix ReDoS vulnerability by stopping regex compilation of user search queries
  • Refresh OAuth tokens with SSO provider credentials

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: confluence dc link (#13341) to release v4.4 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/13343
* fix(logging): clarify that LICENSE_ENFORCEMENT_ENABLED does not mean the deployment is Enterprise (#13356) to release v4.4 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/13359
* fix(llm): route Azure responses-bridge calls to the v1 responses surface (#13340) to release v4.4 by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/13362
* backport(v4.4): Confluence include_attachments setting (#13283) by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/13367
* fix(llm): don't send reasoning_effort to o1-mini / o1-preview (#13334) to release v4.4 by @jmelahman in https://github.com/onyx-dot-app/onyx/pull/13361
* fix(security): stop compiling user search query as a regex — ReDoS (ENG-4296) (#13326) to release v4.4 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/13371
* fix(auth): refresh OAuth tokens with the SSO provider row's credentials (#13346) to release v4.4 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/13383


**Full Changelog**: https://github.com/onyx-dot-app/onyx/compare/v4.4.2...v4.4.3