Skip to content

Commit

Permalink
Add 8.12.1 release notes (#12680) (#12681)
Browse files Browse the repository at this point in the history
(cherry picked from commit aadfc3b)

Co-authored-by: Carson Ip <carsonip@users.noreply.github.com>
  • Loading branch information
mergify[bot] and carsonip authored Feb 20, 2024
1 parent 772db00 commit 87a7df2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions changelogs/8.12.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
[[release-notes-8.12]]
== APM version 8.12

* <<release-notes-8.12.1>>
* <<release-notes-8.12.0>>

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

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

[float]
==== Bug fixes
- Define value for all constant_keyword fields in apmpackage to fix integration upgrade issues in rare cases {pull}12219[12219]
- Tail-based sampling: Fix missing entry TTL in badger.ErrTxnTooBig handling {pull}12453[12453]
- Tail-based sampling: Compute entry size before writing and flush to avoid losing events silently due to storage limit {pull}12120[12120]
- APM instrumentation: Use UpDownCounter for docsActive and availableBulkIndexer {pull}12179[12179]
- Remove field preview in error reason returned by Elasticsearch from logs. https://discuss.elastic.co/t/apm-server-8-12-1-security-update-esa-2024-03/352688[Please see our security advisory for more details]. {pull}12179[12179]

[float]
==== Added
- Disable default instrumentation metrics sending to batch processor by removing local exporter {pull}12228[12228]
- Log a single consolidated line per unique error instead of per each failed document {pull}12179[12179]

[float]
[[release-notes-8.12.0]]
=== APM version 8.12.0
Expand Down

0 comments on commit 87a7df2

Please sign in to comment.