diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index f147ec72d4..3d2de86ee9 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -20,8 +20,11 @@ endif::[] === Unreleased +[[release-notes-1.x]] +=== Java Agent version 1.x + [[release-notes-1.13.0]] -==== 1.13.0 (Next) +==== 1.13.0 - 2020/02/11 [float] ===== Features @@ -31,8 +34,8 @@ endif::[] * Instrument log4j Logger#error(String, Throwable) ({pull}919[#919]) Automatically captures exceptions when calling `logger.error("message", exception)` * Add instrumentation for external process execution through `java.lang.Process` and Apache `commons-exec` - {pull}903[#903] * Add `destination` fields to exit span contexts - {pull}976[#976] -* Removed `context.message.topic.name` field. - {pull}993[#993] -* Add Kafka support, currently marked as `incubating` (off by default), until binary traceparent header is implemented - {pull}981[#981] +* Removed `context.message.topic.name` field - {pull}993[#993] +* Add support for Kafka clients - {pull}981[#981] * Add support for binary `traceparent` header format (see the https://github.com/elastic/apm/blob/master/docs/agent-development.md#Binary-Fields[spec] for more details) - {pull}1009[#1009] * Add support for log correlation for log4j and log4j2, even when not used in combination with slf4j. @@ -46,9 +49,6 @@ for more details) - {pull}1009[#1009] * JMS should propagate traceparent header when transactions are not sampled {pull}999[#999] * Spans are not closed if JDBC implementation does not support `getUpdateCount` {pull}1008[#1008] -[[release-notes-1.x]] -=== Java Agent version 1.x - [[release-notes-1.12.0]] ==== 1.12.0 - 2019/11/21