Skip to content

Commit

Permalink
[docs] Update 1.13.0 release notes (#1027)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 authored Feb 10, 2020
1 parent ec3a7f8 commit 8eab1ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 8eab1ef

Please sign in to comment.