Skip to content

Releases: avioconsulting/mule-custom-logger

v3.0.0

24 Oct 03:30
fc37ddc
Compare
Choose a tag to compare

Changelog

🚀 Features

  • 7d1d6ca feat: process flow-ref notifications for log (#74)
  • 48cfe89 feat: Java 17 compatibility and 4.3 minimum supported runtime (#69)

🐛 Fixes

  • fec421f fix: config default values (#73)
  • ffb2e44 fix: payload transformations respects log level checks (#66)

🧰 Tasks

Contributors

We'd like to thank the following people for their contributions:

early-access

24 Oct 03:51
2098536
Compare
Choose a tag to compare
early-access Pre-release
Pre-release

Changelog

🧰 Tasks

  • 2098536 chore: [create-pull-request] Auto increment to v3.0.1-SNAPSHOT (#76)

Contributors

We'd like to thank the following people for their contributions:

v2.3.0

05 Aug 14:16
0e93414
Compare
Choose a tag to compare

Changelog

🚀 Features

  • 6a38758 feat: Add support for formatting message as JSON for Otel and other appenders

🐛 Fixes

  • 1313e2e fix: add a consistent timestamp formatter for v2 (#60)

🧰 Tasks

  • 0e93414 chore: Release v2.3.0
  • f3d39e0 chore: Add codeowners
  • 8a4cb55 chore: [create-pull-request] Auto increment to v2.2.1-SNAPSHOT

Contributors

We'd like to thank the following people for their contributions:

v2.2.0

28 Mar 15:36
89db3c7
Compare
Choose a tag to compare

Changelog

🚀 Features

  • b1c139a feat: export opentelemetry trace context via message attributes (#56)

🧰 Tasks

  • 89db3c7 chore: Release v2.2.0
  • 2191b78 chore: [create-pull-request] Auto increment to v2.1.2-SNAPSHOT (#55)

Contributors

We'd like to thank the following people for their contributions:

v2.1.1

29 Feb 13:58
f059cef
Compare
Choose a tag to compare

Changelog

🚀 Features

  • c20126c feat: allow compressing and encrypting log payloads (#46)

🧰 Tasks

📝 Documentation

  • a44e9cb docs: add maven central dependency info (#45)

  • 0c894ac Fix for issue 49 (#50)
  • 4d07f83 [create-pull-request] Auto increment to v2.0.2-SNAPSHOT

Contributors

We'd like to thank the following people for their contributions:

v2.0.1

19 Jan 15:16
e307dfc
Compare
Choose a tag to compare

What's Changed

  • Always register CustomerLoggerConfiguration by @adesjardin in #40
  • Improving error handling in the timer scope execution by @adesjardin in #40

The logger is published to Maven Central.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

23 Jun 16:22
3d0ac47
Compare
Choose a tag to compare
  • Changed mule module name to AVIO Logger from AVIO core
  • Changed xmlns prefix from avio-core to avio-logger
  • Refactored package structure to be more consistent with other modules.
  • Refactored log object attributes to follow lower camel case naming.
  • Refactored notification listeners and timer scope to re-use existing logging code.
  • Updated timer scope to inject relevant services and not manually evaulate expressions.
  • Added backward v1 compatibility mode to allow previous attribute names in case log processing pipelines can't be updated immediately.

v1.3.0

10 Feb 13:26
e954988
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.3.0

v1.2.3

07 Feb 19:34
7440f42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

14 Dec 21:17
3edd730
Compare
Choose a tag to compare

Changes