Skip to content

Releases: elastic/ecs-logging-java

Release 1.6.0

27 Feb 16:54
06ca554
Compare
Choose a tag to compare

New features

  • #220 : add support for logback ECS encoder

Release 1.5.0

21 Aug 10:13
Compare
Choose a tag to compare
  • Features
    • Added support for service.environment (#184)
    • JUL: allow custom MDC lookup (#193)

Release 1.4.0

28 Apr 16:05
Compare
Choose a tag to compare
  • Features
    • Added support for service.version (#168)
    • Logback: Implement ability to configure a throwable converter (#127)
    • Log4j2: Configurable exception pattern (#177)
  • Bug fixes
    • Java Util Logging: Fix loading of boolean configs (#182)
  • Performance
    • Reduce allocations for formatting exception stack traces (#178)
    • Use StringBuilder for stack trace (#181)
  • Cosmetics
    • Remove trailing space from serialization (#180)

v1.3.2

28 Apr 16:12
Compare
Choose a tag to compare

No changes

v1.3.1

28 Apr 16:11
Compare
Choose a tag to compare

What's Changed

  • Bump log4j-core from 2.17.0 to 2.17.1 in /log4j2-ecs-layout by @jackshirazi in #163

New Contributors

Full Changelog: v1.3.0...v1.3.1

Release 1.3.0

28 Apr 16:08
Compare
Choose a tag to compare
  • Consider log4j2.formatMsgNoLookups for additionalFields (#157)
  • Updates log4j version to 2.17.0

Release 1.2.0

21 Oct 10:32
Compare
Choose a tag to compare

Features

  • Add ECS console appender for spring boot (#138)
  • Allow Logback EcsEncoder subclasses to insert custom fields (#151)

Release 1.1.0

07 Jul 14:13
Compare
Choose a tag to compare

Features

  • Add config option for the service.node.name field (#135)

Release 1.0.1

23 Feb 14:15
Compare
Choose a tag to compare

Bug Fixes

  • Fix Logback support for 1.1.x versions (#122)

Release 1.0.0

04 Feb 10:19
Compare
Choose a tag to compare

Features

  • Make all fields under log.origin.* be consistently nested (#120)
  • Make additionalFields configurable for JUL (#118)