Skip to content

[9.0] Add a changelog entry for breaking change PR #90529 #126159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 9.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions docs/changelog/90529.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
pr: 90529
summary: Update the response format when detailed error information is disabled
area: Infra/Core
type: breaking
issues:
- 89387
breaking:
title: Update the response format when detailed error information is disabled
area: REST API
details: |
Previously, if `http.detailed_errors.enabled` was set to `false`, error responses would
lack `type` and `reason` fields. Now, errors will always have these fields,
regardless of the `detailed_errors` setting.
impact: |
If using `http.detailed_errors.enabled: false`, ensure that anything
interacting with the REST API will be able to handle the added presence of
`type` and `reason` fields for errors.
notable: false