Skip to content

Commit

Permalink
changelog: add 8.17 release notes to main (#14929)
Browse files Browse the repository at this point in the history
  • Loading branch information
1pkg authored Dec 12, 2024
1 parent f037976 commit bb1b8b2
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions changelogs/8.17.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[[apm-release-notes-8.17]]
== APM version 8.17
* <<apm-release-notes-8.17.0>>

[float]
[[apm-release-notes-8.17.0]]
=== APM version 8.17.0

https://github.com/elastic/apm-server/compare/v8.16.0\...v8.17.0[View commits]

[float]
==== Bug fixes

- Clear scroll after completing scroll requests {pull}14551[14551]
- Surface config parsing error under EA managed mode by logging and marking EA input unit as failed {pull}14574[14574]
- Remove unnecessary hot reload under EA managed mode when apm tracing config is nil {pull}14865[14865]
- The mappings are updated to disable date_detection for all APM data streams.
The change is applied through https://github.com/elastic/elasticsearch/pull/116995[elasticsearch#116995]

[float]
==== Breaking Changes

[float]
==== Deprecations

[float]
==== Intake API Changes

[float]
==== Added

- In 8.15 the default lifecycle management was switched to leverage DSL instead of ILM.
This change was potentially interruptive for several use cases, and therefore is reverted in 8.17.
From 8.17 onwards ILM is again the default lifecycle management configuration for the apm data management setup.
The change is applied through https://github.com/elastic/elasticsearch/pull/115687[elasticsearch#115687]

0 comments on commit bb1b8b2

Please sign in to comment.