Skip to content

Releases: mirkosertic/flight-recorder-starter

Release 3.1.0

06 Dec 14:12
Compare
Choose a tag to compare

What's Changed

  • Spring 3 Upgrade by @JoshWein in #108
  • Bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #92
  • Bump maven-surefire-plugin from 3.0.0 to 3.1.0 by @dependabot in #93
  • Bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #95
  • Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot in #97
  • Bump maven-release-plugin from 3.0.0 to 3.0.1 by @dependabot in #96
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #101
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.3 by @dependabot in #109
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2 by @dependabot in #105

New Contributors

Full Changelog: 2.3.1...3.1.0

Release 2.3.1

30 Mar 05:55
0a2259c
Compare
Choose a tag to compare

Changes

  • Bump maven-compiler-plugin from 3.10.0 to 3.10.1
  • Bump spring-boot-starter-parent from 2.6.4 to 2.6.5
  • Bump spring-boot-starter-parent from 2.6.5 to 2.6.6
  • Bump spring-boot-starter-parent from 2.6.6 to 2.6.7
  • Bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13
  • Bump maven-javadoc-plugin from 3.3.2 to 3.4.0
  • Bump spring-boot-starter-parent from 2.6.7 to 2.7.0
  • Bump spring-boot-starter-parent from 2.7.0 to 2.7.1
  • Bump spring-boot-starter-parent from 2.7.1 to 2.7.2
  • Bump maven-javadoc-plugin from 3.4.0 to 3.4.1
  • Bump spring-boot-starter-parent from 2.7.2 to 2.7.3
  • Bump spring-boot-starter-parent from 2.7.3 to 2.7.4
  • Bump spring-boot-starter-parent from 2.7.4 to 2.7.5
  • Bump maven-surefire-plugin from 2.22.2 to 3.0.0
  • Bump maven-javadoc-plugin from 3.4.1 to 3.5.0
  • Bump maven-compiler-plugin from 3.10.1 to 3.11.0
  • Bump maven-release-plugin from 2.5.3 to 3.0.0
  • auto-deletion: delete old recordings by count threshold (FIFO)

Release 2.3.0

10 Mar 07:47
e66cf87
Compare
Choose a tag to compare

Changes

  • Divide configuration classes
  • Bump spring-boot-starter-parent from 2.4.3 to 2.4.5
  • Bump maven-javadoc-plugin from 3.2.0 to 3.3.0
  • Bump spring-boot-starter-parent from 2.4.5 to 2.5.3
  • Bump maven-javadoc-plugin from 3.3.0 to 3.3.1
  • Bump maven-compiler-plugin from 3.8.1 to 3.9.0
  • Bump spring-boot-starter-parent from 2.5.3 to 2.6.3
  • Bump maven-gpg-plugin from 1.6 to 3.0.1
  • Bump maven-javadoc-plugin from 3.3.1 to 3.3.2
  • Bump maven-compiler-plugin from 3.9.0 to 3.10.0
  • Bump nexus-staging-maven-plugin from 1.6.8 to 1.6.10
  • Bump nexus-staging-maven-plugin from 1.6.10 to 1.6.11
  • Bump nexus-staging-maven-plugin from 1.6.11 to 1.6.12
  • Bump spring-boot-starter-parent from 2.6.3 to 2.6.4

Release 2.2.1

19 Mar 11:01
2084968
Compare
Choose a tag to compare

Changes

  • Fix conditional on property (#39)

Release 2.2.0

16 Mar 15:09
0868c33
Compare
Choose a tag to compare

Changes

  • #34 selector annotation to actuator rest controller (#35)
  • WebFlux support (#36)
  • Bump spring-boot-starter-parent from 2.4.2 to 2.4.3 (#32)

Release 2.1.0

10 Feb 13:27
Compare
Choose a tag to compare

Changes

A special thank you to @admoca60 for the great enhancements and work on documentation!

  • #7 got exception during startup process
  • Fixing the conversion to LocalDateTime (#12)
  • Customize the base location for JFR files. (#15)
  • Customizing the configuration to get settings to recording (#16)
  • Feature/18 property disable triggers (#27)
  • Feature/25 physical deletion (#26)
  • Feature/23 enrich recording parameters (#30)
  • Feature/24 change actuator api (#31)
  • Bump spring-boot-starter-parent from 2.3.5.RELEASE to 2.4.0 (#6)
  • Bump spring-boot-starter-parent from 2.4.1 to 2.4.2 (#28)
  • Bump spring-boot-starter-parent from 2.4.0 to 2.4.1 (#8)

Release 2.0.0

11 Nov 14:22
Compare
Choose a tag to compare

Changes

  • Implement recording triggers based on Micrometer

Release 1.1.1

05 Nov 18:59
Compare
Choose a tag to compare

Changes

  • Bump spring-boot-starter-parent from 2.3.3.RELEASE to 2.3.4.RELEASE (#2)
  • Bump spring-boot-starter-parent from 2.3.4.RELEASE to 2.3.5.RELEASE (#3)
  • #4 java.lang.IllegalStateException: Can't stop an already stopped recording

Release 1.1.0

07 Sep 20:33
Compare
Choose a tag to compare

Changes

  • Added interactive flamegraph visualization

Release 1.0.1

03 Sep 16:39
Compare
Choose a tag to compare

Changes

  • Initial release