Skip to content

Commit a59d617

Browse files
committed
docs: Update changelogs for 8.16 release
1 parent a81f885 commit a59d617

File tree

3 files changed

+34
-12
lines changed

3 files changed

+34
-12
lines changed

CHANGELOG.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// tag::list[]
2+
* <<apm-release-notes-8.16>>
23
* <<apm-release-notes-8.15>>
34
* <<apm-release-notes-8.14>>
45
* <<apm-release-notes-8.13>>
@@ -18,7 +19,7 @@
1819
// end::list[]
1920
2021
// tag::includes[]
21-
include::./changelogs/head.asciidoc[]
22+
include::./changelogs/8.16.asciidoc[]
2223
include::./changelogs/8.15.asciidoc[]
2324
include::./changelogs/8.14.asciidoc[]
2425
include::./changelogs/8.13.asciidoc[]

changelogs/8.16.asciidoc

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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]

changelogs/head.asciidoc

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,16 @@
11
[[release-notes-head]]
22
== APM version HEAD
33

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]
125

136
[float]
147
==== Breaking Changes
158

169
[float]
1710
==== Deprecations
18-
- Support for Jaeger is now deprecated, and will be removed in a future release {pull}13809[13809]
1911

2012
[float]
2113
==== Intake API Changes
2214

2315
[float]
2416
==== 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]

0 commit comments

Comments
 (0)