Skip to content

Releases: grafana/pyroscope-java

v0.4.2: fix: do not integer overflow when attempt gets too high (#16)

15 Feb 12:13
f59bcd6
Compare
Choose a tag to compare
* fix: do not integer overflow when attempt gets too high

* Update ExponentialBackoffTest.java

v0.4.1

14 Jan 16:31
66cc8f7
Compare
Choose a tag to compare
Bump to log4j 2.17.1, which fixes CVE-2021-44832. (#9)

v0.4.0: Bump to log4j 2.17.0, which fixes CVE-2021-45105. (#8)

21 Dec 10:36
86ca36e
Compare
Choose a tag to compare
More details at
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45105

v0.2.0

17 Dec 16:08
2abbed9
Compare
Choose a tag to compare
  • chore: add a clean target and simplify build target name.
  • feat: add support for adhoc environment variable.
  • fix: bump log4j to a version where CVE-2021-44228 is fixed.

v0.1.0: feat: support for other event types (#2)

09 Nov 04:54
451681e
Compare
Choose a tag to compare
* Add .editorconfig

* Add TODO

* Refactor to support multiple event types

* Include Java specific .gitignore entries

* Narrow indent spec to subset of files

* Use enums for units and agg. type

* Move HTTP API enums to own namespace

* Specify units and agg. type per event type

* Fix some bugs

* Set units for ALLOC to BYTES

* Fix NPE; introduce timeseries name

* Use Units.OBJECTS for EventType.ALLOC

v0.0.2

07 Oct 07:28
a4dc654
Compare
Choose a tag to compare
fix: adds proper handling for relative tmp path

v0.0.1

24 Sep 01:57
fdf9a3c
Compare
Choose a tag to compare

Our first stable release.