Skip to content

Commit 5f00886

Browse files
authored
Prepare version 1.17.0 (#1240)
1 parent 6f482fa commit 5f00886

File tree

77 files changed

+95
-92
lines changed

Some content is hidden

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

77 files changed

+95
-92
lines changed

CHANGELOG.asciidoc

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,24 @@ endif::[]
2020
2121
=== Unreleased
2222
23-
[[release-notes-1.17.0]]
24-
==== 1.17.0 - YYYY/MM/DD
23+
[[release-notes-1.18.0]]
24+
==== 1.18.0 - YYYY/MM/DD
2525
2626
[float]
2727
===== Breaking changes
2828
29+
[float]
30+
===== Features
31+
32+
[float]
33+
===== Bug fixes
34+
35+
[[release-notes-1.x]]
36+
=== Java Agent version 1.x
37+
38+
[[release-notes-1.17.0]]
39+
==== 1.17.0 - 2020/06/17
40+
2941
[float]
3042
===== Features
3143
* Log files are now rotated after they reach <<config-log-file-size>>.
@@ -35,6 +47,7 @@ The latter uses https://github.com/elastic/ecs-logging-java[ecs-logging-java] to
3547
* Exposing <<config-classes-excluded-from-instrumentation>> config - {pull}1187[#1187]
3648
* Add support for naming transactions based on Grails controllers. Supports Grails 3+ - {pull}1171[#1171]
3749
* Add support for the Apache/Alibaba Dubbo RPC framework
50+
* Async Profiler version upgraded to 1.7.1, with a new debugging flag for the stack frame recovery mechanism - {pull}1173[#1173]
3851
3952
[float]
4053
===== Bug fixes
@@ -48,9 +61,6 @@ The latter uses https://github.com/elastic/ecs-logging-java[ecs-logging-java] to
4861
* Fix memory leak in gRPC instrumentation plugin - {pull}1196[1196]
4962
* Fix HTTPS connection failures when agent is configured to use HTTPS to communicate with APM server {pull}1209[1209]
5063
51-
[[release-notes-1.x]]
52-
=== Java Agent version 1.x
53-
5464
[[release-notes-1.16.0]]
5565
==== 1.16.0 - 2020/05/13
5666

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.16.1-SNAPSHOT</version>
8+
<version>1.17.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.16.1-SNAPSHOT</version>
8+
<version>1.17.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.16.1-SNAPSHOT</version>
8+
<version>1.17.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.16.1-SNAPSHOT</version>
8+
<version>1.17.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.16.1-SNAPSHOT</version>
8+
<version>1.17.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.16.1-SNAPSHOT</version>
8+
<version>1.17.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.16.1-SNAPSHOT</version>
8+
<version>1.17.0-SNAPSHOT</version>
99
</parent>
1010

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

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<parent>
64
<artifactId>apm-agent-plugins</artifactId>
75
<groupId>co.elastic.apm</groupId>
8-
<version>1.16.1-SNAPSHOT</version>
6+
<version>1.17.0-SNAPSHOT</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

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.16.1-SNAPSHOT</version>
8+
<version>1.17.0-SNAPSHOT</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)