Skip to content

Commit f32b8fb

Browse files
authored
Update CHANGELOG.md (#582)
1 parent fe95046 commit f32b8fb

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
1-
# next (1.6.0)
1+
# next (1.7.0)
22

3+
## Features
4+
5+
## Bug Fixes
6+
7+
# 1.6.0
8+
9+
## Related Announcements
10+
* 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)
11+
312
## Features
413
* Support Apache HttpAsyncClient - span creation and cross-service trace context propagation
514
* Added the `jvm.thread.count` metric, indicating the number of live threads in the JVM (daemon and non-daemon)
15+
* Added support for WebLogic
16+
* Added support for Spring `@Scheduled` and EJB `@Schedule` annotations - [#569](https://github.com/elastic/apm-agent-java/pull/569)
617

718
## Bug Fixes
8-
* Avoid that the agent blocks server shutdown in case the APM Server is not available
19+
* 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)
20+
* Public API annotations improper retention prevents it from being used with Groovy - [#567](https://github.com/elastic/apm-agent-java/pull/567)
21+
* Eliminate side effects of class loading related to Instrumentation matching mechanism
922

1023
# 1.5.0
1124

0 commit comments

Comments
 (0)