Releases: SigNoz/signoz
Releases · SigNoz/signoz
v0.96.1
🐛 Bug Fixes
- revert: removed changes done for cursor position jump fix (#9193) @ahrefabhi
- Fix: Opening logs link broken (Pref framework) (#9182) @aks07
- fix: extra content passed by consuming component (#9191) @YounixM
🧰 Maintenance
- chore(release): bump SigNoz to v0.96.1 (#9194) @Primus-bot
- chore: change update workspace URL to upgrade guide (#9178) @makeavish
- chore(authz): bump up openfga version (#9175) @vikrantgupta25
Full Changelog: v0.96.0...v0.96.1
v0.96.0
🚀 Features
- feat: hide feedback for non licensed users (#9176) @YounixM
- feat: added cold storage in set ttl v2 method (#9151) @eKuG
- feat: standardise header to include share and feedback sections (#9037) @YounixM
- feat: add notification settings section to create alert (#9162) @amlannandy
- feat: revamp onboarding (#9068) @manika-signoz
- feat: Move 3rd party apis to QB V5 (#9042) @ahrefabhi
- feat: add evaluation cadence component for alerts v2 (#9131) @amlannandy
- feat: frontend unit test suite setup (#9027) @aks07
- feat(authz): build authz service (#9064) @vikrantgupta25
🐛 Bug Fixes
- fix: revert queryKey update to re-enable cancel run (#9105) @YounixM
- fix: correctly set and unset the stackbarchart value across panel types (#9158) @SagarRajput-7
- fix(integration): fix tests (#9168) @vikrantgupta25
- fix: added fix for invalid function name cumsum (#9161) @ahrefabhi
- fix: fixed scroll reset issue when interacting with legends (#9065) @SagarRajput-7
- 3rd party sem conv fix (#8980) @eKuG
- fix: added fix for cursor jump in QB (#9140) @ahrefabhi
- fix: added dashboard route param, to allow trigger when new panel creation action happens (#9141) @SagarRajput-7
- fix: dont accept materialized key from payload (#9139) @nityanandagohain
- fix: stale threshold state after modifying alert conditions (#9125) @aniketio-ctrl
- fix intermittent failing test (#9138) @aks07
- fix: removed staleTime and cacheTime from query client level (#9124) @SagarRajput-7
- Fix: No quick filter found screen on navigating back from a diff screen (#9121) @aks07
🧰 Maintenance
- chore(release): bump SigNoz to v0.96.0, OTel Collector to v0.129.6 (#9179) @Primus-bot
- chore(clickhouse): bump ch-go (#9169) @vikrantgupta25
- chore: add evaluation settings section (#9134) @amlannandy
- chore: add context and time utils for usage in alerts (#9114) @amlannandy
Full Changelog: v0.95.1...v0.96.0
v0.95.1
What's Changed
🐛 Bug Fixes
- Fix: trace details bugfixes (#9116) @ahmadshaheer
- Revert "fix: upgrading clickhouse-go" (#9113) @piyushsingariya
- fix: upgrading clickhouse-go (#8969) @piyushsingariya
Full Changelog: v0.95.0...v0.95.1
v0.95.0
🚀 Features
- Added Download Button to leverage exportRawData API (#9050) @tushar-signoz
- feat: highlight the searched spans and dim other spans in trace details v2 (#9032) @ahmadshaheer
- Converted format options menu to popover (#9094) @tushar-signoz
- feat: make the trace details v2 sidebar resizable (#9034) @ahmadshaheer
- feat: add support for span logs (#8857) @ahmadshaheer
- feat: clean up tooltip elements and add dependencies (#8815) @YounixM
- feat: add alert condition component (#9008) @amlannandy
- chore: added cumulative window support (#8828) @aniketio-ctrl
- chore: add multiple thresholds support (#8816) @aniketio-ctrl
- feat: added support for hasToken function in QB (#9058) @ahrefabhi
- feat: change Bar color opacity and make stacking as default (#9026) @SagarRajput-7
- feat(alertmanager): deprecate legacy alertmanager (#9046) @grandwizard28
- feat: update yarn lock file (#9055) @SagarRajput-7
- feat: add support for span hover card in trace details v2 (#8930) @ahmadshaheer
- Feat: API for Download Buttton (#8936) @tushar-signoz
- feat: warn when
LIKE/ILIKEis used without any%/_(#9098) @niladrix719
🐛 Bug Fixes
- chore: fix edit alerts page crashing (#9025) @amlannandy
- fix: add trace perf improvement only when there is any filter (#9099) @nityanandagohain
- fix: fix the incorrect matching spans count (#9033) @ahmadshaheer
- chore: copy changes and minor fixes, onboarding hint (#9095) @manika-signoz
- fix: trace perf - scan only required traces (#9072) @nityanandagohain
- fix: exception on resource filters with numeric values (#9028) @nityanandagohain
- fix: enable dot metrics by default (#9061) @grandwizard28
- fix: logs explorer chart severity text bugfixes (#8731) @SagarRajput-7
- chore: added resolution brace-expansion to 2.0.2 to fix the vulnerability (#9049) @SagarRajput-7
- Fix: changelog modal spacing issue (#9048) @ahrefabhi
🧰 Maintenance
- chore(release): bump SigNoz to v0.95.0, OTel Collector to v0.129.5 (#9112) @Primus-bot
- chore: populate default zero queries for metrics (#9103) @srikanthccv
- chore: fix edit alerts page crashing (#9025) @amlannandy
- chore: recognize dashboard view page for log_comment (#9084) @srikanthccv
- chore: use wss usage for workloads listing (#9104) @srikanthccv
- chore: do not fail on non-existent signoz_ dbs (#9092) @srikanthccv
- chore: copy changes and minor fixes, onboarding hint (#9095) @manika-signoz
- chore: added cumulative window support (#8828) @aniketio-ctrl
- chore: allow number segment, #, @, {} in key (#9082) @srikanthccv
- chore: make qb v5 default (#9085) @srikanthccv
- chore: support for json column in resources (#8376) @nityanandagohain
- chore: add multiple thresholds support (#8816) @aniketio-ctrl
- chore: add query section to create alerts (#8991) @amlannandy
- chore: automatically show query addon when the value is present even after refresh (#9024) @ahrefabhi
- chore: added resolution brace-expansion to 2.0.2 to fix the vulnerability (#9049) @SagarRajput-7
- chore: enable forbidigo and noerrors in depguard (#9047) @grandwizard28
- docs(integration): add docs for writing integration tests (#9070) @grandwizard28
New Contributors
- @tushar-signoz made their first contribution in #8936
- @niladrix719 made their first contribution in #9098
Full Changelog: v0.94.1...v0.95.0
v0.94.1
What's Changed
🚀 Features
- feat: base setup for new create alerts page (#8957) @amlannandy
🐛 Bug Fixes
- fix(user): populate correct error message on client (#9043) @vikrantgupta25
🧰 Maintenance
- chore(release): bump SigNoz to v0.94.1 (#9045) @Primus-bot
v0.94.0
What's Changed
🚀 Features
- chore: enable alertmanager metrics collection with instrumentation::metrics (#9020) @aniketio-ctrl
- Interactive dashboards fix: hide drilldown features for non-query builder panels (#9023) @aks07
- chore: product link and retires retry condition (#9018) @SagarRajput-7
- feat/interactive dashbaord v2 (#9011) @aks07
- feat: added dynamic variable and other variable enhancements (#8873) @SagarRajput-7
- feat: added new component to existing variables (#7744) @SagarRajput-7
- Feature/trace operators (#8869) @ahrefabhi
- feat: trace operators BE (#8293) @eKuG
- feat(password): implement strong controls for password (#8983) @grandwizard28
- feat(authz): add openfga authz middleware (#8990) @vikrantgupta25
- feat: add delete button (#8993) @manika-signoz
- feat: add pinning functionality for span attributes (#8769) @ahmadshaheer
- feat(authz): implement the current usecases in openfga (#8982) @vikrantgupta25
- feat: handle active log flow (#8946) @YounixM
- feat(authz): embed openfga server (#8966) @vikrantgupta25
- feat: added custom retention for logs api (#8513) @eKuG
- 3rd party API sem conv fix (Supports >1.26) (#8822) @eKuG
- feat: minor ui updates (#8947) @YounixM
- feat: use updated props from data table component for better UX (#8950) @YounixM
- feat(ingestion): add ingestion id to ingestion key details page (#8949) @vikrantgupta25
- feat: show timestamp in selected timezone format (#8948) @YounixM
- feat: replace infinity list view component with data table component (#8904) @YounixM
- feat: Allow deletion of multiple panels for dashboard updates made with API key (#8903) @nikhilmantri0902
🐛 Bug Fixes
- Interactive dashboards fix: hide drilldown features for non-query builder panels (#9023) @aks07
- fix(variable_replace_visitor): do not skip boolean value (#9021) @srikanthccv
- fix(binding): better error messages (#9010) @grandwizard28
- fix: query failing in case of aggregateAttribute is not present (#9000) @ahrefabhi
- fix: fixed table panels not sorting, due to mismatch in lookup (id vs name) for aggregations (#9002) @SagarRajput-7
- fix: fixed full view height for table panel (#9004) @SagarRajput-7
- fix: y axis unit not interactive in the panel edit mode (#9003) @SagarRajput-7
- fix: fixed table panel no scroll issue due to style override from calender component (#8996) @SagarRajput-7
- fix: added fix for incorrect query in dashboard on panel change to list panel (#8994) @ahrefabhi
- fix: support canDefaultZero for logs and traces (#8973) @nityanandagohain
- fix(dashboard): remove context from dashboard types (#8971) @vikrantgupta25
- chore: update clickhouse-sql-parser (#8970) @nityanandagohain
- Revert "3rd party API sem conv fix (Supports >1.26)" (#8954) @eKuG
- fix: don't skip resource filter in main table for OR queries (#8958) @nityanandagohain
- fix: return 404 status code if rule not found (#8940) @aniketio-ctrl
- 3rd party API sem conv fix (Supports >1.26) (#8822) @eKuG
- fix: update email template for update role (#8610) @nityanandagohain
- fix: remove isRoot and Entrypoint from selectfields (#8893) @nityanandagohain
- fix: added fix for context query not getting updated (#8941) @ahrefabhi
🧰 Maintenance
- chore(release): bump SigNoz to v0.94.0, OTel Collector to v0.129.4 (#9040) @Primus-bot
- chore: update CODEOWNERS (#9030) @srikanthccv
- chore: enable alertmanager metrics collection with instrumentation::metrics (#9020) @aniketio-ctrl
- fix(variable_replace_visitor): do not skip boolean value (#9021) @srikanthccv
- chore: product link and retires retry condition (#9018) @SagarRajput-7
- chore(meter): remove the meter data validity message for non cloud users (#8972) @vikrantgupta25
- chore: use infinity table for logs column view (#8953) @YounixM
- chore: added api chagnes for logs retenetion v2 api (#8649) @ahrefabhi
- chore(clickhouse-upgrade): updates docker and docker swarm compose for clickhouse-25.5.6 (#9031) @Nageshbansal
v0.93.0
🚀 Features
- feat: enable global actions (#8906) @YounixM
- feat: display HTTP status badge in trace details v2 spans (#8699) @ahmadshaheer
- feat: date picker v2 (#8886) @YounixM
- feat: support for hasToken (#8891) @nityanandagohain
- feat: fixed panel correlation and alert multiaggregation issues (#8733) @SagarRajput-7
🐛 Bug Fixes
- fix: update live tail api (#8807) @nityanandagohain
- fix: trace explorer and home page keyboard shortcut (#8934) @makeavish
- fix: exclusion operators use AND combinator on ambiguity (#8928) @srikanthccv
- fix: removed transformstringwithprefix and removeprefix utilities (#8922) @SagarRajput-7
- fix(meter): meter regex for comment middleware (#8921) @vikrantgupta25
- fix: resolve back navigation issue in traces explorer (#8760) @ahmadshaheer
- fix: fix the issue of group by queries not switching to timeseries view in logs and traces explorer (#8870) @ahmadshaheer
- feat: fixed panel correlation and alert multiaggregation issues (#8733) @SagarRajput-7
- fix: added fix for query builder filters (#8830) @ahrefabhi
- fix(web): fix panic on nil file info (#8907) @grandwizard28
- fix: use lower and convert re2 to string in fulltext (#8887) @nityanandagohain
- fix: related links for rule history page (#8883) @srikanthccv
- fix: resolve sentry issues in alert list (#8878) @amlannandy
- fix(comment): add a dedicated comment parsing middleware (#8855) @grandwizard28
🧰 Maintenance
- chore(release): bump SigNoz to v0.93.0, OTel Collector to v0.129.2 (#8939) @Primus-bot
- chore: add value search for related values request (#8925) @srikanthccv
- chore: add tests for trace details actionables (#8840) @ahmadshaheer
- chore: update dashboard template links to SigNoz website dashboard template landing page (#8897) @makeavish
- chore(meter): added product analytics for meter module (#8898) @vikrantgupta25
- chore: do not send field context as tag for deprecated fields (#8902) @srikanthccv
- chore: parse into number alias for mat column from statement (#8900) @srikanthccv
- chore(meter): add warnings and make meter live in sidenav (#8882) @vikrantgupta25
- chore: backend changes for y-axis management (#8730) @amlannandy
Full Changelog: v0.93.0-rc.3...v0.93.0
v0.93.0-rc.3
v0.93.0-rc.2
Changelog
- a7ddd2d chore: do not send field context as tag for deprecated fields (#8902)
- 4d72f47 chore: parse into number alias for mat column from statement (#8900)
- b5b513f chore(meter): add warnings and make meter live in sidenav (#8882)
- 4878f72 fix: use lower and convert re2 to string in fulltext (#8887)
- eca1307 fix: related links for rule history page (#8883)