Skip to content

Releases: parca-dev/parca-agent

v0.23.2

20 Jul 09:06
9a25aab
Compare
Choose a tag to compare

Changelog

Fixes

  • Fix only reporting profiling data of a single thread of a process per profiling cycle by @brancz in #1874

Full Changelog: v0.23.1...v0.23.2

Docker images

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

Thanks!

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

v0.23.1

18 Jul 19:12
9d4dfd4
Compare
Choose a tag to compare

Changelog

Fixes

  • Fix processes not being able to be unwinded, which is accidentally caused by not having symbol tables by @brancz in #1867

Enhancement

  • Add metadata to identify Python and Ruby processes by @kakkoyun in #1868

Full Changelog: v0.23.0...v0.23.1

Docker images

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

Thanks!

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

v0.23.0

17 Jul 12:59
v0.23.0
d6e4401
Compare
Choose a tag to compare

Changelog

Features

Enhancements

  • bpf: Add metrics pertaining to JITed unwinding by @Sylfrena in #1858
  • cmd/parca-agent: Bind debug endpoint to localhost only by default by @brancz in #1860
  • Do not use global tracer provider by @kakkoyun in #1835

Full Changelog: v0.22.0...v0.23.0

Docker images

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

Thanks!

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

v0.22.0

11 Jul 15:56
185094f
Compare
Choose a tag to compare

Changelog

Fixes

  • Use frame pointer unwinding for v8-based applications by @javierhonduco in #1836
  • grpc/conn: Introduce exponential backoff retry with jitter for unary requests by @kakkoyun in #1826
  • Make archive names linux uname -m compatible by @kakkoyun in #1830

Misc

Full Changelog: v0.21.0...v0.22.0

New Contributors

Docker images

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

Thanks!

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

v0.21.0

03 Jul 10:09
729bbbc
Compare
Choose a tag to compare

Changelog

Features

Improvements

  • Always include all architectures of BPF programs by @brancz in #1809
  • *: Fix arm64 builds to choose correct BPF file by @brancz in #1807

Fixes

Misc

Full Changelog: v0.20.0...v0.21.0

Docker images

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

Thanks!

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

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.