Skip to content

Releases: parca-dev/parca

v0.14.0

10 Nov 08:54
Compare
Choose a tag to compare

Highlights

This release features a few small improvements and bug fixes but the three main topics are:

  • Massively improved API response size and latency allowing to merge ever more data at low latency.
  • Improved autocomplete based on an Earley parser built using nearley.js.
  • Various improvements to the callgraph visualization (still behind a feature flag but it's progressing nicely and we hope to release it without a feature flag soon).

Enhancements

Bug fixes

  • config: Ensure path_prefix comes with default pprof_config by @maxbrunet in #1959
  • ui: Date picker timezone fix and minor UX improvement by @manojVivek in #2030
  • API: Don't return empty label-values by @brancz in #2035
  • symbolization: Fix handling of stripped Go binaries by @brancz in #2066

New Contributors

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

v0.13.0

20 Oct 16:17
Compare
Choose a tag to compare

Highlights

New Contributors

What's Changed

Read more

v0.12.1

29 Jul 13:57
bb247a1
Compare
Choose a tag to compare

Changelog

Docker images

docker pull ghcr.io/parca-dev/parca:v0.12.1

Thanks!

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

v0.12.0

19 Jul 14:27
v0.12.0
feeab57
Compare
Choose a tag to compare

Highlights

Docker images

docker pull ghcr.io/parca-dev/parca:v0.12.0

Thanks!

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

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.12.0-rc.0

14 Jul 14:48
v0.12.0-rc.0
Compare
Choose a tag to compare
v0.12.0-rc.0 Pre-release
Pre-release

Highlights

Docker images

docker pull ghcr.io/parca-dev/parca:v0.12.0-rc.0

Thanks!

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

New Contributors

Full Changelog: v0.11.0...v0.12.0-rc.0

v0.11.1

17 May 08:16
fcbc437
Compare
Choose a tag to compare

Bug fix

  • Using default date range when partial query params are found in the URL by @manojVivek in #1057

Full Changelog: v0.11.0...v0.11.1

v0.11.0

04 May 13:08
44b7805
Compare
Choose a tag to compare

Highlights

This release introduces and switches all of Parca to use arcticDB a columnar database specifically built for Parca.

What's Changed

  • Add diffing to the Top Table by @metalmatze in #872
  • pkg/query: Sort list in aggregateTopByFunction by @importhuman in #879
  • Remove k8s namespace duplicate by @marselester in #884
  • area/ui: Only show the diff column for the Top table when comparing by @yomete in #885
  • Validate labels for profiles received by @Sylfrena in #842
  • *: Integrate ArcticDB by @brancz in #891
  • pkg/query: Fix diffing for distinct stacktraces by @brancz in #941
  • pkg/query: Fix incorrect aggregation of flat values in table by @brancz in #956
  • Remove tsdb & introduce profile types by @brancz in #990
  • parca.yaml: Add explanation of additional endpoints to example config by @brancz in #991
  • area/ui: Fix bug in top table sorting by @yomete in #1009
  • area/ui: Add legend to icicle graph when comparing profiles by @yomete in #993

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

31 Mar 16:30
v0.10.0
e0c7d0c
Compare
Choose a tag to compare

Highlights

  • ui: Time Picker relative time ranges need to be positive by @metalmatze in #827
  • ui: Sort Targets by URL, make job name bigger by @metalmatze in #833
  • ui/grpc: Added provision to pass grpc metadata in @parca/components by @manojVivek in #816
  • ui: Add rounded MatcherInput labels by @metalmatze in #836
  • ui: Moved metric graph fill style from global to component level by @manojVivek in #838
  • debuginfo: Fix several minor issues by @kakkoyun in #839
  • debuginfo/client: Fix error handling by @kakkoyun in #846
  • pkg/query: Add stripEmptyNodes helper for flamegraphs by @metalmatze in #844

Changelog

Full Changelog: v0.9.0...v0.10.0

Docker images

docker pull ghcr.io/parca-dev/parca:v0.10.0

Thanks!

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

v0.9.0

25 Mar 14:55
v0.9.0
06c1303
Compare
Choose a tag to compare

Highlights

New Contributors

Full Changelog: v0.8.0...v0.9.0

Docker images

docker pull ghcr.io/parca-dev/parca:v0.9.0

Thanks!

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

v0.8.1

28 Feb 19:23
Compare
Choose a tag to compare

What's Changed

  • ui/logo: Parca logos fixed for dark mode by @manojVivek in #665
  • pkg/profile: Ignore samples that have no locations by @brancz in #666
  • Migration to Redux Toolkit by @monicawoj in #661
  • symbolizer: Make sure vendored debug/elf used by @kakkoyun in #675
  • ui/datePicker: Date Range Picker uses UTC as the timezone by @manojVivek in #679
  • feat: remove threadcreate profiles by @me-diru in #680
  • area/ui: Fix z-index issues with tooltips by @yomete in #677
  • deploy: Remove amd64 node requirement by @brancz in #688
  • area/ui: Fix selecting multiple labels breaking the UI by @yomete in #676

New Contributors

Full Changelog: v0.8.0...v0.8.1