Skip to content

Commit

Permalink
[Release] update changelogs for 8.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
apmmachine authored and simitt committed Feb 14, 2024
1 parent ccaf715 commit 1d9ee08
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 10 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// tag::list[]
* <<release-notes-8.13>>
* <<release-notes-8.12>>
* <<release-notes-8.11>>
* <<release-notes-8.10>>
Expand All @@ -16,6 +17,7 @@
// tag::includes[]
include::./changelogs/head.asciidoc[]
include::./changelogs/8.13.asciidoc[]
include::./changelogs/8.12.asciidoc[]
include::./changelogs/8.11.asciidoc[]
include::./changelogs/8.10.asciidoc[]
Expand Down
31 changes: 31 additions & 0 deletions changelogs/8.13.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
[[release-notes-8.13]]
== APM version 8.13

https://github.com/elastic/apm-server/compare/8.12\...8.13[View commits]

* <<release-notes-8.13.0>>

[float]
[[release-notes-8.13.0]]
=== APM version 8.13.0

[float]
==== Breaking Changes

[float]
==== Bug fixes

[float]
==== Deprecations

[float]
==== Intake API Changes

[float]
==== Added
- map OTel's `span.Status: Unset` to `event.outcome: success` instead of `event.outcome: unknown`
- Add support for Otel code.stacktrace {pull}12096[12096]
- `http.request.body.bytes` now reports the bytes read from request body even if Content-Length is -1 {pull}12451[12451]
- Use `messaging.system` and `messaging.operation` to detect OTel messaging span for transactions {pull}12506[12506]
- Add support for OTel data stream routing by parsing `data_stream.dataset` and `data_stream.namespace` from: (from lowest to highest precedence) resource attributes, instrumentation scope attributes, and signal-level attributes. This is a breaking change only for users relying on the existing `data_stream` attributes being stored as labels. {pull}12578[12578]
- Map OTel transaction `elastic.profiler_stack_trace_ids` attribute {pull}12493[12493]
11 changes: 1 addition & 10 deletions changelogs/head.asciidoc
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
[[release-notes-head]]
== APM version HEAD

https://github.com/elastic/apm-server/compare/8.12\...main[View commits]
https://github.com/elastic/apm-server/compare/8.13\...main[View commits]

[float]
==== Breaking Changes

[float]
==== Bug fixes

[float]
==== Deprecations

Expand All @@ -17,9 +14,3 @@ https://github.com/elastic/apm-server/compare/8.12\...main[View commits]

[float]
==== Added
- map OTel's `span.Status: Unset` to `event.outcome: success` instead of `event.outcome: unknown`
- Add support for Otel code.stacktrace {pull}12096[12096]
- `http.request.body.bytes` now reports the bytes read from request body even if Content-Length is -1 {pull}12451[12451]
- Use `messaging.system` and `messaging.operation` to detect OTel messaging span for transactions {pull}12506[12506]
- Add support for OTel data stream routing by parsing `data_stream.dataset` and `data_stream.namespace` from: (from lowest to highest precedence) resource attributes, instrumentation scope attributes, and signal-level attributes. This is a breaking change only for users relying on the existing `data_stream` attributes being stored as labels. {pull}12578[12578]
- Map OTel transaction `elastic.profiler_stack_trace_ids` attribute {pull}12493[12493]

0 comments on commit 1d9ee08

Please sign in to comment.