v0.112.0

SigNoz/signozv0.112.0Feb 18, 2026by github-actions[bot]

AI Summary

This release adds major new visualization capabilities with new histogram, bar panel, and time-series panel components. Also includes root user support, forgot password feature, and significant improvements to logs browsing.

Key Highlights

  • Added new histogram panel component
  • Added new bar panel component
  • Enabled new time-series panel
  • Added root user support and provisioning improvements
  • Added forgot password feature

New Features

  • Improved logs browsing with side-drawer
  • Added support for simultaneous delta and cumulative temporality
  • Faster way to view associated logs for a trace
  • Change invitation and password reset emails
  • Added option to copy legend text

Full Release Notes

## 🚀 Features

* feat: Improve logs browsing when the side-drawer is open (#10250) @ishan621
* feat: added new histogram panel (#10328) @ahrefabhi
* feat: added new histogram panel component (#10278) @ahrefabhi
* feat: improve root user provisioning and restore users unique index (#10327) @balanikaran
* feat: add root user support (#10313) @therealpandey
* feat: updated onboarding question and used radio from signozhq (#10317) @SagarRajput-7
* feat: added new barpanel (#10319) @ahrefabhi
* Revert "feat: enabled new bar panel (#10312)" (#10314) @ahrefabhi
* feat: enabled new bar panel (#10312) @ahrefabhi
* feat: change invitation and password reset emails (#10297) @therealpandey
* feat: added new barpanel component (#10266) @ahrefabhi
* feat: added option to copy legend text (#10294) @ahrefabhi
* feat: enabled new time-series panel (#10273) @ahrefabhi
* feat: add support for simultaneous delta and cumulative temporality (#10202) @namanv3
* feat: Faster way to view associated logs for a trace in logs explorer (#10242) @ishan621
* feat: added forgot password feature (#10172) @SagarRajput-7
* feat: upgraded the ingestion gateway apis (#10203) @SagarRajput-7
* feat: Filtering UI starts glitching when text is truncated (#10243) @ishan621

## 🐛 Bug Fixes

* fix: update rate/increase query and address several issues in builder… (#10299) @srikanthccv
* fix: added support for ucum based units in converter (#10284) @abhishekhugetech
* fix: fixed series visiblity logic, not relying on index now (#10318) @ahrefabhi
* fix: added fix for bar chart width calculation based on stepinterval (#10305) @ahrefabhi
* fix: show ip addresses toggle and add regression test (#10251) @YounixM
* fix: guide user on empty external api monitoring page (#10133) @krsoninikhil

## 🧰 Maintenance

* chore(release): bump SigNoz to v0.112.0 (#10340) @primus-bot
* chore: hide chartmanager when queries are merged (#10332) @ahrefabhi
* chore: dynamic variables first load (#10316) @AshwinBhatkal
* chore: variables based panel fetching (#10292) @AshwinBhatkal
* chore: replace prop drilling with fetch store (#10291) @AshwinBhatkal
* chore: variable fetch state machine (#10290) @AshwinBhatkal
* chore: shared utils update + API plumbing (#10257) @AshwinBhatkal
* chore: resetting spangaps to old default state in the new timeseries chart + added thresholds in scale computation (#10287) @ahrefabhi
* chore: remove unused flag from docker files (#10275) @Nageshbansal
* chore: refactored the config builder and added base config builder (#10256) @ahrefabhi
* chore: add openapi check for js and regenerate (#10249) @srikanthccv
* refactor: dashboard header components (#10326) @AshwinBhatkal
* test: added tests for barpanel hooks + utils (#10295) @ahrefabhi
* test(integration): alerts e2e test cases with basic rule manager alerts (#10163) @abhishekhugetech
* test: added tests for utils + components (#10281) @ahrefabhi
* test: added unit tests for uplot config builders (#10220) @ahrefabhi
* test(cloudintegration): add tests for cloudintegrations (#10237) @swapnil-signoz
* test: added tests for uplotv2 utils (#10253) @ahrefabhi
* test: added test for tooltip plugin (#10248) @ahrefabhi