v0.55.0
github-actions
released this
25 Sep 16:59
·
427 commits
to refs/heads/main
since this release
🚨 Note: If you were using SigNoz from v0.54.0 or prior, there are breaking changes for logs in this version. Read more at docs
🚀 Features
- feat: support for case insensitive for contains and like queries (#6045) @nityanandagohain
- feat: enable the search v2 for logs explorer page and remove FF (#5952) @vikrantgupta25
- feat: added new tab for infra metrics in logs detailed page (#5771) @rahulkeswani101
- feat: added global search on table panel (#5893) @SagarRajput-7
- feat: add last option to alert condition match type (#5929) @srikanthccv
- feat: make the label value clickable if it's a link (#5927) @ahmadshaheer
- feat: send last log line time stamp for timestamp order-by desc (#5968) @vikrantgupta25
- feat: add support to configure units for pie chart values (#5960) @vikrantgupta25
- feat: collect telemetry for ch log queries in alerts and dashboards (#5967) @nityanandagohain
- feat: group by severity logs explorer page by default (#5772) @vikrantgupta25
- feat: logs list API, logic update for better perf (#5912) @nityanandagohain
- feat: use new schema flag (#5930) @nityanandagohain
- feat: alert history feedback changes (#5903) @ahmadshaheer
- feat(ListAlert): update styles and button layout (#5931) @sharpshooter90
- logs v4 qb refactor (#5908) @nityanandagohain
- Integrate V4 QB (#5914) @nityanandagohain
- TTL API for logs V2 (#5926) @nityanandagohain
- feat: enable new logs schema by default (#6077) @prashant-shahi
🐛 Bug Fixes
- fix: added support for
body contains X
tag on pressing enter after selecting attribute key (#6059) @vikrantgupta25 - fix: dashboard variable - ux and usability fixes (#6038) @SagarRajput-7
- fix: fixed extra space at bottom for list and table panel (#6049) @SagarRajput-7
- fix: the tag key flickering when moving from traces to logs (#6054) @vikrantgupta25
- fix: light mode design for new query builder search (#6052) @vikrantgupta25
- fix: telemetry nil pointer error fix (#6051) @nityanandagohain
- fix: export as csv for logs and traces table panel type (#6047) @vikrantgupta25
- fix: invalidate the cache for the alerts rules post update call (#6046) @vikrantgupta25
- fix: alerts links are broken when there is a space in value (#6043) @vikrantgupta25
- fix: tlemetry for dashboard/alerts/views using contains on attributes (#6034) @nityanandagohain
- fix: fixed dashboard header and list title alignment (#6035) @SagarRajput-7
- fix: issues with like and ilike fixed in v4 qb (#6018) @nityanandagohain
- fix: added time range key for query and local storage handling (#6009) @vikrantgupta25
- fix: added safety check for query filter items (#6004) @vikrantgupta25
- fix: exists/nexists support for top level columns (#5990) @nityanandagohain
- fix: add back temlemetry for dashboard with logs queries (#5997) @nityanandagohain
- fix: use new table for default alerts (#5992) @nityanandagohain
- Fix: cheaper query for fetching log attribute values for filter suggestions (#5989) @raj-k-singh
- fix: dont request query progress reporting if reporting query start failed (#5958) @raj-k-singh
- fix: add limits to suggestion query (#5984) @nityanandagohain
- Fix/iscolumn (#5983) @nityanandagohain
- fix: use proper tableName (#5982) @nityanandagohain
- fix: do not use removed column in traces clickhouse query (#5953) @srikanthccv
- fix: missing related logs or traces links in alert notification (#5946) @srikanthccv
- fix: dashboard list page showing older data (#5961) @vikrantgupta25
- fix: add support for long texts in alert history page (#5895) @ahmadshaheer
- fix: loading and no-data states showing in loading state of alert edit/overview (#5887) @ahmadshaheer
- fix: check alert rule queries are all disabled if at least one query is set (#5966) @kobecal
🧰 Maintenance
- chore: move clickhousereader filter suggestion methods to dedicated file (#6061) @raj-k-singh
- chore: handle error before using task (#6055) @srikanthccv
- feat: add anomaly rule (#5973) @srikanthccv
- chore: add support for caching multiple time ranges for cache key (#6008) @srikanthccv
- chore: improve colors for the log line indicators and group by severity_text (#6032) @vikrantgupta25
- chore: removed empty signoz-core-ui folder (#6030) @SagarRajput-7
- chore: update dashboard contributing doc and issue template (#6029) @makeavish
- chore: add note on data refresh in billing (#5938) @makeavish
- chore: hide usage explorer and update over 100rps warning (#5937) @makeavish
- chore: update calendly link (#5954) @makeavish
- chore: add request dashboard issue template (#5991) @makeavish
- chore: use mean of past, past2 and past3 seasons for growth (#5974) @srikanthccv
- chore: add enrichment in threshold rule (#5925) @srikanthccv
- chore: move channel management from CH reader to rule DB (#5934) @srikanthccv
- chore: remove the jest-playwright-test unused package causing axios vulnerability (#5972) @vikrantgupta25
- chore: move analytics related methods from CH reader to their own mod… (#5935) @srikanthccv
- chore: move some structs out of v3 (#5932) @srikanthccv
- chore: add anomaly provider interface (#5856) @srikanthccv
- chore: improve error message readability (#5628) @srikanthccv
- chore: move traces builder query attributes enrichment before query prep (#5917) @srikanthccv
- chore: deprecate clarity from frontend code (#5962) @vikrantgupta25
- chore: update the filter in / filter out operators (#5923) @vikrantgupta25
- chore: use json formatting for ClickHouse logs (#5241) @srikanthccv
- chore: json logs for collector (#5240) @srikanthccv
- doc: add info on request dashboard to contributing md (#6040) @makeavish
Full Changelog: v0.54.0...v0.55.0