v4.3.3
onyx-dot-app/onyxv4.3.3Jul 10, 2026by github-actions[bot]
AI Summary
This release improves authentication stability and UI interaction by syncing in-memory OIDC expiry and fixing model selector selection logic.
Key Highlights
- Sync in-memory OIDC expiry after OAuth refresh
- Clear rejected file from agent editor upload state
- Fix model-selector selection by configuration ID
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.3] by @raunakab in https://github.com/onyx-dot-app/onyx/pull/12803 * fix(agents): clear rejected file from agent editor upload state (#12812) to release v4.3 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/12814 * fix(web): key model-selector selection by model configuration id (#12823) to release v4.3 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/12831 **Full Changelog**: https://github.com/onyx-dot-app/onyx/compare/v4.3.2...v4.3.3