You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,24 @@
1
-
# next (1.6.0)
1
+
# next (1.7.0)
2
2
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
+
3
12
## Features
4
13
* Support Apache HttpAsyncClient - span creation and cross-service trace context propagation
5
14
* 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)
6
17
7
18
## 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
0 commit comments