From f32b8fb8b2e953ae034798d8ad584ee17d7ba281 Mon Sep 17 00:00:00 2001 From: eyalkoren <41850454+eyalkoren@users.noreply.github.com> Date: Mon, 15 Apr 2019 14:34:48 +0300 Subject: [PATCH] Update CHANGELOG.md (#582) --- CHANGELOG.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdc193821a..7c4c51bd4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,24 @@ -# next (1.6.0) +# next (1.7.0) +## Features + +## Bug Fixes + +# 1.6.0 + +## Related Announcements + * Java APM Agent became part of the Cloud Foundry Java Buildpack as of [Release v4.19](https://github.com/cloudfoundry/java-buildpack/releases/tag/v4.19) + ## Features * Support Apache HttpAsyncClient - span creation and cross-service trace context propagation * Added the `jvm.thread.count` metric, indicating the number of live threads in the JVM (daemon and non-daemon) + * Added support for WebLogic + * Added support for Spring `@Scheduled` and EJB `@Schedule` annotations - [#569](https://github.com/elastic/apm-agent-java/pull/569) ## Bug Fixes - * Avoid that the agent blocks server shutdown in case the APM Server is not available + * Avoid that the agent blocks server shutdown in case the APM Server is not available - [#554](https://github.com/elastic/apm-agent-java/pull/554) + * Public API annotations improper retention prevents it from being used with Groovy - [#567](https://github.com/elastic/apm-agent-java/pull/567) + * Eliminate side effects of class loading related to Instrumentation matching mechanism # 1.5.0