Releases: grafana/pyroscope-java
Releases · grafana/pyroscope-java
v0.4.2: fix: do not integer overflow when attempt gets too high (#16)
* fix: do not integer overflow when attempt gets too high * Update ExponentialBackoffTest.java
v0.4.1
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)
More details at https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45105
v0.2.0
- 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)
* 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
fix: adds proper handling for relative tmp path
v0.0.1
Our first stable release.