v0.133.0
solidtime-io/solidtimev0.133.0Jul 15, 2026by github-actions[bot]
AI Summary
This release focuses on enhancing client-side data export capabilities, improving infrastructure monitoring features, and refining dashboard functionalities.
Key Highlights
- Client-side export support via scalar and table serializers
- Download option added to the trace view
- Timeseries export support for logs, traces, and metrics explorers
- New ready and misscheduled columns for daemonsets
- Query-first DSL filter for the dashboard list
New Features
- Scalar/table serializers for client-side export
- Add download option to trace view
- Timeseries export in logs, traces and metrics explorers
- Ready/misscheduled columns for daemonsets
- Query-first DSL filter for the dashboards list
- Unpriced Models tab with billing-model mapping
- Button to open chart at metrics explorer
- Store role transaction groups as JSON document
- Functional unique index support
- Use v2 APIs for infra-monitoring
Full Release Notes
## 🚀 Features * feat: scalar/table serializers for client-side export (3) (#12070) @aks07 * feat: add download option to trace view (#12116) @aks07 * feat(daemonsets): add ready/misscheduled columns (#12102) @H4ad * feat: timeseries export in logs, traces and metrics explorers (2) (#12055) @aks07 * feat(infra-monitoring): counts query for counting related entities (#12000) @nikhilmantri0902 * feat(dashboard-v2): query-first DSL filter for the dashboards list (#12046) @AshwinBhatkal * feat(llm-pricing): add Unpriced Models tab with billing-model mapping [6/6] (#11813) @tewarig * feat(infrastructure-monitoring-v2): add button to open chart at metrics explorer (#12107) @H4ad * feat(authz): store role transaction groups as JSON document (#12028) @vikrantgupta25 * feat: clousql - adding metrics in definition and dashboard JSON (#12072) @swapnil-signoz * feat(llm-attribute-mapping): read-only listing [2/5] (#11779) @tewarig * feat(qb): add time_series export support + data-export foundation for other format supports (#12025) @aks07 * feat: add functional unique index (#11307) @namanv3 * feat(infra-monitoring): use v2 APIs (#12036) @H4ad * feat(infra-monitoring): daemonsets ready and misscheduled nodes count (#12008) @nikhilmantri0902 ## 🐛 Bug Fixes * fix(infra-monitoring-v2): ensure workloads has filters by cluster+namespace (#12076) @H4ad * fix(rules): scope alert rule store operations by org (#12117) @therealpandey * fix: set correct openapi response struct for span mapper list (#12094) @nityanandagohain * fix(dashboard-v2): only refetch on-screen panels on time change/auto-refresh (#12113) @ahrefabhi * fix(dashboard-v2): bug bash fixes IV (#12056) @ahrefabhi * fix(ruletypes): address rule read round-trip gaps (#12110) @srikanthccv * fix(llm o11y): update unpriced models tab test case (#12108) @tewarig * fix(dashboard-v2): carry unsaved panel edits into view mode (#12049) @ahrefabhi * fix(alerts): surface individual validation errors in API response (#11756) @srikanthccv * fix: update stale docs links in backend and remaining frontend (#12096) @revmag * fix: make span gaps accept day and week as units (#12065) @namanv3 * fix: don't return error in v2 list dashboard api if there is a v1 dashboard (#12020) @namanv3 ## 🧰 Maintenance * chore: support non-dsl search in dashboards v2 list apis (#12051) @namanv3 * chore: add functional unique index for tags (#12029) @namanv3 * chore(deps): bump golang.org/x/net from 0.54.0 to 0.55.0 (#11965) @dependabot * chore(frontend): bump deps (#12052) @H4ad * chore(codeowners): update infra monitoring file owner (#12073) @H4ad * test(service-account): mock motion lib & change drawer open/close detection (#12077) @H4ad **Full Changelog**: https://github.com/SigNoz/signoz/compare/v0.132.2...v0.133.0