v0.2.0
Contributors
@andrewazores, @dependabot, @dependabot[bot], @ebaron, @maxcao13 and @tthvo
What's Changed
Features
- fix(periodic): config for maxage/maxsize to prevent recording upload timeouts due to large filesize (#96) @andrewazores
- feat(api): remote readonly recordings access (#82) @andrewazores
- feat(api): remote readonly events access (#80) @andrewazores
- feat(api): remote readonly accesses (#78) @andrewazores
- feat(plugin): require HTTP Basic authentication (#64) @andrewazores
- feat(harvester): harvester push to per-agent API endpoint and add maxFiles configuration (#41) @maxcao13
- feat(harvester): add config for maxAge/maxSize for exit uploads (#30) @andrewazores
- feat(harvester): implement JFR harvester and push-to-archives (#26) @andrewazores
- feat(jwt): implement JWT flow (#9) @andrewazores
Fixes
- fix(states): add REFRESHING state to avoid deregistration skew and cancellations (#100) @andrewazores
- fix(registration): registration checks and re-registration flow (#86) @andrewazores
- fix(http): use Apache HTTP client (#55) @andrewazores
- fix(signals): handle shutdown signals cleanly on failed startup (#44) @andrewazores
- fix(max-files): encode value as string, not raw int bytes (#50) @andrewazores
- fix(registration): do not restart harvester on refresh (#29) @andrewazores
- fix(registration): handle 401 on update with reregistration (#16) @andrewazores
- fix(vertx): remove vertx dependency (#12) @andrewazores
Maintenance
- build(config): update pom and add mergify for 2.3 release (#102) @tthvo
- build(deps): bump cryostat-core from 2.19.2 to 2.20.0 (#98) @dependabot
- build(deps): bump cryostat-core from 2.19.1 to 2.19.2 (#97) @dependabot
- build(deps): bump spotbugs-maven-plugin from 4.7.3.3 to 4.7.3.4 (#94) @dependabot
- build(deps): bump httpclient from 4.5.13 to 4.5.14 (#57) @dependabot
- build(deps): bump slf4j-jdk14 from 1.7.36 to 2.0.6 (#35) @dependabot
- build(deps): bump spotless-maven-plugin from 2.35.0 to 2.36.0 (#93) @dependabot
- build(deps): bump jacoco-maven-plugin from 0.8.8 to 0.8.9 (#92) @dependabot
- build(deps): bump spotbugs-maven-plugin from 4.7.3.2 to 4.7.3.3 (#87) @dependabot
- build(deps): bump dependency-check-maven from 8.1.2 to 8.2.1 (#88) @dependabot
- build(deps): bump license-maven-plugin from 4.1 to 4.2 (#89) @dependabot
- build(deps): bump spotless-maven-plugin from 2.34.0 to 2.35.0 (#76) @dependabot
- build(deps-dev): bump org.mockito.version from 5.1.1 to 5.2.0 (#75) @dependabot
- chore(ci): use temurin distribution jdk (#77) @tthvo
- build(deps): bump dependency-check-maven from 8.1.0 to 8.1.2 (#72) @dependabot
- build(deps): bump spotless-maven-plugin from 2.33.0 to 2.34.0 (#73) @dependabot
- build(deps): bump spotbugs-maven-plugin from 4.7.3.0 to 4.7.3.2 (#70) @dependabot
- build(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#71) @dependabot
- build(deps): bump dagger-compiler from 2.26 to 2.45 (#74) @dependabot
- build(deps): bump cryostat-core from 2.18.0 to 2.19.1 (#67) @dependabot
- ci(deps): configure Dependabot to read from GH packages (#65) @ebaron
- build(deps): bump dependency-check-maven from 7.4.4 to 8.1.0 (#60) @dependabot
- build(deps): bump spotless-maven-plugin from 2.32.0 to 2.33.0 (#59) @dependabot
- build(deps): bump smallrye-config from 2.11.1 to 2.12.3 (#52) @dependabot
- build(deps): bump dagger from 2.44.2 to 2.45 (#56) @dependabot
- build(deps): bump spotless-maven-plugin from 2.31.0 to 2.32.0 (#53) @dependabot
- build(deps-dev): bump org.mockito.version from 5.1.0 to 5.1.1 (#51) @dependabot
- build(deps-dev): bump org.mockito.version from 5.0.0 to 5.1.0 (#47) @dependabot
- build(deps): bump spotless-maven-plugin from 2.30.0 to 2.31.0 (#45) @dependabot
- build(deps): bump jackson-databind from 2.13.3 to 2.14.1 (#36) @dependabot
- build(deps): bump maven-jar-plugin from 3.2.2 to 3.3.0 (#33) @dependabot
- build(deps): bump spotless-maven-plugin from 2.29.0 to 2.30.0 (#38) @dependabot
- build(deps-dev): bump org.mockito.version from 4.11.0 to 5.0.0 (#34) @dependabot
- build(deps): bump maven-shade-plugin from 3.3.0 to 3.4.1 (#40) @dependabot
- ci(dependabot): add config (#32) @andrewazores
- build(pom): pull -core dep from GitHub Packages (#18) @andrewazores
- chore(jdk): use JDK 11 (#8) @andrewazores