File tree Expand file tree Collapse file tree 3 files changed +34
-12
lines changed Expand file tree Collapse file tree 3 files changed +34
-12
lines changed Original file line number Diff line number Diff line change 1
1
// tag::list[]
2
+ * <<apm-release-notes-8.16>>
2
3
* <<apm-release-notes-8.15>>
3
4
* <<apm-release-notes-8.14>>
4
5
* <<apm-release-notes-8.13>>
18
19
// end::list[]
19
20
20
21
// tag::includes[]
21
- include::./changelogs/head .asciidoc[]
22
+ include::./changelogs/8.16 .asciidoc[]
22
23
include::./changelogs/8.15.asciidoc[]
23
24
include::./changelogs/8.14.asciidoc[]
24
25
include::./changelogs/8.13.asciidoc[]
Original file line number Diff line number Diff line change
1
+ [[apm-release-notes-8.16]]
2
+ == APM version 8.16
3
+ * <<apm-release-notes-8.16.0>>
4
+
5
+ [float]
6
+ [[apm-release-notes-8.16.0]]
7
+ === APM version 8.16.0
8
+
9
+ https://github.com/elastic/apm-server/compare/v8.15.2\...v8.16.0[View commits]
10
+
11
+ [float]
12
+ ==== Bug fixes
13
+
14
+ - Track all bulk request response status codes {pull}13574[13574]
15
+ - Fix a concurrent map write panic in monitoring middleware {pull}14335[14335]
16
+ - Apply shutdown timeout to http server {pull}14339[14339]
17
+
18
+ [float]
19
+ ==== Breaking Changes
20
+
21
+ [float]
22
+ ==== Deprecations
23
+ - Support for Jaeger is now deprecated, and will be removed in a future release {pull}13809[13809]
24
+
25
+ [float]
26
+ ==== Intake API Changes
27
+
28
+ [float]
29
+ ==== Added
30
+
31
+ - APM Server will no longer retry an HTTP request that returned 502s, 503s, 504s. It will only retry 429s. {pull}13523[13523]
Original file line number Diff line number Diff line change 1
1
[[release-notes-head]]
2
2
== APM version HEAD
3
3
4
- https://github.com/elastic/apm-server/compare/8.15\...main[View commits]
5
-
6
- [float]
7
- ==== Bug fixes
8
-
9
- - Track all bulk request response status codes {pull}13574[13574]
10
- - Fix a concurrent map write panic in monitoring middleware {pull}14335[14335]
11
- - Apply shutdown timeout to http server {pull}14339[14339]
4
+ https://github.com/elastic/apm-server/compare/8.16\...8.x[View commits]
12
5
13
6
[float]
14
7
==== Breaking Changes
15
8
16
9
[float]
17
10
==== Deprecations
18
- - Support for Jaeger is now deprecated, and will be removed in a future release {pull}13809[13809]
19
11
20
12
[float]
21
13
==== Intake API Changes
22
14
23
15
[float]
24
16
==== Added
25
-
26
- - APM Server will no longer retry an HTTP request that returned 502s, 503s, 504s. It will only retry 429s. {pull}13523[13523]
You can’t perform that action at this time.
0 commit comments