v0.119.0
SigNoz/signozv0.119.0Apr 15, 2026by github-actions[bot]
AI Summary
This release introduces a new `metricNamespace` parameter for prefix matching in APIs and enhances the audit infrastructure by wiring the auditor into the dependency injection graph and service lifecycle. It also includes maintenance updates for the ClickHouse collector and asset migration.
Key Highlights
- Added `metricNamespace` parameter for prefix matching in `/fields/*` APIs
- Added audit telemetry query infrastructure and DI graph wiring
- Upgraded ClickHouse collector to v0.144.3-rc.4
- Added connection max lifetime support to SQLStore
- Enhanced ClickHouse query editor with docs and agent skill info
New Features
- Metric namespace prefix match in APIs
- Audit query infrastructure
- ClickHouse query editor improvements
- Cloud integration API updates
- JSON to TS migration for onboarding data sources
Full Release Notes
## 🚀 Features * feat(/fields/*) : introduce a new param `metricNamespace` in the APIs for prefix match (#10779) @nikhilmantri0902 * feat: add docs and agent skill info banner to ClickHouse query editor (#10713) @krsoninikhil * feat(billing): use meter api from zeus (#10903) @aniketio-ctrl * feat: adding query params in cloud integration APIs (#10900) @swapnil-signoz * feat(audit): wire auditor into DI graph and service lifecycle (#10891) @therealpandey * feat(audit): add telemetry audit query infrastructure (#10811) @therealpandey * refactor: setup types and interface for waterfall v3 (#10794) @krsoninikhil * feat: adding types changes and openapi spec (#10866) @swapnil-signoz ## 🐛 Bug Fixes * feat(/fields/*) : introduce a new param `metricNamespace` in the APIs for prefix match (#10779) @nikhilmantri0902 * fix(route-policy): allow undefined variables for expression (#10934) @srikanthccv * fix: flaky integration tests (#10927) @tushar-signoz * fix(authz): unauthenticated error code for deleted service account (#10878) @vikrantgupta25 * fix: hasAll/hasAny value argument (#10864) @piyushsingariya ## 🧰 Maintenance * chore(release): bump SigNoz to v0.119.0 (#10936) @primus-bot * chore: updating cloud integration agent version (#10933) @swapnil-signoz * chore: removing underscore attribute based cloud integration dashboards (#10929) @swapnil-signoz * chore: upgrade collector version v0.144.3-rc.4 (#10921) @piyushsingariya * chore: moved json to ts for the onboarding data sources (#10905) @SagarRajput-7 * chore: duplicated all the assets required for migration from public dir to src/assets dir (#10904) @SagarRajput-7 * chore(sqlstore): added connection max lifetime support (#10913) @vikrantgupta25 * chore: config setup for asset migration, allow use of @ alias (#10901) @SagarRajput-7 * chore: added test-ids to identify elements better in e2es (#10914) @ahrefabhi * chore: send obfuscate query in the clickhouse query panel update (#10848) @krsoninikhil * refactor: cloud integration modules implementation (#10718) @swapnil-signoz **Full Changelog**: https://github.com/SigNoz/signoz/compare/v0.118.0...v0.119.0