v0.138.0
SigNoz/signozv0.138.0Aug 19, 2026by github-actions[bot]
AI Summary
Significant enhancements to dashboard management, including the ability to override and edit dashboards, alongside improvements to log details and service account role assignments.
Key Highlights
- Added capability to override and edit dashboards.
- Introduced JSON view support for nested log attributes.
- Enabled service account role assignment via API.
- Resolved semantic convention names in trace queries.
New Features
- Add override can edit dashboard
- Make changelog links open in new tab
- Support json view for nested attributes
- Resolve semantic convention names in trace queries
- Assign roles through the service_account_roles API
- Render DataViewer with filter/group-by actions in log details overview
- Fields API for AI query builder
Full Release Notes
## 🚀 Features * feat: add override can edit dashboard (#12580) @tewarig * feat(changelog): make links open in new tab (#12557) @manika-signoz * feat(log-details): support json view for nested attributes + enable new log details (#12597) @aks07 * feat: resolve semantic convention names in trace queries (#12442) @srikanthccv * feat(serviceaccount): assign roles through the service_account_roles API (#12589) @vikrantgupta25 * feat(logs): render DataViewer with filter/group-by actions in log details overview (#12426) @aks07 * feat[ai-011y]: fields API for ai query builder (#12140) @nityanandagohain ## 🐛 Bug Fixes * fix(alertmanager): remove threading from google chat notifier (#12609) @nikhilmantri0902 * fix(apm): stop the service drilldown crashing on an empty operations list (#12578) @ahrefabhi * fix(metrics): type-match filter values against the labels JSON read (#12519) @tushar-signoz * fix(infrastructure-monitoring): preserving staled params after navigation (#12585) @H4ad * fix: support for query type in cache fingerprint (#12598) @nityanandagohain * fix(logs pipelines): default parse_from to body.message under JSON bodies (#12556) @tushar-signoz * fix(user): clear role assignments when a user is deleted (#12554) @vikrantgupta25 * fix(infrastructure-monitoring): do not overflow outside table for large error message (#12450) @H4ad * fix: add history replace in trace detail (#12404) @tewarig * fix(logs): render log details v2 only on the logs explorer route (#12616) @aks07 ## 🧰 Maintenance * chore: update dependencies resolution for e2e (#12594) @tewarig * chore: dependencies update resolutions (#12583) @tewarig * refactor(infrastructure-monitoring): always represent IO as binBps instead of bytes for hosts (#12428) @H4ad * fix(log-details): prevent scrollbar click closing log details drawer (#12603) @aks07 * refactor: adding FunctionName variable in Lambda dashboard (#12599) @swapnil-signoz * test(serviceaccount): move role provisioning to the service_account_roles API (#12590) @vikrantgupta25 * test(qb): de-flake the recent searches dropdown (#12586) @tewarig **Full Changelog**: https://github.com/SigNoz/signoz/compare/v0.137.1...v0.138.0