Skip to content

Commit

Permalink
Add to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalkoren committed Mar 22, 2022
1 parent 23216c1 commit 3bec890
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3bec890

Please sign in to comment.