v4.0.13

onyx-dot-app/onyxv4.0.13Jul 9, 2026by justin-tahara

AI Summary

A stability-focused release for v4.0 that hardens the API server and indexing components while fixing OAuth token expiry synchronization.

Key Highlights

  • Sync in-memory OIDC expiry after OAuth refresh
  • Backport API server and indexing stability hardening

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(auth): sync in-memory oidc_expiry after OAuth refresh [v4.0] by @raunakab in https://github.com/onyx-dot-app/onyx/pull/12800
* backport: api-server + indexing stability hardening to release/v4.0 (v4.0.13) by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/12829

**Full Changelog**: https://github.com/onyx-dot-app/onyx/compare/v4.0.12...v4.0.13