Skip to content

Commit 84b3166

Browse files
authored
Update CHANGELOG for release 1.5.0.md (#546)
1 parent 9ee68e3 commit 84b3166

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff 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
28

39
## Potentially breaking changes
410
* 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 @@
915
Note: this requires APM Server 7.0+. If using previous versions, nothing will change.
1016

1117
## Features
18+
* Added property "allow_path_on_hierarchy" to JAX-RS plugin, to lookup inherited usage of `@path`
1219
* Support for number and boolean labels in the public API (#497).
1320
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).
1421
The `addTag(String, String)` method is still supported but deprecated in favor of `addLabel(String, String)`.
@@ -27,8 +34,15 @@
2734
The option [`capture_body_content_types`](https://www.elastic.co/guide/en/apm/agent/java/master/config-http.html#config-capture-body-content-types)
2835
controls which `Content-Type`s should be captured.
2936
* Support async calls made by OkHttp client (`Call#enqueue`)
37+
* Added support for providing config options on agent attach.
38+
* CLI example: `--config server_urls=http://localhost:8200,http://localhost:8201`
39+
* API example: `ElasticApmAttacher.attach(Map.of("server_urls", "http://localhost:8200,http://localhost:8201"));`
3040

3141
## 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)
3246

3347
# 1.4.0
3448

0 commit comments

Comments
 (0)