-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Release] update changelogs for 8.13 release
- Loading branch information
1 parent
ccaf715
commit 1d9ee08
Showing
3 changed files
with
34 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters