Releases: SigNoz/signoz
Releases · SigNoz/signoz
v0.92.0
What's Changed
- Improvement: Added Otel-collector setup for local dev environment (#8701) @nikhilmantri0902
- test(integration): bump requests to 2.32.4 (#8743) @grandwizard28
- docs: add step to cd into frontend directory before yarn commands (#8696) @nikhilmantri0902
- test(integration): add traces integration tests (#8666) @grandwizard28
- Sign In / Sign Up UI updates (#8562) @YounixM
- fix: adding missing flags to run go-run-community (#8653) @harshitrajsinha
- chore: adds advocate.md for community advocate program (#8648) @Nageshbansal
- test(integration): add or filter with resource attributes (#8651) @grandwizard28
- test(integration): add integration tests for logs (#8619) @grandwizard28
- Update run-e2e.yaml (#8620) @YounixM
🚀 Features
- feat: show count in span details drawer tabs (#8702) @ahmadshaheer
- feat: migrate old saved columns keys to name (#8747) @YounixM
- feat: meter explorer (#8741) @YounixM
- feat(telemetrymeter): add support for telemetry meter (#8667) @vikrantgupta25
- feat: created new error content plugin for QB v5 (#8700) @SagarRajput-7
- feat: new query builder (#8466) @YounixM
- feat: enable creating more than 3 steps in trace funnels + enable latency pointer (#8628) @ankitnayan
- feat: refactor tracefunnel to support dynamic multi-step funnels (#8627) @ankitnayan
- feat: enhance logs explorer chart to display full selected time window (#8446) @ahmadshaheer
- feat: update env variable names (#8621) @YounixM
- feat: settings e2e sanity test cases (#8613) @YounixM
- feat: open entities in new tab on ctrl / cmd + click (#8607) @YounixM
- feat: alert module ui improvements (#8572) @YounixM
- feat: show success message with note to notify user on role change (#8491) @YounixM
🐛 Bug Fixes
- fix:
key CONTAINS valuedoesn't work for numeric values (#8768) @srikanthccv - fix: pass metric name to get value suggestions api (#8671) @YounixM
- fix: use localstorage value to avoid waiting for pref api to set the toggle state, add shortcut (#8751) @YounixM
- fix(alert-querier v5): added querier v5 in test notify (#8749) @aniketio-ctrl
- fix: logs explorer - should have at least 1 column, discard empty key … (#8740) @YounixM
- fix: added fix for query becoming empty on time change (#8739) @ahrefabhi
- fix: limit keys for empty search key (#8728) @srikanthccv
- fix: prevent key suggestions loop (#8727) @ahrefabhi
- fix: added fix for query addon lightmode ui (#8725) @ahrefabhi
- fix: fixed metric aggregation and value retention inconsistency in edit mode (#8718) @SagarRajput-7
- fix: added fix for query suggestions position (#8719) @ahrefabhi
- fixes: includes fixes required in the new QB (#8675) @ahrefabhi
- fix: improve the UX of trying to create a funnel with existing name (#8693) @ahmadshaheer
- fix: disabling alert from overview page doesn't work (#8640) @amlannandy
- fix: fix the issue of stale pipeline processor state while switching between different processors after updating json flattening config in any processor (#8661) @ahmadshaheer
- fix: minor fix for changelog popup to show only when preference is av… (#8663) @ahrefabhi
- fix: replace colum resize with grab icon as the functionality is of r… (#8662) @YounixM
- fix: use new column names (#8659) @nityanandagohain
- fix: uPlot logarithmic scale range error (#8637) @SagarRajput-7
- fix: prevent creation of funnels with duplicate names (#8633) @ankitnayan
- fix: fix the pipeline processor re-ordering issue (#8646) @ahmadshaheer
- chore(goreleaser): fix main path (#8654) @grandwizard28
- fix(added-backticks): added backticks for hyphen (#8644) @aniketio-ctrl
- fix: open log details on clicking on empty column cell too (#8618) @YounixM
- fix: added fix for changelog modal auto popup for new users (#8634) @ahrefabhi
- fix: prefill alert conditions only if no condition are already set (#8636) @amlannandy
- fix: changes in code to support ch 25.5 (#8615) @nityanandagohain
- Fix: Minor UI fixes in changelog + sidebar (#8625) @ahrefabhi
- fix(community): fix injection of alertmanager (#8612) @grandwizard28
- chore: fix sentry issues in alerts and infra monitoring (#8566) @amlannandy
🧰 Maintenance
- chore(release): bump SigNoz to v0.92.0, OTel Collector to v0.129.0 (#8776) @Primus-bot
- chore(deps): bump urllib3 from 2.4.0 to 2.5.0 in /tests/integration (#8296) @dependabot
- chore: use *_keys tables instead of tag_attributes_v2 for suggestions (#8753) @srikanthccv
- chore: do not return err for meter source temporality (#8750) @srikanthccv
- chore: add env to override logs keys table name (#8748) @srikanthccv
- chore: add option to ignore data skipping indices (#8738) @nityanandagohain
- chore: add sql migration for dashboards, alerts, and saved views (#8642) @srikanthccv
- chore: improve metrics explorer empty state (#8711) @amlannandy
- chore: update home page task tracker for metrics explorer (#8631) @amlannandy
- chore: add endpoint to replace varibales (#8689) @srikanthccv
- chore(resp): add omitempty to timestamp (#8688) @grandwizard28
- chore: use new querier for v5 versioned alerts (#8650) @srikanthccv
- chore: add unsupported saml list (#8665) @makeavish
- chore: write test for recalculating timestamps on clicking stage and run in logs explorer (#8581) @ahmadshaheer
- chore(goreleaser): fix main path (#8654) @grandwizard28
- Chore/added_ilike : added ilike and notIlike filter operator (#8595) @aniketio-ctrl
- chore: add anomaly to v5 response (#8643) @srikanthccv
- chore: resolved conflicting npm-form-data version requirement (#8645) @SagarRajput-7
- chore: add alert link visitor for expression link (#8641) @srikanthccv
- chore: add event for query range v5 (#8639) @srikanthccv
- chore: order time series result set (#8638) @srikanthccv
- chore: update e2e github action and playwright config (#8624) @YounixM
- chore: upgraded typescript-plugin-css-modules package to latest and remove stylus resolution (#8611) @SagarRajput-7
- chore: fix sentry issues in alerts and infra monitoring (#8566) @amlannandy
- chore(release): bump SigNoz to v0.91.0 (#8596) @Primus-bot
v0.92.0-rc.5
Changelog
- 8e5cb90 fix(alert): added querier v5 in test notify (#8749)
- 760eabb chore: do not return err for meter source temporality (#8750)
- 35ddaaa chore: add env to override logs keys table name (#8748)
- a51ee66 Improvement: Added Otel-collector setup for local dev environment (#8701)
- 75d1891 feat: migrate old saved columns keys to name (#8747)
- 932918e feat: meter explorer (#8741)
- aa3bc16 test(integration): bump requests to 2.32.4 (#8743)
- b5098e0 fix: logs explorer - should have atleast 1 column, discard empty key columns (#8740)
- 20dc561 fix: added fix for query becoming empty on time change (#8739)
- 99bbb87 chore: add option to ignore data skipping indices (#8738)
- f1ce931 feat(telemetrymeter): add support for telemetry meter (#8667)
- 9279438 fix: limit keys for empty search key (#8728)
v0.92.0-rc.4
Changelog
- b821244 Merge branch 'main' into limit-for-empty-key-search
- b5098e0 fix: logs explorer - should have atleast 1 column, discard empty key columns (#8740)
- 20dc561 fix: added fix for query becoming empty on time change (#8739)
- 99bbb87 chore: add option to ignore data skipping indices (#8738)
- f1ce931 feat(telemetrymeter): add support for telemetry meter (#8667)
- 9279438 fix: limit keys for empty search key (#8728)
v0.92.0-rc.3
Changelog
- 6952300 chore: use custom mv
v0.92.0-rc.2
Changelog
- 751802f fix: limit keys for empty search key
v0.92.0-rc.1
Changelog
- bd02848 chore: add sql migration for dashboards, alerts, and saved views (#8642)
- b5016b0 fix: added fix for key suggestions (#8727)
- c308e86 fix: added fix for query addon lightmode ui (#8725)
- 41ee417 fix: fixed metric aggregation and value retention inconsistency in edit mode (#8718)
- 9946631 fix: added fix for query suggestions position (#8719)
- 3a2eab2 fixes: includes fixes required in the new QB (#8675)
- 01202b5 feat: created new error content plugin for QB v5 (#8700)
- 2901e05 chore: improve metrics explorer empty state (#8711)
- 3723726 chore: update home page task tracker for metrics explorer (#8631)
- 8e5b1be fix: improve the UX of trying to create a funnel with existing name (#8693)
- 301d9ca fix: disabling alert from overview page doesn't work (#8640)
- f350b0e chore: add endpoint to replace varibales (#8689)
- 090538f docs: add step to cd into frontend directory before yarn commands (#8696)
- db13f85 fix: fix the issue of stale pipeline processor state while switching between different processors (#8661)
- 3d874c2 chore(resp): add omitempty to timestamp (#8688)
- e68ce11 test(integration): add traces integration tests (#8666)
- 587b0ef Sign In / Sign Up UI updates (#8562)
- bb6c366 feat: new query builder (#8466)
- 5c1f070 chore: use new querier for v5 versioned alerts (#8650)
- 1ce150d chore: add unsupported saml list (#8665)
v0.91.0
Warning
If you are using docker and upgrading via this repository, run VERSION=v0.91.0 ./deploy/install.sh to upgrade.
🚀 Features
- feat: update app loading screen and add system theme option (#8567) @YounixM
- feat: add support for single step funnels while creating from span details (#8492) @ahmadshaheer
- feat: add support for entrypoint spans toggle in top operations table (#8175) @ahmadshaheer
- feat: add more codeowners (#8558) @grandwizard28
- feat(license): show refetch payment status button to reconcile payments (#8551) @YounixM
- feat(cmd): add cmd package (#8535) @grandwizard28
- feat: add support for role based access in trace funnels flows (#8481) @ahmadshaheer
🐛 Bug Fixes
- fix: add safeguard for large log body entries (#8560) @aks07
- fix: don't fetch all attributes during build and run query (#8589) @nityanandagohain
- fix: update how index filters are built for resource table (#8561) @nityanandagohain
- fix: fixed stylus vulnerability by using the npm provided - 0.0.1-security version (#8592) @SagarRajput-7
- fix(prom-dup-labels): added fingerprint in prom labels (#8563) @aniketio-ctrl
- fix: added attribute check for log details filtering (#8427) @sawhil
- fix: navigating from infra monitoring to logs with open in explorer has missing filters (#8570) @amlannandy
- fix(dedup-prom): added check for duplicated samples data (#8502) @aniketio-ctrl
- fix: prevent 1Password extension from interfering with time inputs (#8486) @ulpcan
- fix: retain filters during pagination and field filtering on exceptions page (#8300) @scout9ll
🧰 Maintenance
- chore: pre-populate the alert condition based on the selected reduce to and thresholds (#8352) @amlannandy
- chore(dot-metrics): added log line to check for those queries who are still using normalized metrics (#8518) @aniketio-ctrl
- fix: use only needed resource attributes in context filter (#8568) @ahrefabhi
- chore: add unit tests for metric details drawer (#8515) @amlannandy
- chore: support legacy cols usage and address several gaps (#8552) @srikanthccv
- ci(prereleaser): remove cron scheduler (#8584) @grandwizard28
- Remove docker downloads badge (#8556) @Nageshbansal
New Contributors
Full Changelog: v0.90.1...v0.91.0
v0.90.1
🐛 Bug Fixes
- fix: added fix for changelog refetching multiple times on tab change (#8545) @ahrefabhi
🧰 Maintenance
- chore(release): bump SigNoz to v0.90.1, OTel Collector to v0.128.2 (#8546) @Primus-bot
Full Changelog: v0.90.0...v0.90.1
v0.90.0
🚀 Features
- feat: added new datasources (#8536) @Calm-Rock
- feat: JSON Flattening in logs pipelines (#8227) @piyushsingariya
- feat: update data on skip in onboarding (#8508) @YounixM
- feat: add support for JSON flattening in pipeline processor create and edit (#8331) @ahmadshaheer
- Feat: show changelog in the sidebar + cloud users (#8503) @ahrefabhi
- feat: show ingestion keys to self hosted users (#8490) @YounixM
- feat(statsreporter): add ecs platform detection (#8529) @Nageshbansal
- Show new error component when saving pipeline fails (#8511) @aks07
🐛 Bug Fixes
- fix: light mode for channels create and edit (#8542) @YounixM
- fix: fix the layout shift issues in logs explorer column view (#8434) @ahmadshaheer
- fix: revalidate changelog on tab visibility change (#8532) @ahrefabhi
- fix: changelog ui fixes (#8526) @ahrefabhi
- fix: check if it's castable to string (#8517) @nityanandagohain
- chore: added got at 11.8.5 patch to fix image-webpack-loader vulnerability (#8493) @SagarRajput-7
- fix(aws-elastic-cache): corrected variable query for elastic cache (#8487) @aniketio-ctrl
🧰 Maintenance
- chore(release): bump SigNoz to v0.90.0, OTel Collector to v0.128.1 (#8543) @psshri
- chore: remove migration notification (#8537) @srikanthccv
- chore: update in agent version (#8457) @piyushsingariya
- chore: added new frontend maintainers (#8530) @ahrefabhi
- chore: queries variable replacement and escape $ in mat col (#8514) @srikanthccv
- chore: send email on role update (#8489) @nityanandagohain
- chore: added got at 11.8.5 patch to fix image-webpack-loader vulnerability (#8500) @SagarRajput-7
- chore: replace image-webpack-loader (deprecated) with image-minimizer-webpack-plugin (#8498) @SagarRajput-7
- chore: added got at 11.8.5 patch to fix image-webpack-loader vulnerability (#8493) @SagarRajput-7
New Contributors
Full Changelog: v0.89.0...v0.90.0
v0.89.0
What's Changed
Warning
Metrics names and labels normalization has been removed in this release. Going forward, you will see non-normalized metrics only. This is not a concern if you are a new user. If you are an existing user, you need to take steps to migrate the SQLite data that contains the dashboards and alerts, and ClickHouse data if you want to convert the old data retained for longer periods. Detailed steps are mentioned here: https://signoz.io/docs/operate/migration/upgrade-0.88. Leave any comments here: #5975
🚀 Features
- feat(sqlschema): add sqlschema (#8384) @grandwizard28
- feat(statsreporter): add railway platform detection (#8467) @Nageshbansal
🐛 Bug Fixes
- fix(apdex): use right metric name for metadata (#8463) @srikanthccv
- fix: allowed user to select text in json body field in log details (#8450) @sawhil
- fix: trace details v2 ui bugs (#8448) @sawhil
- fix(users): skip sending email if frontend base url is not set (#8459) @grandwizard28
- fix: resolve ui full reload on auto-refresh (#8383) @amlannandy
- fix(memorycache): add a cloneable interface (#8414) @grandwizard28
- fix: simplify changelog fetching logic and enhance version display interactivity (#8432) @ahrefabhi
- fix: add DOT_METRICS_ENABLED and remove clickhousemetricswrite (#8461) @Nageshbansal
🧰 Maintenance
- chore(release): bump SigNoz to v0.89.0 (#8482) @Primus-bot
- chore: only log telemetry query for explorer, rule and dashboard pages (#8464) @makeavish
- chore: fix metrics explorer events (#8411) @amlannandy
- chore: use {k8s.pod/k8s.node/container}.cpu.usage metric for metadata… (#8398) @srikanthccv
- chore: fix regex issue in route tab (#8440) @amlannandy
- chore: added preloaded metrics metadata at first api call (#8229) @aniketio-ctrl
- chore: fix metrics explorer events (#8411) @amlannandy
- chore: fix regex issue in route tab (#8440) @amlannandy
- chore: fix small typo error in docs (#8458) @0xflotus