Skip to content

v0.3.0

Compare
Choose a tag to compare
@andrewazores andrewazores released this 07 Dec 17:50
· 176 commits to main since this release
018c298

Contributors

@Josh-Matsuoka, @aali309, @andrewazores, @dependabot, @dependabot[bot], @ebaron and @mwangggg

What's Changed

Features

  • feat(registration): receive platform env map from server on registration (#143) @andrewazores
  • feat(baseuri): add baseuri-range config property to control servers the Agent will register with (#243) @andrewazores
  • feat(triggers): allow complex expressions, add caching for performance (#221) @andrewazores
  • feat(triggers): allow specification of triggers using SmallRye Config properties (#220) @andrewazores
  • feat(triggers): include smart-triggered recordings in Harvester upload logic (#217) @andrewazores
  • feat(triggers): Add Support for defining MBean Triggers to the cryostat agent (#197) @Josh-Matsuoka
  • feat(discovery): dual HTTP+JMX registration (#203) @andrewazores
  • feat(api): mutation operations (#175) @andrewazores

Fixes

  • build(shade): shade and relocate dependencies to avoid conflicts (#224) @andrewazores
  • fix(mbean): suppress warning message if BootClassPath unsupported (#195) @andrewazores
  • fix(registration): discovery plugin registration bugfixes and refactor (#193) @andrewazores

Maintenance

  • build(deps): bump org.owasp:dependency-check-maven from 8.4.2 to 8.4.3 (#251) @dependabot
  • build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.8.0 to 4.8.1 (#246) @dependabot
  • build(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0 (#245) @dependabot
  • build(deps-dev): bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 (#241) @dependabot
  • ci(dependabot): remove reviewers config (#240) @aali309
  • build(deps): bump org.owasp:dependency-check-maven from 8.4.0 to 8.4.2 (#238) @dependabot
  • build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#232) @dependabot
  • build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#229) @dependabot
  • build(deps): bump commons-io:commons-io from 2.11.0 to 2.13.0 (#216) @dependabot
  • chore(release): prepare for cryostat 2.4.0 release (#222) @andrewazores
  • build(mvn): add mvn wrapper (#211) @andrewazores
  • build(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.5 to 4.7.3.6 (#206) @dependabot
  • build(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.5.0 to 3.5.1 (#207) @dependabot
  • build(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.39.0 to 2.40.0 (#212) @dependabot
  • chore(recordings): add InvalidEventTemplateException for bad start recording requests (#198) @mwangggg
  • build(deps): bump io.cryostat:cryostat-core from 2.22.0 to 2.23.0 (#210) @dependabot
  • build(deps): bump com.mycila:license-maven-plugin from 4.2 to 4.3 (#209) @dependabot
  • ci(jdk): also test on JDK 21 (#204) @andrewazores
  • build(pom): restore dagger compiler property (#200) @ebaron
  • chore(readme): add badges to readme (#199) @mwangggg