v0.114.0

SigNoz/signozv0.114.0Mar 5, 2026by github-actions[bot]

AI Summary

A major release introducing Roles CRUD, Service Accounts, and a frontend migration from Webpack to Vite, along with a redesigned custom domain section.

Key Highlights

  • Full implementation of Roles CRUD and details pages.
  • Introduction of Service Accounts.
  • Migration from Webpack to Vite in the frontend build process.
  • Redesign of the custom domain and moved it to general settings.

New Features

  • Added roles crud and details page
  • Redesign the custom domain
  • Migrate away from webpack
  • Introduce service account
  • CSS hover updates in log explorer
  • Org id support in root user config
  • Support for count based aggregation in histogram metrics

Full Release Notes

## 🚀 Features

* feat: added roles crud and details page (#10384) @SagarRajput-7
* feat: redesign the custom domain and moved it to general settings (#10432) @SagarRajput-7
* feat(vite): migrate away from webpack (#10392) @H4ad
* chore: add status info icon and include additional metrics for status (#10231) @nikhilmantri0902
* feat: removed the sso auth announcement banner (#10471) @SagarRajput-7
* feat(service-account): introduce service account  (#10436) @vikrantgupta25
* feat: css hover updates in log explorer (#10401) @ishan621
* Feat: Improve error messaging and UI edge cases in infra hosts monitoring  (#10304) @nikhilmantri0902
* feat: add org id support in root user config (#10418) @balanikaran
* feat: add support for count based aggregation in histogram metrics (#10355) @namanv3

## 🐛 Bug Fixes

* fix(antd): wrong usage of imports (#10491) @H4ad
* fix(metrics-explorer): address several bugs in explorer tab (#10458) @srikanthccv
* fix: add validity check for spatial aggregation (#10429) @namanv3
* fix(authz): remove usage for guarded routes (#10468) @vikrantgupta25
* fix: fixed memory leak because of canvas persistance over mount (#10455) @ahrefabhi
* fix: thresholds working correctly with number panel (#10394) @ahrefabhi
* fix: throttled legend color picker in dashboard + memory leak fix due to tooltip persistance (#10421) @ahrefabhi
* fix: fetch the current version changelog instead of latest version (#10422) @ahrefabhi

## 🧰 Maintenance

* chore(release): bump SigNoz to v0.114.0, OTel Collector to v0.144.2 (#10496) @primus-bot
* chore(frontend): dynamic vars load with empty textbox variables (#10480) @AshwinBhatkal
* chore(metrics-explorer): handle errors properly (#10474) @srikanthccv
* chore: updated config builder types (#10477) @ahrefabhi
* chore: made baseconfigbuilder generic to be used across different charts (#10451) @ahrefabhi
* chore: add basic integration tests for meter (#10463) @srikanthccv
* chore: address gaps in summary tab (#10462) @srikanthccv
* chore: authz helpers (#10367) @H4ad
* chore: move savedview and integration types into their own types package (#10454) @srikanthccv
* chore: add docs for service (#10450) @srikanthccv
* chore: add doc for adding new abstractions to codebase (#10444) @srikanthccv
* chore: add guide for packages (#10443) @srikanthccv
* chore(frontend): add state governance lint rules (#10441) @AshwinBhatkal
* chore(frontend): remove stale eslint-disable comments (#10440) @AshwinBhatkal
* chore: replace search bar in inspect page (#10342) @amlannandy
* chore: metrics explorer v2 api migration in summary page (#10337) @amlannandy
* chore: move converter/formatter to pkg/units/... (#10408) @srikanthccv
* chore: choose latest seen unit for metrics instead of any unit (#10431) @namanv3
* chore: add nuqs and zustand to our setup (#10434) @AshwinBhatkal
* chore: metrics explorer v2 api migration in explorer section (#10111) @amlannandy
* chore: removed sentry instrumentation for querysearch (#10426) @ahrefabhi
* chore: migrate metric details side drawer in metrics explorer to v2 APIs (#9995) @amlannandy
* Sig 8931 : Migrate quick filters to use /fields/keys and /fields/values (#10110) @ishan621
* perf(bundle-size): be explicit when including new languages for react-syntax-highlighter (#10228) @H4ad
* perf(bundle-size): move antd-table-saveas-excel out of main bundle (#10229) @H4ad
* refactor: dashboard list to not use dashboard provider (#10410) @AshwinBhatkal
* perf(service-map): use react-force-graph-2d dep to reduce bundle size (#10191) @H4ad
* perf(tooltip-value): cache intl number object (#9965) @H4ad

**Full Changelog**: https://github.com/SigNoz/signoz/compare/v0.113.0...v0.114.0