Changelog

Follow us on LinkedIn
v0.120.0April 22, 2026

Better Visibility into Member Invites

Member management has been improved with clearer invite expiry visibility, making it easier for admins to see whether an invite link is still valid before sharing or regenerating it.

Clearer License Information in Workspace Settings

Media

Workspace Settings now includes a dismissible informational callout on the license row, helping clarify how license details differ from Identity & Access management credentials.

Faster Queries Without Resource Filters

Queries that run without a resource filter are now more efficient. This improves performance when you're exploring telemetry across all services or infrastructure instead of narrowing to a specific resource up front.

Improved AWS Integrations

AWS integration setup is now more reliable, fixing issues with connection status checks, S3 bucket reset behavior, and account or region changes during configuration. The integrations module has also been refactored with a strong focus on AWS, making these flows easier to maintain over time.

Bug Fixes

  • Alert creation from dashboard panels now works correctly for non-builder query types.
  • Styling regressions introduced during the AWS integration refactor have been fixed, including semantic token issues in affected UI surfaces.
  • The HAVING filter in the Query Builder V2 now emits a valid NOT IN operator, fixing cases where selecting this operator produced malformed queries.

Maintenance

  • Alerting and rule-management internals have been consolidated further, with AlertManager, Ruler, and planned maintenance handlers moved into signozapiserver and tighter OpenAPI validation added for rules and downtimes.
  • The AlertManager backend has been extended to support templating and custom notifier flows, laying the groundwork for future alert customization.
  • The frontend design token system has been moved toward semantic tokens, improving consistency across the UI and reducing styling drift.
  • Frontend asset management has been hardened, with assets migrated to src/assets and new lint rules added to prevent unsupported asset references.
  • Infrastructure Monitoring internals for Hosts and Kubernetes have been consolidated into shared list and detail components, improving consistency and making these views easier to maintain.
  • Unused or deprecated internals have been cleaned up, including unused trace cache settings and other obsolete code paths.