Onyx v3.2.6 is a focused product and infrastructure update that improves administrative control, deployment routing, observability, and frontend usability. The release adds configurable file upload size and token limits in admin settings, expands Helm support for Prometheus metrics on Celery workers, and fixes nginx routing for SCIM and other backend paths. Together, these changes make the platform easier to govern, monitor, and operate at scale.
The most meaningful functional addition in v3.2.6 is new admin-level configurability for file upload size and token limits. This gives platform operators more direct control over resource usage and policy enforcement without relying on code-level changes, which is especially useful for enterprise deployments with strict governance or cost controls.
On the infrastructure side, the release includes nginx fixes to correctly route /scim/* requests to api_server and adds a routing rule for non-API backend paths. These adjustments matter because misrouted traffic can break identity provisioning workflows and create hard-to-diagnose integration issues in production environments.
Version 3.2.6 also improves observability in Kubernetes environments by adding Prometheus metrics ports and Services for Celery workers in Helm deployments. This gives operators better visibility into background processing health and performance, supporting more reliable monitoring and alerting in larger installations.
Additional technical work in this release includes a performance tweak to permission sync start time, a refactor of Vespa and OpenSearch indexing functions to use Iterable, and a frontend fix so popover content behaves better on small screens. The package also contains several dependency updates, including bumps for Handlebars, Picomatch, and Brace Expansion.
For enterprise AI teams, this release is less about headline-grabbing features and more about operational maturity. The new admin settings help control compute and ingestion behavior, which can directly affect cost, compliance, and user experience. That makes v3.2.6 particularly relevant for organizations running Onyx in shared or policy-sensitive environments.
The routing fixes are also significant because they touch identity and backend request handling, two areas where small infrastructure bugs can have outsized business impact. Correct SCIM routing is especially important for companies integrating Onyx with centralized identity management systems.
Finally, the Prometheus and Helm improvements show continued investment in production readiness. Better metrics exposure for Celery workers means DevOps teams can monitor background workloads more effectively, reduce blind spots, and troubleshoot bottlenecks faster. In short, Onyx v3.2.6 strengthens the platform’s manageability and reliability rather than radically changing the end-user experience.
Official Source: https://github.com/onyx-dot-app/onyx/releases/tag/v3.2.6