Skip to content

Releases: elastic/ecs-logging-java

Release 1.7.0

14 Apr 11:33
35931d0
Compare
Choose a tag to compare

What's Changed

  • post release v1.6.0 by @apmmachine in #237
  • ci(snapshot): skip deploy if no snapshot version or release version by @v1v in #238
  • ci: use .java-version and prepare to use VM with installed tools in BK by @v1v in #241
  • bk: use specialised bk runners by @v1v in #242
  • security: add permissions block to workflows by @reakaleek in #234
  • fix: automate release note by @amannocci in #247
  • add script to get published artifacts by @SylvainJuge in #251
  • github-actions: enable provenance for the jar files by @v1v in #250
  • github-action: add attestations scope by @v1v in #252
  • github-action: delete opentelemetry workflow by @v1v in #253
  • github-action: use actions/attest-build-provenance by @v1v in #254
  • ci: use updatecli with GitHub secrets by @v1v in #255
  • ci: updatecli signed commits by @v1v in #256
  • buildkite: change git user/email by @v1v in #257
  • github-actions: slack with GitHub secrets by @v1v in #258
  • [release] improve release steps naming by @SylvainJuge in #260
  • github-action: run buildkite action with GH secrets by @v1v in #259
  • [release] fix typo in release workflow by @SylvainJuge in #261
  • ci: use github secrets for GH token by @v1v in #262
  • github-action: add dependabot for GitHub actions by @v1v in #265
  • updatecli: use shared updatecli policies by @v1v in #264
  • updatecli: rename update-compose.yaml to updatecli-compose.yaml by @reakaleek in #269
  • build(deps): bump the github-actions group across 1 directory with 4 updates by @dependabot in #273
  • build(deps): bump actions/attest-build-provenance from 1.4.1 to 1.4.2 in the github-actions group across 1 directory by @dependabot in #274
  • deps(updatecli): bump all policies by @obltmachine in #275
  • build(deps): bump actions/attest-build-provenance from 1.4.2 to 1.4.3 in the github-actions group across 1 directory by @dependabot in #277
  • deps(updatecli): bump all policies by @obltmachine in #280
  • Bump actions/upload-artifact to v4 by @reakaleek in #279
  • Update test-reporter workflow by @reakaleek in #281
  • github-action: use oblt-actions/maven/await-artifact by @v1v in #282
  • github-action: use oblt-actions/pre-commit by @v1v in #283
  • github-action: use ephemeral tokens with the required permissions by @v1v in #278
  • deps(updatecli): bump all policies by @elastic-observability-automation in #286
  • ci: use GitHub app for ephemeral tokens by @v1v in #285
  • github-actions: use ephemeral tokens by @v1v in #287
  • github-actions: use v1 for the oblt-actions by @v1v in #292
  • build(deps): bump actions/attest-build-provenance from 1.4.3 to 1.4.4 in the github-actions group across 1 directory by @dependabot in #290
  • ci: use tool-versions for updatecli by @v1v in #294
  • deps: Bump updatecli version to v0.90.0 by @elastic-observability-automation in #295
  • Add support for new spring boot rolling policy properties by @JonasKunz in #297
  • github-action: Add AsciiDoc freeze warning by @reakaleek in #303
  • deps: Bump updatecli version to v0.94.1 by @elastic-observability-automation in #304
  • [docs] Add the new docs CI checks by @colleenmcginnis in #305
  • [docs] Migrate docs from AsciiDoc to Markdown by @colleenmcginnis in #306
  • [docs] Clean up cross-repo links by @colleenmcginnis in #307
  • Move pipeline definition from terrazzo. by @ev1yehor in #309
  • [docs] Fix external links by @colleenmcginnis in #310
  • Update labeler.yml by @ismisepaul in #313
  • [docs] Miscellaneous docs clean up by @colleenmcginnis in #314
  • build(deps): bump actions/attest-build-provenance from 1.4.4 to 2.2.3 in the github-actions group across 1 directory by @dependabot in #311
  • deps: Bump updatecli version to v0.96.0 by @elastic-observability-automation in #316
  • feat: support customization for MDC serializer by @aliaksandr-lavishak-tde in #293
  • Update MdcSerializerResolver.java by @jackshirazi in #321
  • [release] release-step-2 1.7.0 by @elastic-observability-automation in #323

New Contributors

Full Changelog: v1.6.0...v1.7.0

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)