Skip to content

v0.6.0

Compare
Choose a tag to compare
@agentgt agentgt released this 11 Jun 16:04
· 71 commits to main since this release

Major refactoring as we move towards 1.0.0

  • partial rolling support has been added such that logrotate and other agents can rotate files with out data loss
    • Unfortunately this feature requires some manual integration but In the future will make this easier and provide a Spring Boot actuator endpoint for rolling signaling.
  • jlink was not working because of the eclipse null annotations missing module-info.java. The annotations are now marked as provided so jlink will work. Thanks @bowbahdoe !
  • rainbowgum-jdk module will now safely detect if java.logging is available and thus is now a requires static.
  • property and builder error messaging has improved

What's Changed

  • Fix property error messages and output reg by @agentgt in #84

New Contributors

Full Changelog: v0.5.0...v0.6.0