Changelog

Follow us on LinkedIn
v0.126.0May 27, 2026

Right-Docked Span Details in the Trace Details View

Trace Details now lets you dock the Span Details panel on the right, alongside the existing bottom-docked and floating modes. This makes better use of wide screens and keeps the waterfall visible while comparing sibling spans.

Right dock is also now the default for users without a saved preference.

Impersonation Mode Support for Self-Hosted Deployments

Media

Self-hosted deployments now support an Impersonation mode that allows you to run SigNoz without authentication. No user management is required, and all requests are treated as having administrator privileges.

This configuration is ideal for local setups, smaller teams, or SigNoz instances running in air-gapped environments.

Please refer to the documentation for more details.

Bug Fixes

  • Resolved an error that caused certain log entries to crash the Log Viewer List view.
  • User-applied filters and group-by parameters in the Infrastructure Monitoring view are now correctly retained when the time range is changed.
  • Addressed certain silent errors and UX inconsistencies in the Reset Password flow.
  • Drilling down into logs and traces from the Service Details graphs now correctly applies the service name filters.
  • Navigating back from the Trace Details view now consistently returns the user to the previous page.

Maintenance

  • Continued the frontend migration away from Ant Design by moving more components to SigNoz UI.
  • Cloud and integration dashboards are now stored in the database instead of the application filesystem, simplifying dashboard management.