Skip to content

0.7.0-alpha4

Pre-release
Pre-release
Compare
Choose a tag to compare
@hkupty hkupty released this 28 Oct 22:46
· 154 commits to dev/0.7 since this release
30015e3

penna-api

Changed

  • Add ExcaptionHandling configuration (#53)
  • Log fields internally return byte arrays instead of strings (#59)
  • ExceptionHandling allow for configuring maximum depth (#59)

penna-core

Added

  • Penna MDC Adapter (#55)

Changed

  • Allow sinks to read config (#51)
  • Configure stacktrace depth and frame deduplication (#53)
  • Optimize keyword handling in json logs (#56)
  • Format logs only when writting the output (#56)
  • Refactor structure of native MDC (#59)
  • Move sinks and restructure output creation (#59)
  • Refactor integer to ascii logic (#59)
  • Various misc improvements for performance (#59)
  • Fix formatting for null arguments(#62)

penna-yaml-config

Changed

  • Allow for configuring exception handling (#53)

penna-dev

Added

  • Create dev runtime with enhanced readability for logs (#61)

Changed

  • Fix formatting for null arguments(#62)