Skip to content

Commit

Permalink
changelog: add missing entries
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall committed Jul 16, 2024
1 parent b6626d7 commit b26d0b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelogs/head.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ https://github.com/elastic/apm-server/compare/8.15\...main[View commits]
[float]
==== Bug fixes

- Track all response status codes {pull}13574[13574]

[float]
==== Breaking Changes

Expand All @@ -19,3 +21,4 @@ https://github.com/elastic/apm-server/compare/8.15\...main[View commits]
==== Added

- APM Server now automatically retries document-level 429s from Elasticsearch to avoid dropping data. `output.elasticsearch.max_retries` now controls both request-level and document-level retries, and defaults to `3`. {pull}13620[13620]
- APM Server will no longer retry an HTTP request that returned 502s, 503s, 504s. It will only retry 429s. {pull}13523[13523]

0 comments on commit b26d0b2

Please sign in to comment.