@@ -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
3847reference-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
5160for 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
5564Elasticsearch'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
5867service 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
0 commit comments