Skip to content

Releases: SigNoz/signoz

v0.10.1

07 Aug 11:43
Compare
Choose a tag to compare
v0.10.1 Pre-release
Pre-release

Note: Please use v0.10.2 instead of this release. v0.10.2 includes immediate fixes for issues that were reported in v0.10.1


🚀 Features

🐛 Bug Fixes

🧰 Maintenance

v0.10.0

16 Jul 10:12
bf2f3f8
Compare
Choose a tag to compare

"Your Focus Determines your Reality"

💥 What's New

  • Support for query builder in alerts page
  • Performance improvements for exceptions page
  • Support for Not Regex in query builder
  • Improvements for tracing RPC calls

💪 Upgrading from older versions

If you have existing data (exception/errors) from v0.9, you would need to migrate them using migration scripts in v0.10. - Docs

What's Changed

🚀 Features

🐛 Bug Fixes

v0.9.2

04 Jul 17:07
6697702
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

🧰 Maintenance

v0.9.1

30 Jun 15:20
58b0c08
Compare
Choose a tag to compare

"Never Tell Me The Odds"

💥 What's New - Do it yourself query builder for plotting metrics in Dashboards

  • New Do it yourself query builder for plotting metrics in Dashboards - Docs
  • Support for formulae based on queries to plot complex metrics
  • Support for native ClickHouse queries to support advanced users
  • Search for fields values in Services, Operations and other facets in traces page

💪 Upgrading from older versions

If you have existing data from v0.8.2 and prior, you would need to migrate them using migration scripts in v0.9. - Docs

Screenshot 2022-07-01 at 10 41 15 AM

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

30 Jun 14:56
0a6fa0e
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release

Note: Please use v0.9.1 instead of this release. It includes immediate fixes for issues that were reported.


Upgrading from older versions

If you have existing data from v0.8.2 and prior, you would need to migrate them using migration scripts in v0.9. - Docs

What's Changed

🚀 Features

🧰 Maintenance

  • chore(install-script): 🗑️ remove arm YAML as already satisfied by existing YAML (#1326) @prashant-shahi
  • chore(deps): bump github.com/SigNoz/prometheus from v1.9.71 to v1.9.72 (#1317) @srikanthccv

v0.8.2

14 Jun 22:06
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

Full Changelog: v0.8.1...v0.8.2

v0.8.1

09 Jun 15:53
676fe89
Compare
Choose a tag to compare

“Patience you must have my young Padawan.”


Upgrading dashboards from older versions

If you have existing dashboards from v0.8.0 and prior, you would need to migrate them using migrate-dashboard script in v0.8.1. - Docs

💥 What's New

  • One of the major changes we made this release was to make setting retention period APIs async. Being able to set up retention period granularly is an important need for our users and using async calls to set them makes the process more robust.

Screenshot 2022-06-10 at 12 44 17 PM

  • We also made many small changes in UI like adding pagination for tables, and handling long service names and operation names in trace filter page. This should make using SigNoz frictionless for our users.

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

v0.8.0

06 May 07:35
Compare
Choose a tag to compare

"Rebellions are built on hope"

💥 What's New?

  • Auth and Login - Docs
  • Filtering Application List based on resource attributes - Docs
  • Filtering Dashboards - Docs
  • Ability to Import and Export Dashboard JSON
  • Support for Webhook and PagerDuty as alert channel - Docs
  • Separate section for Exceptions - Docs

Upgrading from older versions

v0.8.0 is a breaking release which requires data migration, if you are upgrading from an older version then you have to run the data migration scripts to be able to see past data. - Docs

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

  • chore(eslint): @typescript-eslint/no-unused-vars is made to error (#973) @palash-signoz
  • chore: 📌 pin alertmanager and otelcollector version and changes (#1048) @prashant-shahi
  • chore: cache headers is added (#1103) @palash-signoz

v0.7.5

07 Apr 11:47
Compare
Choose a tag to compare

What's Changed

🚀 Features

🐛 Bug Fixes

  • fix: Fix jest (#945) @palash-signoz
  • bug: Trace filter page fixes (#846) @palash-signoz
  • feat: service map is handled when there is no service (#934) @palash-signoz
  • bug: logged in check is added in the useEffect (#921) @palash-signoz
  • fix: run go vet to fix some issues with json tag (#936) @NamanJain8
  • fix: error color for spans having error on trace detail page (#953) @pranshuchittora
  • Fix(FE) : Ask for confirmation before deleting any dashboard from dashboard list (#534) @NishidhJain

v0.7.4

29 Mar 18:05
1002ab5
Compare
Choose a tag to compare

What's Changed

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

  • chore: build.yml file is updated for more strict frontend checks (#906) @palash-signoz
  • chore: tsc fix are updated over frontend (#914) @palash-signoz
  • chore: eslint fix (#884) @palash-signoz