Changelog

Follow us on LinkedIn
v0.113.0February 25, 2026

⚠️ Breaking Change - New migration component replaces signoz-schema-migrator

signoz-schema-migrator is deprecated in favor of signoz-telemetrystore-migrator, which consolidates all migration steps, bootstrap, sync, and async, into a single component that runs as part of your stack. The new migrator checks readiness directly against ClickHouse migration state, eliminating the recurring "Job not found" errors and stalled stacks that came with the old setup.

See the upgrade guide before upgrading, or SigNoz/charts#828 for background.

Bug Fixes

  • Clicking filter-in or filter-out options on JSON log body fields in Logs Explorer now works correctly — the detail drawer closes after applying a filter instead of dismissing the popover unexpectedly.
  • Selecting and copying text in a log row in Logs Explorer no longer opens the log detail drawer.
  • Creating an alert from the Logs Explorer list view now works correctly, with the query automatically converted to a format compatible with time-series alerting.
  • The frequency graph in Logs Explorer now reserves red exclusively for actual error states and no longer shows red for logs with blank or unmapped severity.
  • Several layout issues in the Logs Explorer column view are now fixed: the first column no longer takes disproportionate space, the table body now uses available width when fewer than three columns are visible, search fields in log details open expanded by default, and the space-indicator column is no longer accidentally draggable.
  • Filter attributes in Logs Pipelines now correctly reflect the selected data type. Selecting an attribute of type tag now sends tag in the query instead of incorrectly sending resource.
  • Dashboard variables chained in sequence now load correctly even when the first variable in the chain does not have the "ALL" option enabled.
  • Dashboard threshold warnings now correctly reflect the selected Y-axis unit, fixing cases where thresholds and the Y-axis unit selector used different conversion logic and produced incorrect warnings.
  • The "Show IP Addresses" toggle in External API Monitoring now correctly applies to the domain list, including entries returned as scalar data.
  • SigNoz's initial load time is now significantly faster with the main JavaScript bundle reduced from ~10MB to ~3.4MB through lazy page loading.