v4.5.2

onyx-dot-app/onyxv4.5.2Aug 5, 2026by github-actions[bot]

AI Summary

Fixes for desktop Tauri module imports, CI workflows, and Celery watchdog.

Key Highlights

  • Fixed import of tauri::Manager in Windows Alt-menu module
  • Added tests for airgapped deployments
  • Celery beat watchdog now launches as a module
  • Renamed CI input for release asset pattern

New Features

  • Desktop stability fixes
  • CI workflow improvements
  • Airgapped deployment testing

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(desktop): import tauri::Manager in the Windows Alt-menu module (#13742) to release v4.5 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/13744
* test: airgapped deployments (#13733) to release v4.5 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/13749
* fix(celery): launch beat watchdog as module (#13664) to release v4.5 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/13755
* fix(ci): rename tauri-action input to releaseAssetNamePattern (#13754) to release v4.5 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/13757

**Full Changelog**: https://github.com/onyx-dot-app/onyx/compare/v4.5.1...v4.5.2