Skip to content

v0.6.0 - "You must unlearn what you have learned."

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 18:43
· 3464 commits to main since this release

New and Improved Trace Filter Page 🎉

  • New Trace Filter page to make filtering relevant traces more filter. More powerful aggregate graphs for trace filter to drill down to specific metrics like RPS by endpoints, etc.

screenzy-1644431715188

  • Improved signup page with SigNoz version number
  • Support for Gitpod
  • Moved Helm charts to new repo
  • Optimised number of ports needed to run SigNoz to reduce conflicts

What's Changed

🚀 Features

  • Feature(FE): signup page (#642) @palash-signoz
  • exclude filter support and fix for not sending null string in groupby for aggregates API (#654) @makeavish
  • ci(k3s): k3s CI workflow enhancements (#643) @prashant-shahi
  • Feat/support error tab page (#626) @makeavish

🐛 Bug Fixes

  • bug(wepack): optimisation config is updated (#650) @palash-signoz
  • fix: exclude operation in trace APIs (#682) @makeavish
  • Fix 414 errors trace filter API (#660) @makeavish
  • ci(k3s): 💚 fix correct raw github URL for hotrod manifest (#661) @prashant-shahi
  • exclude filter support and fix for not sending null string in groupby for aggregates API (#654) @makeavish
  • BUG: refresh button is now fixed (#590) @palash-signoz
  • fix(frontend): pin mini-css-extract-plugin version to 2.4.5 to fix frontend builds (#612) @prashant-shahi

🧰 Maintenance

New Contributors