Skip to content

v0.21.0

Compare
Choose a tag to compare
@pyroscopebot pyroscopebot released this 07 Jul 00:58
· 2890 commits to main since this release

Installation

For instructions on how to install pyroscope visit our Getting Started guide.

Source code

pyroscope-0.21.0-source.tar.gz

Linux binary builds

pyroscope-0.21.0-linux-amd64.tar.gz
pyroscope-0.21.0-linux-arm64.tar.gz

Ubuntu / Debian (.deb) builds

pyroscope_0.21.0_amd64.deb
pyroscope_0.21.0_arm64.deb

RHEL / CentOS (.rpm) builds

pyroscope-0.21.0-1-x86_64.rpm
pyroscope-0.21.0-1-aarch64.rpm

Windows (.msi) builds

pyroscope_agent_0.21.0_amd64.msi

Changes:

Bug Fixes

  • add sidebar separation lines (#1216) (9efc566)
  • adhoc/diff-view data table initial render (#1190) (b03794c)
  • colors on login pages (#1197) (a6b2b22)
  • default name when exporting diff (#1195) (c8e9b79)
  • flamegraph: do a deep comparison for whether the flamegraph is the same (#1212) (910d8ea)
  • frontend: don't crash when flamegraph changes (#1200) (f558e0d)
  • improved nodes coloring by fixing murmur math (#1214) (8ea4f73)
  • load exemplar metadata from segment (#1185) (e869730)
  • single view app update should change comp/diff view left and right apps (#1211) (9a4f34d)
  • Update flamegraph color pallette (9476039)
  • zoom/focus reset on changing selected node [refactored] (#1184) (949052d)

Features