Skip to content

0.6.1

Compare
Choose a tag to compare
@hkupty hkupty released this 31 Mar 11:57
· 13 commits to dev/0.6 since this release
af8e3f7

Below are the changes between version 0.5.x and version 0.6.1.

penna-core

Added

  • Internal json writer (no 3rd party dependency); (#29)
  • Native sink using internal writer; (#29)
  • StackTraceFilter for caching already printed stacktrace lines; (#29)

Changed

  • Added suppressed throwables to the logged exceptions; (#29)
  • Minilogger now logs in json; (#39)
  • Remove unnecessary "..." from stacktrace if we break out of the loop due to repetition (#41)

Fixed

  • Clock thread name; (#29)
  • MDC block was not outputting a comma after running, producing an invalid json (#41)

Removed

  • JacksonSink, GsonSink and JakartaSink sinks are removed in favor of the native sink; (#35)

penna-yaml-config

Changed

  • Added pmd and static analysis checks to penna-yaml-config; (#39)

Fixed

  • Fix reading yaml config from penna.yaml inside the jar; (#38)

For more details, read the changelog here