KingDownloads

signoz version history

13 releases tracked, newest first.

v0.132.2

Jul 10, 2026
- Added end-to-end tests and helper functions for quick filters - Restored Open in Logs Explorer in span details Logs tab - Fixed tag rule threshold targets format - Updated dependencies and refactored authz components

8 downloads

v0.132.1

Jul 9, 2026
- Added public dashboards v2 and Kubernetes container monitoring API - Improved dashboard v2 with bug fixes and features like variables table redesign - Enhanced trace details with waterfall timeline and layout improvements - Fixed various issues in dashboard v2, infra monitoring, and query builder

8 downloads

v0.132.0

Jul 8, 2026
- Added dashboard-v2 features like variable linking, view mode switching, and download options. - Improved trace details UI and added quick filters resizing. - Enhanced infrastructure monitoring with new charts and concurrency queries. - Fixed various bugs in dashboards, authz, and UI interactions.

8 downloads

v0.131.1

Jul 2, 2026
- Added panel editor improvements and alert creation from dashboard panels - Fixed query cache collisions and metrics fingerprint issues - Resolved dashboard schema and authz grant tuples problems - Removed deprecated authz APIs and addressed metrics review follow-ups

8 downloads

v0.132.0-rc.2

Pre-releaseJul 1, 2026
## Changelog * 66f03d5912600a1cfee021fdccbf6c824f00d130 fix(metrics): use local table for fingerprint ctes (#11931) * cf69a05f74691ee4bb873838d168a7103b269705 fix(dashboards): expose Source as a string enum in the OpenAPI schema (#11930) * 1648fce5b17427c6ff42aacc78fb82bd2c5a83f4 chore(authz): delete the deprecated authz apis (#11924)

8 downloads

v0.132.0-rc.1

Pre-releaseJul 1, 2026
## Changelog * f93a70884a33e63d9c1d8d8ef725c1c79fbe7cdd feat(dashboards-v2): create alerts from a dashboard panel (#11879) * e1c586e0dcd0af0da6a40927aac2d9977f00f8db chore(metrics): review follow ups for volume control (#11887) * 984b2d01382bf0aabb0a09ad458de188abd5d3b6 fix(authz): drop the organization grant tuples (#11922) * 3ea62d3d50252f1d8097a95b88304f529b67c925 feat(dashboard-v2): link variables to panels and substitute them into panel queries (#11909)

8 downloads

v0.131.0

Jul 1, 2026
### ⚠️ Upgrade ClickHouse to 25.12.5 The bundled ClickHouse has been upgraded to **25.12.5**. Follow the [upgrade guide](https://signoz.io/docs/operate/migration/upgrade-0-131/) to upgrade your ClickHouse and stay on supported SigNoz releases. ## 🚀 Features * feat(llm-pricing): search + source filter (4/5) (#11808) @tewarig * feat(llm-pricing): model cost add/edit drawer (3/5) (#11761) @tewarig * feat: adding cloud integration API changes for GCP (#11892) @swapnil-signoz * feat: QB support for QueryRangePreview (#11185) @tushar-signoz * feat(sso-configuration): change roles selector to allow custom roles (#11894) @H4ad * feat(web): add sentry, posthog, appcues and pylon settings to web config (#11912) @therealpandey * feat(dashboards-v2): list tags, DSL search, per-user pinning & org-shared views (#11868) @AshwinBhatkal * feat(dashboards-v2): switch panel visualization type in the editor (#11820) @ahrefabhi * feat(invite-members): add reusable component for invite members (#11872) @H4ad * feat(llm-pricing): listing page + table (2/5) (#11760) @tewarig * feat: add api to fetch v2 dashboards for a metric name (#11784) @namanv3 * feat(llm-pricing): foundation —

8 downloads

v0.130.1

Jun 24, 2026
## ⚠️ Deprecation: `install.sh` and the bundled Docker Compose (`deploy/`) The install script and the Docker Compose files under `deploy/` are deprecated and will no longer be maintained or distributed. [Foundry](https://github.com/SigNoz/foundry) is the supported way to install and manage SigNoz going forward, Docker Compose included. Existing install-script / Compose users: follow the [migration guide](https://github.com/SigNoz/signoz/blob/main/deploy/MIGRATION.md) to move to Foundry without losing your data. ## 🐛 Bug Fixes * fix: do not warn filter variables as missing keys (#11835) @srikanthccv ## 🧰 Maintenance * chore: add @H4ad as frontend codeowner for authz, members and service accounts (#11834) @vikrantgupta25 **Full Changelog**: https://github.com/SigNoz/signoz/compare/v0.130.0...v0.130.1

8 downloads

v0.130.0

Jun 23, 2026
# What's Changed ## ⚠️ Deprecation: `install.sh` and the bundled Docker Compose `deploy/` The install script and the Docker Compose files under `deploy/` are deprecated and will no longer be maintained or distributed. [Foundry](https://github.com/SigNoz/foundry) is the supported way to install and manage SigNoz going forward, including Docker Compose. Existing install-script / Compose users: follow the [migration guide](https://github.com/SigNoz/signoz/blob/main/deploy/MIGRATION.md) to move to Foundry without losing your data. ## 🚀 Features * feat(deprecate): install script and promote foundry (#11811) @mvaldes14 * feat(user): add delete user API (#11833) @vikrantgupta25 * feat(dashboard-v2): variable settings editor UX polishes (#11775) @AshwinBhatkal * feat(dashboards-v2): config pane + section editors (#11770) @ahrefabhi * feat(dashboards-v2): panel editor foundation + qb/perses adapter (#11769) @ahrefabhi * feat(user): accept custom roles in user invite (#11802) @vikrantgupta25 * feat(dashboards): views-first V2 dashboards list with filters, saved views, and tabbed new-dashboard modal (#11682) @AshwinBhatkal * feat(dashboard-v2): runtime variable selectio

8 downloads

v0.129.0

Jun 18, 2026
## 🚀 Features * feat(dashboards-v2): panel rendering system (pure-V5 data path, renderers, panel chrome) (#11639) @ahrefabhi * feat: introduce dashboard views for list dashboards page (#11465) @namanv3 * feat: add clone dashboard API for perses dashboards (#11742) @namanv3 * feat: use empty suggestions api for empty ui state of ai assistant (#11744) @YounixM * feat(infra-monitoring): add default group by namespace name, cluster name for workloads. (#11716) @nikhilmantri0902 * feat: adding support for Azure DB services (#11679) @swapnil-signoz * feat: extend error responses with new error struct (#11542) @tushar-signoz * feat(statsreporter): expose collected stats via GET /api/v1/stats (#11698) @therealpandey * feat(dashboard-v2): public dashboard settings section (#11696) @AshwinBhatkal * feat(infra-monitoring): v2 daemonsets integration tests (#11442) @nikhilmantri0902 * feat(dashboard-v2): consolidate dashboard detail header, toolbar & settings (#11713) @AshwinBhatkal * feat(infra-monitoring): v2 jobs integration tests (#11441) @nikhilmantri0902 * feat(traces): integrate flamegraph v3 API (#11648) @aks07 * feat(dashboard-v2): variables settings tab (#11645) @Ash

8 downloads

v0.128.0

Jun 10, 2026
## 🚀 Features * feat(infra-monitoring): v2 clusters integration tests (#11430) @nikhilmantri0902 * feat: adding support for VMs in Azure integration (#11573) @swapnil-signoz * feat(traces): Noz button on trace detail page (#11624) @aks07 * feat: adding assets and dashboards for azure app services (#11565) @swapnil-signoz * feat(trace-details): add implementation for flamegraph building (part 2) (#11491) @krsoninikhil * feat(metrics-explorer): fast path for get stats and get treemap when no filter (#11458) @nikhilmantri0902 * feat(infra-monitoring): v2 namespaces integration tests (#11429) @nikhilmantri0902 * feat: adding support for Azure Container Apps (#11580) @swapnil-signoz * feat(infra-monitoring): v2 nodes integration tests (#11428) @nikhilmantri0902 * feat(infra-monitoring): v2 pods integration tests (#11424) @nikhilmantri0902 * feat: adding support for Azure AKS (#11615) @swapnil-signoz * feat(infra-monitoring): v2 host endpoint integration tests (#11418) @nikhilmantri0902 * feat: generalizes the Legend component so it can be reused by non‑uPlot charts, and adds a shared Pie (donut) chart built on top of it (#11583) @ahrefabhi * feat(trace-detail): add flam

8 downloads

v0.127.1

Jun 7, 2026
## 🚀 Features * fix(frontend): dropdown menu rendering behind antd drawer/modal (z-index regression) (#11604) @aks07 * feat(billing): migrate BillingUsageGraph from uPlotLib to uPlotV2 and added stacking (#11579) @SagarRajput-7 * feat: adding get cloud integration service for account handler (#11497) @swapnil-signoz * feat(dashboards): V2 dashboard — sections, drag-and-drop & panel management (#11544) @AshwinBhatkal * feat(trace-details): lazy aggregations + waterfall v4 cutover (#11556) @aks07 * fix(trace-flamegraph): prevent layout hang on very wide traces (#11578) @aks07 * feat(cloud-integrations): adding endpoint services metadata for account (#11563) @swapnil-signoz * feat: v2 dashboard update, lock, unlock, and patch API (#11481) @namanv3 * test(alerts): add tests for list alerts & triggered alerts (#11554) @H4ad * feat(dashboards): V2 dashboard details — base scaffolding (#11543) @AshwinBhatkal ## 🐛 Bug Fixes * fix(frontend): dropdown menu rendering behind antd drawer/modal (z-index regression) (#11604) @aks07 * fix(trace-flamegraph): prevent layout hang on very wide traces (#11578) @aks07 * fix: ui issues in Trace and logs (#11564) @tewarig * fix: tim

8 downloads

v0.127.0

Jun 3, 2026
## 🚀 Features * feat(logs/traces): migrate column picker UI to FieldsSelector (#11516) @aks07 * feat: [traces] time aware dynamic field mapper (#11234) @nityanandagohain * feat(auth): validate reset password token on page load before showing form (#11522) @SagarRajput-7 * feat(web): disable all integrations by default (#11539) @vikrantgupta25 * feat(trace-detail): add analytics instrumentation for new trace details page (#11538) @aks07 * feat(ai-assistant): show descriptive Noz hover tooltip on all entry points (#11526) @makeavish * feat(trace-details): Add API endpoint & module for trace aggregations (#11452) @krsoninikhil * feat(logs/traces): streamline column state — selectColumns becomes canonical source (#11426) @aks07 * feat: v2 dashboards list page (#11404) @AshwinBhatkal * feat: rename AI Assistant to Noz and introduce Noz component with hov… (#11510) @YounixM * feat(tanstack-text): add support for forwardRef (#11464) @H4ad * feat(user): add support for token verification (#11496) @vikrantgupta25 * feat(alerts): rewrite list alerts & triggered alerts to use new table (#11277) @H4ad * feat(web): gate sentry and pylon init behind boot settings flags (#11498)

8 downloads