Skip to content

Commit 69ca5fe

Browse files
authored
Prepare release 1.25.0 (#1927)
1 parent 2aad23f commit 69ca5fe

File tree

122 files changed

+136
-132
lines changed

Some content is hidden

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

122 files changed

+136
-132
lines changed

CHANGELOG.asciidoc

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,17 @@ endif::[]
2020
2121
=== Unreleased
2222
23+
[[release-notes-1.25.1]]
24+
==== 1.25.1 - YYYY/MM/DD
25+
26+
[float]
27+
===== Bug fixes
28+
29+
[[release-notes-1.x]]
30+
=== Java Agent version 1.x
31+
2332
[[release-notes-1.25.0]]
24-
==== 1.25.0 - YYYY/MM/DD
33+
==== 1.25.0 - 2021/07/22
2534
2635
[float]
2736
===== Potentially breaking changes
@@ -32,7 +41,7 @@ the recommended way to override the default `disable_instrumentations=experiment
3241
[float]
3342
===== Features
3443
* Support for inheritance of public API annotations - {pull}1805[#1805]
35-
* JDBC instrumentation sets context.db.instance - {pull}1820[#1820]
44+
* JDBC instrumentation sets `context.db.instance` - {pull}1820[#1820]
3645
* Add support for Vert.x web client- {pull}1824[#1824]
3746
* Avoid recycling of spans and transactions that are using through the public API, so to avoid
3847
reference-counting-related errors - {pull}1859[#1859]
@@ -50,13 +59,13 @@ our agent are not vulnerable as well, as the SMTP appender was never used, this
5059
* Adding public APIs for setting `destination.service.resource`, `destination.address` and `destination.port` fields
5160
for exit spans - {pull}1788[#1788]
5261
* Only use emulated runtime attachment as fallback, remove the `--without-emulated-attach` option - {pull}1865[#1865]
53-
* Instrument javax.servlet.Filter the same way as javax.servlet.FilterChain - {pull}1858[#1858]
62+
* Instrument `javax.servlet.Filter` the same way as `javax.servlet.FilterChain` - {pull}1858[#1858]
5463
* Propagate trace context headers in HTTP calls occurring from within traced exit points, for example - when using
5564
Elasticsearch's REST client - {pull}1883[#1883]
5665
* Added support for naming sparkjava (not Apache Spark) transactions {pull}1894[#1894]
5766
* Added the ability to manually create exit spans, which will result with the auto creation of service nodes in the
5867
service map and downstream service in the dependencies table - {pull}1898[#1898]
59-
* Basic support for com.sun.net.httpserver.HttpServer - {pull}1854[#1854]
68+
* Basic support for `com.sun.net.httpserver.HttpServer` - {pull}1854[#1854]
6069
* Update to async-profiler 1.8.6 {pull}1907[#1907]
6170
* Added support for setting the framework using the public api (#1908) - {pull}1909[#1909]
6271
@@ -70,9 +79,6 @@ service map and downstream service in the dependencies table - {pull}1898[#1898]
7079
* Fix NPE in `co.elastic.apm.agent.servlet.helper.ServletTransactionCreationHelper.getClassloader` - {pull}1861[#1861]
7180
* Fix for Jboss JMX unexpected notifications - {pull}1895[#1895]
7281
73-
[[release-notes-1.x]]
74-
=== Java Agent version 1.x
75-
7682
[[release-notes-1.24.0]]
7783
==== 1.24.0 - 2021/05/31
7884

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

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

apm-agent-attach-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>apm-agent-parent</artifactId>
55
<groupId>co.elastic.apm</groupId>
6-
<version>1.24.1-SNAPSHOT</version>
6+
<version>1.25.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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.24.1-SNAPSHOT</version>
8+
<version>1.25.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.24.1-SNAPSHOT</version>
8+
<version>1.25.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
<artifactId>apm-agent-parent</artifactId>
77
<groupId>co.elastic.apm</groupId>
8-
<version>1.24.1-SNAPSHOT</version>
8+
<version>1.25.0-SNAPSHOT</version>
99
</parent>
1010

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

apm-agent-plugin-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>apm-agent-parent</artifactId>
55
<groupId>co.elastic.apm</groupId>
6-
<version>1.24.1-SNAPSHOT</version>
6+
<version>1.25.0-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

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.24.1-SNAPSHOT</version>
8+
<version>1.25.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.24.1-SNAPSHOT</version>
8+
<version>1.25.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.24.1-SNAPSHOT</version>
8+
<version>1.25.0-SNAPSHOT</version>
99
</parent>
1010

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

0 commit comments

Comments
 (0)