Skip to content

Releases: parca-dev/parca-agent

v0.25.1

25 Sep 12:29
6b1f315
Compare
Choose a tag to compare

This release is a small improvement over v0.25.0 which improves performance and lowers/removes large memory spikes.

Changelog

Fixes

Breaking changes

--verbose-bpf-logging is now --bpf-verbose-logging

Full Changelog: v0.25.0...v0.25.1

Docker images

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

Thanks!

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

v0.25.0

20 Sep 14:38
d3a6c24
Compare
Choose a tag to compare

Changelog

Features

Fixes

Enhancements

Full Changelog: v0.24.0...v0.25.0

Docker images

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

Thanks!

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

v0.24.0

15 Sep 20:32
v0.24.0
c2b3751
Compare
Choose a tag to compare

Changelog

Features

Fixes

Enhancements

Full Changelog: v0.23.3...v0.24.0

Docker images

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

Thanks!

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

v0.23.3

04 Aug 07:43
v0.23.3
f2aa11f
Compare
Choose a tag to compare

Changelog

Fixes

  • fix: "BPF program too large" error in kernel release 6.4 and greater by @javierhonduco in #1908
  • deploy: Remove liveness probe by @brancz in #1876
  • pkg/mapping: Add more patterns for mappings not to open by @brancz in #1896
    pull/1898

Improvements

Full Changelog: v0.23.2...v0.23.3

Docker images

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

Thanks!

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

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.