v0.116.0
SigNoz/signozv0.116.0Mar 18, 2026by github-actions[bot]
AI Summary
This release focuses on authentication refactoring (identN and service accounts), SQL schema improvements, and UI enhancements for panel settings and chart exploration.
Key Highlights
- Introduction of identN for authentication and service account authz changes.
- Support for partial unique indexes in the SQL schema.
- New chart appearance settings and section in panel settings.
- Added option to zoom out or reset zoom in the explorer pages.
New Features
- Move identN to factory and config
- Add support for partial unique indexes
- Added chart appearance settings in panel
- Added section in panel settings
- Service account domain changes
- Authz changes for service account
- Copiable license info in custom domain card
Full Release Notes
## 🚀 Features * feat(authn): move identn to factory and config (#10608) @vikrantgupta25 * feat(sqlschema): add support for partial unique indexes (#10604) @therealpandey * feat(authn): introduce identN (#10601) @vikrantgupta25 * feat: add more support to sqlschema (#10602) @therealpandey * feat: added chart appearance settings in panel (#10573) @ahrefabhi * feat: added section in panel settings (#10569) @ahrefabhi * Revert "feat: Option to zoom out OR reset zoom in the explorer pages" (#10574) @YounixM * feat(serviceaccount): domain changes for service account (#10568) @vikrantgupta25 * feat(authz): add service account authz changes (#10567) @vikrantgupta25 * feat: removed plan name and added copiable license info in custom domain card (#10558) @SagarRajput-7 * feat: Option to zoom out OR reset zoom in the explorer pages (#10464) @ishan621 ## 🐛 Bug Fixes * fix(user): add config for user invite token expiry (#10618) @vikrantgupta25 * fix: return not-found error with diagnostic info for absent metrics (#10560) @namanv3 * fix: welcome checklist light mode illustration (#10589) @makeavish * fix: added fix for panel setting scrollbar issue (#10587) @ahrefabhi * fix: variables initial url state (#10579) @AshwinBhatkal * fix: edit mode variables not persisting value (#10576) @AshwinBhatkal * fix: newServer uses the stored config hash for mismatch (#10563) @srikanthccv * fix(app-routes): do not render old route, redirect instead (#10553) @H4ad * fix: updated fallback color (#10525) @ishan621 * fix(frontend/vite): avoid inlining whole process.env into bundle (#10605) @amareshsm ## 🧰 Maintenance * chore(identn): add me as codeowner for identn (#10612) @vikrantgupta25 * chore: broke down rightcontainer component into sub-components (#10575) @ahrefabhi * chore: deprecates generator from deploy (#10447) @Nageshbansal * chore: add myself as codeowner for CI and go.mod (#10597) @therealpandey * chore: send slack notification on dequeue only and not merge (#10596) @AshwinBhatkal * chore: separate dashboard slider from dashboard provider + refactor (#10572) @AshwinBhatkal * chore: add slack notification on dequeue from merge queue (#10580) @AshwinBhatkal * chore: remove dashboard provider from the root (#10526) @AshwinBhatkal * chore: link session url with sentry alert (#10566) @AshwinBhatkal * chore: remove toScrollWidgetId from dashboard provider (#10562) @AshwinBhatkal * refactor: merge roletypes into authtypes (#10614) @therealpandey * refactor: replace zap logger with slog across codebase (#10599) @therealpandey * Sig 3634 revert (#10578) @ishan621 * test: integration tests for percentile aggregation (#10555) @namanv3 **Full Changelog**: https://github.com/SigNoz/signoz/compare/v0.115.0...v0.116.0