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-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,10 @@
1
-
# next (1.5.0)
1
+
# next (1.6.0)
2
+
3
+
## Features
4
+
5
+
## Bug Fixes
6
+
7
+
# 1.5.0
2
8
3
9
## Potentially breaking changes
4
10
* If you didn't explicitly set the [`service_name`](https://www.elastic.co/guide/en/apm/agent/java/master/config-core.html#config-service-name)
@@ -9,6 +15,7 @@
9
15
Note: this requires APM Server 7.0+. If using previous versions, nothing will change.
10
16
11
17
## Features
18
+
* Added property "allow_path_on_hierarchy" to JAX-RS plugin, to lookup inherited usage of `@path`
12
19
* Support for number and boolean labels in the public API (#497).
13
20
This change also renames `tag` to `label` on the API level to be compliant with the [Elastic Common Schema (ECS)](https://github.com/elastic/ecs#-base-fields).
14
21
The `addTag(String, String)` method is still supported but deprecated in favor of `addLabel(String, String)`.
@@ -27,8 +34,15 @@
27
34
The option [`capture_body_content_types`](https://www.elastic.co/guide/en/apm/agent/java/master/config-http.html#config-capture-body-content-types)
28
35
controls which `Content-Type`s should be captured.
29
36
* Support async calls made by OkHttp client (`Call#enqueue`)
37
+
* Added support for providing config options on agent attach.
* API example: `ElasticApmAttacher.attach(Map.of("server_urls", "http://localhost:8200,http://localhost:8201"));`
30
40
31
41
## Bug Fixes
42
+
* Logging integration through MDC is not working properly - [#499](https://github.com/elastic/apm-agent-java/issues/499)
43
+
* ClassCastException with adoptopenjdk/openjdk11-openj9 - [#505](https://github.com/elastic/apm-agent-java/issues/505)
44
+
* Span count limitation is not working properly - reported [in our forum](https://discuss.elastic.co/t/kibana-apm-not-showing-spans-which-are-visible-in-discover-too-many-spans/171690)
45
+
* Java agent causes Exceptions in Alfresco cluster environment due to failure in the instrumentation of Hazelcast `Executor`s - reported [in our forum](https://discuss.elastic.co/t/cant-run-apm-java-agent-in-alfresco-cluster-environment/172962)
0 commit comments