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.asciidoc
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,43 +19,43 @@ endif::[]
19
19
////
20
20
21
21
=== Unreleased
22
-
[[release-notes-1.14.0]]
23
-
==== 1.14.0 - YYYY/MM/DD
22
+
23
+
[[release-notes-1.15.0]]
24
+
==== 1.15.0 - YYYY/MM/DD
24
25
25
26
[float]
26
27
===== Breaking changes
27
28
28
29
[float]
29
30
===== Features
30
-
* Support for the official https://www.w3.org/TR/trace-context[W3C] `traceparent` and `tracestate` headers. +
31
-
The agent now accepts both the `elastic-apm-traceparent` and the official `traceparent` header.
32
-
By default, it sends both headers on outgoing requests,
33
-
unless <<config-use-elastic-traceparent-header, `use_elastic_traceparent_header`>> is set to false.
34
-
* Creating spans for slow methods with the help of the sampling profiler https://github.com/jvm-profiling-tools/async-profiler[async-profiler].
35
-
This is a low-overhead way of seeing which methods make your transactions slow and a replacement for the `trace_methods` configuration option.
36
-
See <<supported-java-methods>> for more details
37
-
* Adding a Circuit Breaker to pause the agent when stress is detected on the system and resume when the stress is relieved.
38
-
See <<circuit-breaker>> and {pull}1040[#1040] for more info.
39
31
40
32
[float]
41
33
===== Bug fixes
42
34
43
-
[[release-notes-x.x.x]]
44
-
==== 1.14.0 - (Next)
35
+
[[release-notes-1.x]]
36
+
=== Java Agent version 1.x
45
37
46
-
[float]
47
-
===== Breaking changes
38
+
[[release-notes-1.14.0]]
39
+
==== 1.14.0 - 2020/03/04
48
40
49
41
[float]
50
42
===== Features
51
-
* `Span#captureException` and `Transaction#captureException` in public Api return reported error id. - {pull}[#1015]
43
+
44
+
* Support for the official https://www.w3.org/TR/trace-context[W3C] `traceparent` and `tracestate` headers. +
45
+
The agent now accepts both the `elastic-apm-traceparent` and the official `traceparent` header.
46
+
By default, it sends both headers on outgoing requests, unless <<config-use-elastic-traceparent-header, `use_elastic_traceparent_header`>> is set to false.
47
+
* Creating spans for slow methods with the help of the sampling profiler https://github.com/jvm-profiling-tools/async-profiler[async-profiler].
48
+
This is a low-overhead way of seeing which methods make your transactions slow and a replacement for the `trace_methods` configuration option.
49
+
See <<supported-java-methods>> for more details
50
+
* Adding a Circuit Breaker to pause the agent when stress is detected on the system and resume when the stress is relieved.
51
+
See <<circuit-breaker>> and {pull}1040[#1040] for more info.
52
+
* `Span#captureException` and `Transaction#captureException` in public API return reported error id - {pull}1015[#1015]
52
53
53
54
[float]
54
55
===== Bug fixes
55
-
* properly handle `java.sql.SQLException` for unsupported JDBC features {pull}[#1035] https://github.com/elastic/apm-agent-java/issues/1025[#1025]
56
56
57
-
[[release-notes-1.x]]
58
-
=== Java Agent version 1.x
57
+
* java.lang.IllegalStateException: Cannot resolve type description for <com.another.commercial.apm.agent.Class> - {pull}1037[#1037]
58
+
* properly handle `java.sql.SQLException` for unsupported JDBC features {pull}[#1035] https://github.com/elastic/apm-agent-java/issues/1025[#1025]
0 commit comments