Skip to content

Releases: parca-dev/parca-debuginfo

v0.11.0

21 May 13:07
2aed700
Compare
Choose a tag to compare

What's Changed

  • Fix producing invalid .zstd.tar source archives by @brancz in #22

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

v0.10.0

30 Apr 15:38
0b5c2ff
Compare
Choose a tag to compare

What's Changed

  • Add keep-only-debug mode as default by @kakkoyun in #19
  • Ensure that upload is not going to be empty by @brancz in #20
  • Allow forcing a certain build id by @brancz in #21

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

v0.9.0

31 Aug 11:03
9698205
Compare
Choose a tag to compare

What's Changed

  • Add source command to build source archive from debuginfo by @brancz in #18

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

v0.8.0

16 Aug 09:26
ace8012
Compare
Choose a tag to compare

What's Changed

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

v0.7.0

18 Jul 08:47
0e912a4
Compare
Choose a tag to compare

What's Changed

  • Allow passing bearer token as env var by @brancz in #16

Full Changelog: v0.6.0...v0.7.0

v0.6.0

14 Jul 13:05
f3a572b
Compare
Choose a tag to compare

What's Changed

  • Allow forcing a debuginfo upload even if it already exists by @brancz in #14

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

v0.5.0

22 May 09:50
e98268b
Compare
Choose a tag to compare

What's Changed

  • cmd/parca-debuginfo: Only instantiate gRPC connection when necessary by @brancz in #11
  • cmd/parca-debuginfo: Allow not initiating uploads by @brancz in #12
  • main.go: Reset buffer to correctly report length by @brancz in #13

Full Changelog: v0.4.0...v0.5.0

v0.4.0

20 Dec 11:01
498b6b5
Compare
Choose a tag to compare

Breaking changes

This release has a breaking change in the debuginfo upload protocol, which is only compatible with Parca server v0.15.0 or higher (more details in #9 and parca-dev/parca#2248).

Full Changelog: v0.3.0...v0.4.0

v0.3.0

18 Nov 09:10
254e27d
Compare
Choose a tag to compare

What's Changed

  • Add support for allowing to upload without extracting by @brancz in #6

Full Changelog: v0.2.0...v0.3.0

v0.2.0

15 Nov 16:07
8edacde
Compare
Choose a tag to compare

With this release this tool was renamed to parca-debuginfo to be aligned with community tools that write it as "debuginfo" (one word, no dashes, no spaces) and within the Parca project itself (hence the parca- prefix).

What's Changed

  • Seek to the beginning of extraced objectfiles before attempting upload by @brancz in #5

New Contributors

  • @brancz made their first contribution in #5

Full Changelog: v0.1.0...v0.2.0