@@ -17,8 +17,8 @@ To learn how to upgrade, check out <uprade docs>.
17
17
% ** Action** <br > Steps for mitigating deprecation impact.
18
18
% ::::
19
19
20
- % ## 9.0.0 [ elastic-apm-900-breaking-changes]
21
- % ** Release date:** March 25, 2025
20
+ ## 9.0.0 [ elastic-apm-900-breaking-changes]
21
+ ** Release date:** March 25, 2025
22
22
23
23
% ::::{dropdown} Title of breaking change
24
24
% Description of the breaking change.
@@ -27,9 +27,9 @@ To learn how to upgrade, check out <uprade docs>.
27
27
% ** Action** <br > Steps for mitigating deprecation impact.
28
28
% ::::
29
29
30
- % ::::{dropdown} Change server information endpoint ` / ` to only accept GET and HEAD requests
31
- % This will surface any agent misconfiguration causing data to be sent to ` / ` instead of the correct endpoint, e.g. ` /v1/traces ` for OTLP/HTTP.
32
- % For more information, check [ PR #15976 ] ( https://github.com/elastic/apm-server/pull/15976 ) .
33
- % ** Impact** <br > Any methods other than GET and HEAD to ` / ` will return HTTP 405 Method Not Allowed.
34
- % ** Action** <br > Update any existing usage of e.g. ` POST / ` to ` GET / ` .
35
- % ::::
30
+ ::::{dropdown} Change server information endpoint ` / ` to only accept GET and HEAD requests
31
+ This will surface any agent misconfiguration causing data to be sent to ` / ` instead of the correct endpoint, e.g. ` /v1/traces ` for OTLP/HTTP.
32
+ For more information, check [ PR #15976 ] ( https://github.com/elastic/apm-server/pull/15976 ) .
33
+ ** Impact** <br > Any methods other than GET and HEAD to ` / ` will return HTTP 405 Method Not Allowed.
34
+ ** Action** <br > Update any existing usage of e.g. ` POST / ` to ` GET / ` .
35
+ ::::
0 commit comments