v0.120.0
SigNoz/signozv0.120.0Apr 22, 2026by github-actions[bot]
AI Summary
This release enhances AWS cloud integration by adding missing regions and migration support, alongside improvements to infrastructure monitoring and UI consistency through codebase refactoring.
Key Highlights
- Added support for missing AWS regions and migration config
- Refactored AWS integrations and moved types to cloud provider specific namespaces
- Improved UI consistency by migrating components to @signozhq/ui
- Enhanced infrastructure monitoring with shared list/details components
Breaking Changes
- Removal of JSONDataType field
New Features
- AlertManager templater
- Info dismissible callout for license row in workspace settings
- v2 reset password token endpoints and invite expiry status
- HTTP route prefix derivation from global.external_url
- Zeus put meters API for billing
Full Release Notes
## 🚀 Features * feat: adding missing AWS regions (#11039) @swapnil-signoz * feat: adding migration AWS cloud integration regions config (#10983) @swapnil-signoz * feat: show related values section, always (#11032) @AshwinBhatkal * feat(infrastructure-monitoring-k8s-and-hosts): add shared component for list/details (#10800) @H4ad * feat: improve perf for queries with empty resource filter (#10861) @nityanandagohain * feat(billing): add zeus put meters api (#10923) @aniketio-ctrl * feat(apiserver): derive HTTP route prefix from global.external_url (#10943) @therealpandey * feat: AlertManager templater (#10581) @abhishekhugetech * chore: update all absolute tokens to semantic tokens (#10742) @YounixM * feat(member): add v2 reset password token endpoints and show invite expiry status (#10954) @vikrantgupta25 * feat: added info dismissible callout for the license row in workspace settings (#10938) @SagarRajput-7 ## 🐛 Bug Fixes * fix: minor tooltip css fix (#11053) @ahrefabhi * fix: not_in expression in having input box (#11035) @tushar-signoz * fix: alerts creation for query types other than builder (#11030) @AshwinBhatkal * test(infra-monitoring): fix flaky test (#11021) @H4ad * fix: y-axis crosshair sync for tooltip (#10944) @ahrefabhi * fix: semantic token issues in aws refactor (#11014) @YounixM * feat(apiserver): derive HTTP route prefix from global.external_url (#10943) @therealpandey ## 🧰 Maintenance * chore(release): bump SigNoz to v0.120.0, OTel Collector to v0.144.3 (#11052) @primus-bot * fix: y-axis crosshair sync for tooltip (#10944) @ahrefabhi * chore: Removal of JSONDataType field (#10925) @piyushsingariya * chore(switch): switch for some time to @therealpandey (#11017) @therealpandey * chore: remove setting of trace cache since it was not getting used (#10986) @krsoninikhil * chore: update @signozhq packages and adjust styles in AuthHeader and … (#10989) @YounixM * chore: update all absolute tokens to semantic tokens (#10742) @YounixM * chore: skipped flaky jest tests (#10981) @SagarRajput-7 * chore: updated the onboarding contributor doc as per the new enhancement in the asset management (#10955) @SagarRajput-7 * chore: custom notifiers in alert manager (#10541) @abhishekhugetech * chore: public dir cleanup, remove duplicate assets since they are moved to src/assets (#10951) @SagarRajput-7 * chore: added eslint, stylelint and asset migration across the codebase (#10915) @SagarRajput-7 * test(organization-traces): try unflaky both tests (#11046) @H4ad * refactor: rename selectedDashboard to dashboardData (#11040) @AshwinBhatkal * refactor: update styles and components for consistency and improved UI (#11043) @YounixM * refactor: use new components from signozhq/ui (#11008) @YounixM * refactor: migrate CreateFunnel input to @signozhq/ui (#10996) @prakha * refactor: aws integrations (#10937) @YounixM * refactor: moving types to cloud provider specific namespace/pkg (#10976) @swapnil-signoz * docs: perses schema for dashboards (#10609) @namanv3 * docs(go): add types.md covering core-type and Postable/Gettable/Storable conventions (#10998) @therealpandey * refactor(ruler): introduce v2 Rule read type and validate uuid on delete (#10997) @therealpandey * refactor(ruler): tighten rule and downtime OpenAPI schema (#10995) @therealpandey * refactor(ruler): move rules and planned maintenance handlers to signozapiserver (#10957) @therealpandey * refactor(alertmanager): move API handlers to signozapiserver (#10941) @therealpandey ## New Contributors * @prakha made their first contribution in https://github.com/SigNoz/signoz/pull/10996 **Full Changelog**: https://github.com/SigNoz/signoz/compare/v0.119.0...v0.120.0