Skip to content

Releases: parca-dev/parca

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

v0.8.0

22 Feb 14:50
a3a5522
Compare
Choose a tag to compare

Highlights

UI

Go & other

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.1

13 Jan 12:20
Compare
Choose a tag to compare

Highlights

  • Add version and commit to Parca build in the container by @metalmatze in #537

Changelog

Full Changelog: v0.7.0...v0.7.1

Docker images

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

Thanks!

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

v0.7.0

07 Jan 08:43
3be8c67
Compare
Choose a tag to compare

Highlights

Changelog

Full Changelog: v0.6.1...v0.7.0

Docker images

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

Thanks!

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

v0.6.1

21 Dec 16:17
26dc2f1
Compare
Choose a tag to compare

What's Changed

  • goreleaser: Add -X to ldflags by @fpuc in #506
  • pkg/storage: Fix bug so samples seek to correct index by @metalmatze in #507

Full Changelog: v0.6.0...v0.6.1

Docker images

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

Thanks!

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

v0.6.0

16 Dec 16:41
6dae1ef
Compare
Choose a tag to compare

Highlights

UI

  • Parca shows the running version in the top right.
  • Updated to Tailwind v3.0
  • Added a handy reset button for the icicle graph
  • Values are nicely formatted now

Storage

  • The new simpler storage is enabled by default now (not using profile trees anymore).

What's Changed

  • pkg/storage: Implement diffs for flat profiles by @metalmatze in #465
  • pkg/storage: Create GenerateFlatPprof to download pprof profiles by @metalmatze in #469
  • Handling of version (ui, --version, removal of date+builtBy) by @fpuc in #467
  • pkg/storage: Use UUIDs for stack traces by @metalmatze in #466
  • pkg/storage: Truncate flat profile chunks by @metalmatze in #481
  • pkg/storage: Properly inline functions in flat flame graphs by @metalmatze in #478
  • Use versioned metastore keys (#464) by @cbrgm in #484
  • Correct inline existing functions in flamegraphs by @metalmatze in #485
  • Update the README file for the UI directory by @yomete in #487
  • pkg/storage: Use metastore for storing and retreiving stacktraces by UUID by @metalmatze in #489
  • Add a reset view button to Icicle graphs by @yomete in #486
  • *: Specify shell in Makefile by @derekparker in #494
  • *: Fix env.sh when installing minikube by @derekparker in #493
  • Tailwind v3 upgrade by @manojVivek in #495
  • area/ui: Unify value formatting by @yomete in #496
  • pkg/parca: Don't use profileTrees by default anymore by @metalmatze in #497
  • README: fixed the typo in config file name by @manojVivek in #498
  • ui: Fix undefined format and return unformatted number as string by @metalmatze in #500
  • build(deps): bump tailwindcss from 2.2.19 to 3.0.1 in /ui/packages/app/web by @dependabot in #491
  • build(deps-dev): bump @types/node from 16.11.7 to 16.11.10 in /ui by @dependabot in #470
  • build(deps): bump actions/cache from 2.1.6 to 2.1.7 by @dependabot in #459

New Contributors

Full Changelog: v0.5.0...v0.6.0

Docker images

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

Thanks!

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

v0.5.0

24 Nov 10:28
c086e4d
Compare
Choose a tag to compare

Highlights

This release features a brand new metadata-store implementation, based on badger with drastically improved performance compared to the SQLite-based metadata-store. A new strategy to query profiling data is slowly being introduced and will be fully available in an upcoming release.

What's Changed

  • storage: Implement GenerateFlamegraphFlat that works based on []Sample by @metalmatze in #435
  • storage: Querying flat profiles by @metalmatze in #447
  • storage/metastore: Add badger based meta store implementation by @brancz in #433
  • storage: Make stacktraceKey []byte and use inlined map[string] by @metalmatze in #448
  • storage: Use map[string]*Profile in storage by @metalmatze in #449
  • storage: Implement merging of flat profiles by @metalmatze in #454
  • Use vtprotobuf for Go protobuf generation by @brancz in #462

Full Changelog: v0.4.2...v0.5.0

v0.4.2

15 Nov 15:52
c9537b1
Compare
Choose a tag to compare

Changelog

0307bf2: Break query loop when timestamp 0 (@metalmatze)
c9537b1: Merge pull request #446 from parca-dev/query-timestamp-0-break-0.4 (@brancz)

Docker images

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

Thanks!

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

v0.4.1

08 Nov 17:21
03d8ee1
Compare
Choose a tag to compare

Changelog

4425064: Clarify contributing guide (@metalmatze)
4b746f3: Merge pull request #419 from parca-dev/readme-contribution (@brancz)
03d8ee1: Merge pull request #421 from parca-dev/fix-pprof-nil-pointer (@brancz)
aeedb38: pkg/storage: Fix nil pointer for locations that don't have a mapping (@brancz)

Docker images

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

Thanks!

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