v0.98.0
SigNoz/signozv0.98.0Oct 22, 2025by github-actions[bot]
AI Summary
This release swaps the SQLite driver and introduces a tokenizer for session management and OIDC SSO. Key highlights include the modernc.org/sqlite replacement and tokenizer implementation. Features include modern SQLite swap, tokenizer for SSO support, bidirectional keys for HTTP attributes, and cost meter improvements.
Key Highlights
- Swap mattn/sqlite with modernc.org/sqlite
- Tokenizer for session management and OIDC SSO support
- Better defaults in cost meter
- Bidirectional keys for http.url and net.peer.name
New Features
- Swap mattn/sqlite with modernc.org/sqlite
- Add tokenizer for session management and oidc sso support
- Add bidirectional keys for http.url and net.peer.name
- Better defaults in cost meter and user qol improvements
Full Release Notes
## 🚀 Features * feat(sql): swap mattn/sqlite with modernc.org/sqlite (#9343) @vikrantgupta25 * feat(tokenizer|sso): add tokenizer for session management and oidc sso support (#9183) @therealpandey * feat: add bidirectional keys for http.url and net.peer.name (#9208) @eKuG * Revert "feat(sql): increase busy timeout" (#9337) @vikrantgupta25 * feat(sql): increase busy timeout (#9336) @vikrantgupta25 * feat(sql): swap mattn/sqlite with modernc.org/sqlite (#9325) @vikrantgupta25 * feat(meter): better defaults in cost meter and user qol improvements (#9328) @vikrantgupta25 * Revert "feat(sql): swap mattn/sqlite with modernc.org/sqlite" (#9338) @vikrantgupta25 ## 🐛 Bug Fixes * fix(tokenizer): update the authn domains tooltips (#9388) @vikrantgupta25 * fix: make trace details attributes search visible by default (#9247) @ahmadshaheer * fix: trace details bugfixes and improvements (#9155) @ahmadshaheer * fix(instrumentation): initialize noop if metrics is not enabled (#9365) @therealpandey * fix: legacy logs ttl (#9345) @tushar-signoz * chore: fix legends representation in non-metric non-qb queries (#9351) @amlannandy * fix(tokenizer): fix cache invalidation on delete (#9352) @therealpandey * fix: show list options even in traces explorer empty / error states (#9339) @ahmadshaheer * fix: prevent queryKey overide by options (#9344) @aks07 * fix: added fix for changelog paragraph font weight (#9331) @ahrefabhi ## 🧰 Maintenance * chore(release): bump SigNoz to v0.98.0 (#9393) @primus-bot * chore: update on headers package version (#9376) @YounixM * chore(codeowners): update username (#9359) @psshri * chore: fix legends representation in non-metric non-qb queries (#9351) @amlannandy * chore: add feedback button text (#9335) @makeavish * Add Mastra doc and update onboarding configuration (#9372) @makeavish * chore(statsreporter): fix vultr platform detection in statsreporter (#9326) @Nageshbansal **Full Changelog**: https://github.com/SigNoz/signoz/compare/v0.98.0-rc.1...v0.98.0