From 6d54e100cccbee62db42fb828a9845921c08231f Mon Sep 17 00:00:00 2001 From: Felix Barnsteiner Date: Fri, 26 Apr 2019 10:28:19 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a64fe7a772..f8cd8f8d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,15 @@ ## Bug Fixes * Fixes transaction name for non-sampled transactions [#581](https://github.com/elastic/apm-agent-java/issues/581) - * Fixes exceptions when using WildFly managed executor services [#589](https://github.com/elastic/apm-agent-java/issues/589) + * Makes log_file option work again [#594](https://github.com/elastic/apm-agent-java/issues/594) + * Async context propagation fixes + * Fixing some async mechanisms lifecycle issues [#605](https://github.com/elastic/apm-agent-java/issues/605) + * Fixes exceptions when using WildFly managed executor services [#589](https://github.com/elastic/apm-agent-java/issues/589) + * Exclude glassfish Executor which does not permit wrapped runnables [#596](https://github.com/elastic/apm-agent-java/issues/596) + * Exclude DumbExecutor [#598](https://github.com/elastic/apm-agent-java/issues/598) + * Fixes Manifest version reading error to support `jar:file` protocol [#601](https://github.com/elastic/apm-agent-java/issues/601) + * Fixes transaction name for non-sampled transactions [#597](https://github.com/elastic/apm-agent-java/issues/597) + * Fixes potential classloader deadlock by preloading `FileSystems.getDefault()` [#603](https://github.com/elastic/apm-agent-java/issues/603) # 1.6.0