Skip to content

Releases: SigNoz/signoz

v0.37.2

24 Jan 17:51
110b545
Compare
Choose a tag to compare

🚀 Features

  • feat: added log attributes in the raw view old designs (#4423) @Vikrant2520

🐛 Bug Fixes

  • fix: custom time width and refresh text visibility issues (#4428) @YounixM
  • fix: update search logic in dashboard to search for title, description, tags (#4427) @YounixM
  • fix: reset env on data source select, set logo center aligned (#4417) @YounixM

🧰 Maintenance

Full Changelog: v0.37.1...v0.37.2

v0.37.1

22 Jan 14:25
64d854f
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix: logs page crash when special chars present in the value of query (#4408) @Vikrant2520
  • [Fix]: Resolve glitch in graph due to variable and time stamp change (#4406) @Rajat-Dabade
  • fix: back btn navigation on first load (#4405) @Vikrant2520
  • fix: trial banner moving to left screen and breaking trace detail page (#4403) @Vikrant2520

Full Changelog: v0.37.0...v0.37.1

v0.37.0

19 Jan 20:56
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

  • Revert "fix: update time stamp on the first load in URL to help with back navigation" (#4398) @YounixM
  • fix: update time stamp on the first load in URL to help with back navigation (#4397) @Vikrant2520
  • fix: allow workspace blocked users to extend trial (#4393) @YounixM
  • fix: button visibility in clickhouse and promQL headers (#4390) @Vikrant2520
  • fix: [GH-4383]: handle special characters in the services name (#4388) @Vikrant2520
  • fix: autosave layout to layout change (#4385) @YounixM
  • fix: set max 6 months for user entered time (#4384) @YounixM
  • fix: update correct format in URL in case of custom date time (#4371) @Vikrant2520
  • fix: empty string search doesn't return all exceptions (#4346) @YounixM
  • fix: soft min and soft max undefined issue (#4351) @Rajat-Dabade
  • Fix: FE: pipelines: should be able to exit edit mode without making a change (#4335) @raj-k-singh
  • fix: validate password on paste, change (#4344) @YounixM
  • fix: throw error when response for value panel returns more than one … (#4332) @srikanthccv
  • chore: fix the query range cache gaps (#4283) @srikanthccv

🧰 Maintenance

New Contributors

Full Changelog: v0.36.2...v0.37.0

v0.36.2

29 Dec 16:50
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix: logs pipelines: ignore coalesce op when generating nil check for add value expressions (#4305) @raj-k-singh
  • fix: opamp server: do not panic if config generation fails (#4307) @raj-k-singh

🧰 Maintenance

Full Changelog: v0.36.1...v0.36.2

v0.36.1

29 Dec 10:12
019bc8c
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

Full Changelog: v0.36.0...v0.36.1

v0.36.0

22 Dec 10:49
Compare
Choose a tag to compare

🚨Upgrading from older versions

If you were using SigNoz from v0.35.x and prior, you will need to run the migration steps after upgrading to v0.36. - Docs

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

Full Changelog: v0.35.1...v0.36.0

v0.35.1

13 Dec 17:47
a805eb7
Compare
Choose a tag to compare

🚀 Features

  • [Feat]: only clicked legend graph visible (#4226) @Rajat-Dabade
  • feat: track channel click event in support page (#4217) @YounixM
  • feat: pass abort signal to cancel api request on query-key change or … (#4193) @YounixM

🐛 Bug Fixes

  • fix: createPAT method to return id (#4078) @makeavish
  • fix: use updated query value on test query, restrict direct commit to… (#4210) @YounixM
  • Revert "fix: variable edit flow - use updated query value on test query" (#4207) @YounixM
  • fix: incorrect alert description and summary for prom rules (#4190) @srikanthccv
  • Fix: qs: allow saving pipelines without connected agents (#4189) @raj-k-singh
  • fix(FE): render tooltip if full name of attributes/tag in query builder over hover (#4071) @grvv
  • fix(FE): Fixes the background color of the dashboards full screen view as per the mode selected i.e dark or light mode (#4175) @avijeetpandey

🧰 Maintenance

New Contributors

Full Changelog: v0.35.0...v0.35.1

v0.35.0

06 Dec 16:51
09d5793
Compare
Choose a tag to compare

🚀 Features

  • Feat: fe: logs pipelines severity parsing processor (#4149) @raj-k-singh
  • Feat: fe: logs pipelines timestamp parsing processor (#4106) @raj-k-singh
  • Feat: QS: logs pipelines severity parsing processor (#4132) @raj-k-singh
  • feat: dashboard perf improvements (#4010) @YounixM
  • feat: [GH-4093]: move the name to the left and the actions to the right for widget header (#4130) @Vikrant2520

🐛 Bug Fixes

🧰 Maintenance

  • ci(staging-deployment): ✏️ fix command to fetch schema migrator image (#4123) @prashant-shahi
  • chore(deps): bump tj-actions/branch-names from 5.1 to 7.0.7 in /.github/workflows (#4164) @dependabot
  • chore(deps): bump @adobe/css-tools from 4.3.1 to 4.3.2 in /frontend (#4134) @dependabot
  • [Snyk] Security upgrade alpine from 3.18.3 to 3.18.5 (#4145) @ankitnayan
  • [Snyk] Security upgrade alpine from 3.18.3 to 3.18.5 (#4146) @YounixM

Full Changelog: v0.34.4...v0.35.0

v0.34.4

29 Nov 17:34
50d584c
Compare
Choose a tag to compare

🚀 Features

  • Feat: query service: logs pipelines timestamp parsing processor (#4105) @raj-k-singh
  • FE: while saving widget scrolled into view (#4046) @palashgdev
  • feat: custom timeout and contextTimeout flag in response (#4022) @nityanandagohain
  • feat: added the share link for view widget mode (#4052) @palashgdev
  • feat: added auth as pre-requisite for the other tests (#4031) @Vikrant2520
  • feat: add pr template (#4102) @Vikrant2520

🐛 Bug Fixes

  • Fix: some pipelines UI fixes (#4112) @raj-k-singh
  • fix: queryTable is updated with newData (#4084) @palashgdev
  • fix: use window function lagInFrame for rate calculation (#4068) @srikanthccv
  • fix: [GH-4097]: Fix missing values in chart tooltip (#4098) @YounixM
  • fix: updated the form value on mount (#4076) @palashgdev
  • fix: sort tooltip value based on value and highlight on hover (#4059) @YounixM
  • fix: update logic for handling data for uplot charts (#4070) @YounixM
  • Fix/pipelines temp work around for supporting dots in resource keys (#4064) @raj-k-singh
  • [Fix]: the undefined threshold format issue (#4058) @Rajat-Dabade
  • Fix: pipelines: string ops on missing attribs in pipeline filters should not spam warnings (#4049) @raj-k-singh
  • fix: dashboard delete is fixed and toast message is added (#4050) @palashgdev
  • fix: new dashboard menu items are flickering (#4039) @YounixM
  • fix: [GH-4075]: block action on the view section if the dashboard is locked (#4089) @Vikrant2520
  • fix: [GH-4081]: no whitespace should appear when we remove hidden from body styles (#4092) @Vikrant2520
  • fix: [3958]: restrict dashboard api call on other pages on tab visibility change (#4066) @Vikrant2520

🧰 Maintenance

New Contributors

Full Changelog: v0.34.3...v0.34.4

v0.34.3

23 Nov 16:54
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

Full Changelog: v0.34.2...v0.34.3