From 3bec8909d93c918471172e86aea00251a4a0f9cc Mon Sep 17 00:00:00 2001 From: eyalkoren <41850454+eyalkoren@users.noreply.github.com> Date: Tue, 22 Mar 2022 09:00:51 +0200 Subject: [PATCH] Add to CHANGELOG --- CHANGELOG.asciidoc | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index bc4810a8e7..6e6e0d8a0c 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -20,8 +20,17 @@ endif::[] === Unreleased -[[release-notes-1.29.1]] -==== 1.29.1 - YYYY/MM/DD +[[release-notes-1.30.1]] +==== 1.30.1 - YYYY/MM/DD + +[float] +===== Bug fixes + +[[release-notes-1.x]] +=== Java Agent version 1.x + +[[release-notes-1.30.0]] +==== 1.30.0 - 2020/03/22 [float] ===== Potentially breaking changes @@ -31,7 +40,7 @@ endif::[] [float] ===== Refactorings * Logging frameworks instrumentations - {pull}2428[#2428]. This refactoring includes: -** Log correlation now works based on instrumentation rather than `ActivationListener` that directly updates the MDC +** Log correlation now works based on bytecode instrumentation rather than `ActivationListener` that directly updates the MDC ** Merging the different instrumentations (log-correlation, error-capturing and ECS-reformatting) into a single plugin ** Module structure and package naming changes @@ -64,9 +73,6 @@ option. If there's a need to disable the log correlation mechanism, this can be * Fix classloading OSGi bundles with partial dependency on Servlet API + avoid SecurityException with Apache Sling - {pull}2418[2418] * Respect `transaction_ignore_urls` and `transaction_ignore_user_agents` when creating transactions in the spring webflux instrumentation - {pull}2515[#2515] -[[release-notes-1.x]] -=== Java Agent version 1.x - [[release-notes-1.29.0]] ==== 1.29.0 - 2022/02/09