Skip to content

Releases: parca-dev/parca-agent

v0.20.0

20 Jun 10:39
89e699a
Compare
Choose a tag to compare

This Parca Agent release includes three main additions:

  1. Improved support for short lived processes.
  2. Add support for unwinding mixed stacks (JIT/DWARF/frame-pointer).
  3. Various metadata stability improvements.

Apart from these dozens of parca Agent performance improvements landed.

Happy profiling!

— Parca Maintainers

Changelog

Full Changelog: v0.19.0...v0.20.0

Docker images

docker pull ghcr.io/parca-dev/parca-agent:v0.20.0

Thanks!

Join our Discord server;
Follow us on Twitter;
Read the documentation.

v0.19.0

26 Apr 15:06
4094583
Compare
Choose a tag to compare

Changelog

Improvements

Full Changelog: v0.18.0...v0.19.0

Docker images

docker pull ghcr.io/parca-dev/parca-agent:v0.19.0

Thanks!

Join our Discord server;
Follow us on Twitter;
Read the documentation.

v0.18.0

20 Apr 14:24
7071ce9
Compare
Choose a tag to compare

Changelog

Fixes*

Minor Changes

Full Changelog: v0.17.2...v0.18.0

Docker images

docker pull ghcr.io/parca-dev/parca-agent:v0.18.0

Thanks!

Join our Discord server;
Follow us on Twitter;
Read the documentation.

v0.17.2

12 Apr 13:55
v0.17.2
55183f0
Compare
Choose a tag to compare

Changelog

Fixes

  • Prevent the panics when we try to retry with a different number of shards by @kakkoyun in #1547

Minor Changes

  • Hidden flag to disable address normalization for debugging by @marselester in #1534

Full Changelog: v0.17.1...v0.17.2

Docker images

docker pull ghcr.io/parca-dev/parca-agent:v0.17.2

Thanks!

Join our Discord server;
Follow us on Twitter;
Read the documentation.

v0.17.1

06 Apr 19:03
315aac8
Compare
Choose a tag to compare

Changelog

Fixes

Full Changelog: v0.17.0...v0.17.1

Docker images

docker pull ghcr.io/parca-dev/parca-agent:v0.17.1

Thanks!

Join our Discord server;
Follow us on Twitter;
Read the documentation.

v0.17.0

04 Apr 15:27
v0.17.0
ed2a75e
Compare
Choose a tag to compare

Changelog

Features:

  • pkg/convert: Add JFR to pprof converter by @brancz in #1499

Enhancements:

Bug fixes:

  • pkg/discovery: Fix panic when systemd gets corrupted header by @marselester in #1513
  • cmd/parca-agent: Make sure log format flag is used by @kakkoyun in #1506
  • cmd/parca-agent: Fix debuginfo flags struct by @brancz in #1523
  • pkg/profiler/cpu: Fix condition for RequestUnwindInformation by @javierhonduco in #1519

Full Changelog: v0.16.0...v0.17.0

Docker images

docker pull ghcr.io/parca-dev/parca-agent:v0.17.0

Thanks!

Join our Discord server;
Follow us on Twitter;
Read the documentation.

v0.16.0

29 Mar 13:39
9137875
Compare
Choose a tag to compare

Changelog

Enhancements:

Bug fixes:

Full Changelog: v0.15.0...v0.16.0

Docker images

docker pull ghcr.io/parca-dev/parca-agent:v0.16.0

Thanks!

Join our Discord server;
Follow us on Twitter;
Read the documentation.

v0.15.0

27 Mar 16:21
a475dda
Compare
Choose a tag to compare

Changelog

Features:

Enhancements:

Bug fixes:

Full Changelog: v0.14.0...v0.15.0

Docker images

docker pull ghcr.io/parca-dev/parca-agent:v0.15.0

Thanks!

Join our Discord server;
Follow us on Twitter;
Read the documentation.

v0.14.0

15 Mar 10:03
v0.14.0
836c146
Compare
Choose a tag to compare

Changelog

Features:

Enhancements:

Bug fixes:

Full Changelog: v0.13.0...v0.14.0

Docker images

docker pull ghcr.io/parca-dev/parca-agent:v0.14.0

Thanks!

Join our Discord server;
Follow us on Twitter;
Read the documentation.

v0.13.0

28 Feb 16:42
764fa23
Compare
Choose a tag to compare

Changelog

Features:

  • Unwinding for applications without frame pointers enable by default (#1375)
  • Support reading symbols from jitdump (#1051)

Enhancements:

  • Updated LLVM from 12 to 14 (#1358)

Bug fixes:

  • Fix association problems of children processes in (#1348)
  • Ensure cached debuginfo path are not stale (#1332)

Full Changelog: v0.12.0...v0.13.0

Docker images

docker pull ghcr.io/parca-dev/parca-agent:v0.13.0

Thanks!

Join our Discord server;
Follow us on Twitter;
Read the documentation.