This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+9 more
Summary
AI summaryBroad release touches π Features, π Bug Fixes, π§° Maintenance, and feat.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds download option to trace view. Adds download option to trace view. Source: llm_adapter@2026-07-15 Confidence: high |
β |
| Feature | Low |
Adds ready/misscheduled columns to daemonsets view. Adds ready/misscheduled columns to daemonsets view. Source: llm_adapter@2026-07-15 Confidence: high |
β |
| Feature | Low |
Adds timeseries export in logs, traces, and metrics explorers. Adds timeseries export in logs, traces, and metrics explorers. Source: llm_adapter@2026-07-15 Confidence: high |
β |
| Feature | Low |
Adds button to open chart at metrics explorer from infrastructureβmonitoring UI. Adds button to open chart at metrics explorer from infrastructureβmonitoring UI. Source: llm_adapter@2026-07-15 Confidence: high |
β |
| Feature | Low |
Adds functional unique index support. Adds functional unique index support. Source: llm_adapter@2026-07-15 Confidence: high |
β |
| Feature | Low |
Adds scalar/table serializers for client-side export. Adds scalar/table serializers for client-side export. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
β |
| Feature | Low |
Adds counts query for counting related entities in infrastructure monitoring. Adds counts query for counting related entities in infrastructure monitoring. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
β |
| Feature | Low |
Adds query-first DSL filter for dashboards list in dashboard-v2. Adds query-first DSL filter for dashboards list in dashboard-v2. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
β |
| Feature | Low |
Adds Unpriced Models tab with billing-model mapping to LLM pricing. Adds Unpriced Models tab with billing-model mapping to LLM pricing. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
β |
| Feature | Low |
Stores role transaction groups as JSON document in authz. Stores role transaction groups as JSON document in authz. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
β |
| Feature | Low |
Adds CloudSQL metrics to definition and dashboard JSON. Adds CloudSQL metrics to definition and dashboard JSON. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
β |
| Feature | Low |
Adds read-only listing for LLM attribute mapping (part 2/5). Adds read-only listing for LLM attribute mapping (part 2/5). Source: granite4.1:30b@2026-07-15-audit Confidence: low |
β |
| Feature | Low |
Adds time_series export support in QB and dataβexport foundation. Adds time_series export support in QB and dataβexport foundation. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
β |
| Dependency | Low |
Updates dependency golang.org/x/net from 0.54.0 to 0.55.0. Updates dependency golang.org/x/net from 0.54.0 to 0.55.0. Source: llm_adapter@2026-07-15 Confidence: high |
β |
| Bugfix | Medium |
Fixes individual validation errors surfacing in alerts API response. Fixes individual validation errors surfacing in alerts API response. Source: llm_adapter@2026-07-15 Confidence: high |
β |
| Bugfix | Medium |
Fixes span gaps to accept day and week as units. Fixes span gaps to accept day and week as units. Source: llm_adapter@2026-07-15 Confidence: high |
β |
| Bugfix | Medium |
Fixes v2 list dashboard API to not return error when a v1 dashboard exists. Fixes v2 list dashboard API to not return error when a v1 dashboard exists. Source: llm_adapter@2026-07-15 Confidence: high |
β |
| Bugfix | Medium |
Fixes dashboardβv2 to carry unsaved panel edits into view mode. Fixes dashboardβv2 to carry unsaved panel edits into view mode. Source: llm_adapter@2026-07-15 Confidence: high |
β |
| Bugfix | Low |
Ensures workloads have filters by cluster+namespace in infra-monitoring-v2. Ensures workloads have filters by cluster+namespace in infra-monitoring-v2. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
β |
| Bugfix | Low |
Scopes alert rule store operations by organization. Scopes alert rule store operations by organization. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
β |
| Bugfix | Low |
Sets correct OpenAPI response struct for span mapper list API. Sets correct OpenAPI response struct for span mapper list API. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
β |
| Bugfix | Low |
Refetches only on-screen panels in dashboard-v2 on time change/auto-refresh. Refetches only on-screen panels in dashboard-v2 on time change/auto-refresh. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
β |
| Bugfix | Low |
Fixes bash issues in dashboardβv2 (Bug Bash fixes IV). Fixes bash issues in dashboardβv2 (Bug Bash fixes IV). Source: granite4.1:30b@2026-07-15-audit Confidence: low |
β |
| Bugfix | Low |
Addresses rule read round-trip gaps in ruletypes. Addresses rule read round-trip gaps in ruletypes. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
β |
| Bugfix | Low |
Updates unpriced models tab test case for LLM observability. Updates unpriced models tab test case for LLM observability. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
β |
| Bugfix | Low |
Updates stale documentation links in backend and frontend. Updates stale documentation links in backend and frontend. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
β |
Full changelog
π 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
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About signoz
SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. . Open source Application Performance Monitoring (APM) & Observability tool
Related context
Related tools
Beta — feedback welcome: [email protected]