Skip to content

Commit c44a41a

Browse files
authored
Preparing release 1.14.0 (#1064)
1 parent 96b7d60 commit c44a41a

File tree

69 files changed

+87
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+87
-87
lines changed

CHANGELOG.asciidoc

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,43 +19,43 @@ endif::[]
1919
////
2020
2121
=== 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
2425
2526
[float]
2627
===== Breaking changes
2728
2829
[float]
2930
===== 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.
3931
4032
[float]
4133
===== Bug fixes
4234
43-
[[release-notes-x.x.x]]
44-
==== 1.14.0 - (Next)
35+
[[release-notes-1.x]]
36+
=== Java Agent version 1.x
4537
46-
[float]
47-
===== Breaking changes
38+
[[release-notes-1.14.0]]
39+
==== 1.14.0 - 2020/03/04
4840
4941
[float]
5042
===== 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]
5253
5354
[float]
5455
===== Bug fixes
55-
* properly handle `java.sql.SQLException` for unsupported JDBC features {pull}[#1035] https://github.com/elastic/apm-agent-java/issues/1025[#1025]
5656
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]
5959
6060
[[release-notes-1.13.0]]
6161
==== 1.13.0 - 2020/02/11

apm-agent-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apm-agent-parent</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.13.1-SNAPSHOT</version>
8+
<version>1.14.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>apm-agent-api</artifactId>

apm-agent-attach/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apm-agent-parent</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.13.1-SNAPSHOT</version>
8+
<version>1.14.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>apm-agent-attach</artifactId>

apm-agent-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apm-agent-parent</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.13.1-SNAPSHOT</version>
8+
<version>1.14.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>apm-agent-benchmarks</artifactId>

apm-agent-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>co.elastic.apm</groupId>
77
<artifactId>apm-agent-parent</artifactId>
8-
<version>1.13.1-SNAPSHOT</version>
8+
<version>1.14.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>apm-agent-core</artifactId>

apm-agent-plugins/apm-apache-httpclient-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apm-agent-plugins</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.13.1-SNAPSHOT</version>
8+
<version>1.14.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>apm-apache-httpclient-plugin</artifactId>

apm-agent-plugins/apm-api-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apm-agent-plugins</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.13.1-SNAPSHOT</version>
8+
<version>1.14.0-SNAPSHOT</version>
99
</parent>
1010

1111
<properties>

apm-agent-plugins/apm-asynchttpclient-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apm-agent-plugins</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.13.1-SNAPSHOT</version>
8+
<version>1.14.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>apm-asynchttpclient-plugin</artifactId>

apm-agent-plugins/apm-error-logging-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apm-agent-plugins</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.13.1-SNAPSHOT</version>
8+
<version>1.14.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>apm-error-logging-plugin</artifactId>

apm-agent-plugins/apm-es-restclient-plugin/apm-es-restclient-plugin-5_6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>apm-es-restclient-plugin</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.13.1-SNAPSHOT</version>
8+
<version>1.14.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>apm-es-restclient-plugin-5_6</artifactId>

0 commit comments

Comments
 (0)