-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Update changelogs for 8.12 release (#12172)
* docs: Update changelogs for 8.12 release * build: update changelog * Fix doc build errors --------- Co-authored-by: kruskall <[email protected]> Co-authored-by: Brandon Morelli <[email protected]> Co-authored-by: Carson Ip <[email protected]>
- Loading branch information
1 parent
5304bff
commit 95eab99
Showing
4 changed files
with
30 additions
and
9 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,27 @@ | ||
[[release-notes-8.12]] | ||
== APM version 8.12 | ||
|
||
https://github.com/elastic/apm-server/compare/8.11\...8.12[View commits] | ||
|
||
* <<release-notes-8.12.0>> | ||
|
||
[float] | ||
[[release-notes-8.12.0]] | ||
=== APM version 8.12.0 | ||
|
||
[float] | ||
==== Breaking Changes | ||
- The unsupported apm_data_stream_migration ingest pipeline has been removed {pull}12102[12102]. | ||
- "publish_ready" is always false in the "GET /" response until events are received by apm-server {pull}12150[12150] | ||
|
||
[float] | ||
==== Bug fixes | ||
- Switch built-in ILM rollover policies from max_size to max_primary_shard_size {pull}11729[11729]. | ||
|
||
[float] | ||
==== Added | ||
- Update container base image to Ubuntu 22.04 {pull}11778[11778] | ||
- Add support for returning partial success response in OTLP input {pull}11883[11883] | ||
- Setting event timestamp from OTel observed timestamp when needed {pull}11935[11935] | ||
- Field mappings have been added for various formerly unindexed fields {pull}12102[12102] | ||
- We now assert that index templates are installed by attempting to create data streams {pull}12150[12150] |
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