Skip to content

Commit 14f6eac

Browse files
authored
Merge of #20891
2 parents c1e3b9c + ba3626e commit 14f6eac

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

changelogs/8.14.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ https://github.com/elastic/apm-server/compare/v8.13.2\...v8.14.0[View commits]
4444
==== Bug fixes
4545
- Remove error reason from logs when Elasticsearch returns unavailable_shards_exception {pull}13287[13287]
4646

47+
[float]
48+
==== Breaking Changes
49+
- TLS 1.2 handshakes with RSA key exchange ciphers can fail at runtime (for example, `AES128-GCM-SHA256`) even when startup succeeds, due to Go 1.22 default TLS behavior. Workaround: set `GODEBUG=tlsrsakex=1` on the APM Server process. {issue}20879[20879]
50+
4751
[float]
4852
==== Added
4953
- OpenTelemetry Distro Name will now be used for `agent.name` and `agent.version` {pull}12940[12940]

changelogs/all-breaking-changes.asciidoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
This section describes the breaking changes and deprecations introduced in this release
88
and previous minor versions.
99

10+
// tag::814-bc[]
11+
[float]
12+
[[breaking-changes-8.14]]
13+
=== 8.14
14+
15+
The following breaking changes are introduced in APM version 8.14.0:
16+
17+
- TLS 1.2 handshakes with RSA key exchange ciphers can fail at runtime (for example, `AES128-GCM-SHA256`) even when startup succeeds, due to Go 1.22 default TLS behavior. Workaround: set `GODEBUG=tlsrsakex=1` on the APM Server process.
18+
19+
For more details, see https://github.com/elastic/apm-server/issues/20879[Issue #20879].
20+
// end::814-bc[]
21+
1022
// tag::811-bc[]
1123
[float]
1224
[[breaking-changes-8.11]]

0 commit comments

Comments
 (0)