Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,24 @@ endif::[]

=== Unreleased

[[release-notes-1.17.0]]
==== 1.17.0 - YYYY/MM/DD
[[release-notes-1.18.0]]
==== 1.18.0 - YYYY/MM/DD

[float]
===== Breaking changes

[float]
===== Features

[float]
===== Bug fixes

[[release-notes-1.x]]
=== Java Agent version 1.x

[[release-notes-1.17.0]]
==== 1.17.0 - 2020/06/17

[float]
===== Features
* Log files are now rotated after they reach <<config-log-file-size>>.
Expand All @@ -35,6 +47,7 @@ The latter uses https://github.com/elastic/ecs-logging-java[ecs-logging-java] to
* Exposing <<config-classes-excluded-from-instrumentation>> config - {pull}1187[#1187]
* Add support for naming transactions based on Grails controllers. Supports Grails 3+ - {pull}1171[#1171]
* Add support for the Apache/Alibaba Dubbo RPC framework
* Async Profiler version upgraded to 1.7.1, with a new debugging flag for the stack frame recovery mechanism - {pull}1173[#1173]

[float]
===== Bug fixes
Expand All @@ -48,9 +61,6 @@ The latter uses https://github.com/elastic/ecs-logging-java[ecs-logging-java] to
* Fix memory leak in gRPC instrumentation plugin - {pull}1196[1196]
* Fix HTTPS connection failures when agent is configured to use HTTPS to communicate with APM server {pull}1209[1209]

[[release-notes-1.x]]
=== Java Agent version 1.x

[[release-notes-1.16.0]]
==== 1.16.0 - 2020/05/13

Expand Down
2 changes: 1 addition & 1 deletion apm-agent-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-parent</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-agent-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-attach/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-parent</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-agent-attach</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-parent</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-agent-benchmarks</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>co.elastic.apm</groupId>
<artifactId>apm-agent-parent</artifactId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-agent-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-apache-httpclient-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-apache-httpclient-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-api-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-asynchttpclient-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-asynchttpclient-plugin</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions apm-agent-plugins/apm-dubbo-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-error-logging-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-error-logging-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-es-restclient-plugin</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-es-restclient-plugin-5_6</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-es-restclient-plugin</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-es-restclient-plugin-6_4</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-es-restclient-plugin</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-es-restclient-plugin-7_1</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-es-restclient-plugin</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-es-restclient-plugin-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-es-restclient-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-es-restclient-plugin</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions apm-agent-plugins/apm-grails-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-grails-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-grpc/apm-grpc-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>co.elastic.apm</groupId>
<artifactId>apm-grpc</artifactId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-grpc-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-grpc/apm-grpc-test-1.6.1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>co.elastic.apm</groupId>
<artifactId>apm-grpc</artifactId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-grpc-test-1.6.1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-grpc/apm-grpc-test-latest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>co.elastic.apm</groupId>
<artifactId>apm-grpc</artifactId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-grpc-test-latest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>co.elastic.apm</groupId>
<artifactId>apm-agent-plugins</artifactId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-grpc</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-hibernate-search-plugin</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-hibernate-search-plugin-5_x</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-hibernate-search-plugin</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-hibernate-search-plugin-6_x</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-hibernate-search-plugin</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-hibernate-search-plugin-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-hibernate-search-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-hibernate-search-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-httpclient-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-httpclient-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-java-concurrent-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-java-concurrent-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-jaxrs-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-jaxrs-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-jaxws-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-jaxws-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-jdbc-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-jdbc-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-jms-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-jms-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-jmx-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-jmx-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-jsf-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-jsf-plugin</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-kafka-plugin</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>apm-kafka-plugin</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-kafka-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-log-correlation-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-log-correlation-plugin</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions apm-agent-plugins/apm-log-shipper-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>

<artifactId>apm-log-shipper-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apm-agent-plugins/apm-mongoclient-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>apm-agent-plugins</artifactId>
<groupId>co.elastic.apm</groupId>
<version>1.16.1-SNAPSHOT</version>
<version>1.17.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading