Skip to content

Commit 09df78b

Browse files
committed
[9.0] Add a changelog entry for breaking change PR #90529
1 parent 25d6686 commit 09df78b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/changelog/90529.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
pr: 90529
2+
summary: Update the response format when detailed error information is disabled
3+
area: Infra/Core
4+
type: breaking
5+
issues:
6+
- 89387
7+
breaking:
8+
title: Update the response format when detailed error information is disabled
9+
area: REST API
10+
details: |
11+
Previously, if `http.detailed_errors.enabled` was set to `false`, error responses would
12+
lack `type` and `reason` fields. Now, errors will always have these fields,
13+
regardless of the `detailed_errors` setting.
14+
impact: |
15+
If using `http.detailed_errors.enabled: false`, ensure that anything
16+
interacting with the REST API will be able to handle the added presence of
17+
`type` and `reason` fields for errors.
18+
notable: false

0 commit comments

Comments
 (0)