v4.0.6
onyx-dot-app/onyxv4.0.6Jun 11, 2026by github-actions[bot]
AI Summary
A patch release containing bug fixes for connectors (S3, Slack) and improvements to sandbox backend compatibility to prevent crashes.
Key Highlights
- S3 connector gains support for optional AWS region configuration for non-default partitions.
- Slack bot behavior updated to skip access checks for anonymous users.
- Sandbox backend validation improved to tolerate unknown values instead of crashing the application.
New Features
- Optional AWS region support for S3 connector.
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(connectors): add optional AWS region to S3 connector for non-default partitions (#11676) to release v4.0 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/11682 * feat(craft): remove skills page from main admin panel (v4.0 cherry-pick) by @rohoswagger in https://github.com/onyx-dot-app/onyx/pull/11747 * fix: accept empty choices packet from LLM (#11752) to release v4.0 by @onyx-cherry-pick[bot] in https://github.com/onyx-dot-app/onyx/pull/11759 * fix(craft): tolerate unknown SANDBOX_BACKEND values instead of crashing (#11746) to release v4.0 by @rohoswagger in https://github.com/onyx-dot-app/onyx/pull/11750 * fix(slack): skip doc-set and persona access checks for anonymous Slack bot users (#11817) to release v4.0 by @justin-tahara in https://github.com/onyx-dot-app/onyx/pull/11821 **Full Changelog**: https://github.com/onyx-dot-app/onyx/compare/v4.0.5...v4.0.6