Skip to content
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

Create 2025-03-01 #240

Open
wants to merge 5 commits into
base: main
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
11 changes: 11 additions & 0 deletions content/appeals/appeals/release-notes/2025-03-01
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
**Release of Appeals Status version 1**

Appeals Status v1 includes the following changes:

* Introduced OAuth support for secure authentication and authorization in the API.
* Updated response code for temporary service outages from 502 (Bad Gateway) to 503 (Service Unavailable) to better reflect service status.
* Updated response code for authorization failures from 400 (Bad Request) to 403 (Forbidden) to more accurately reflect permission issues.
* Improved existing 422 response to clearly indicate missing or invalid parameters.
* Removed the header `X-VA-User`, as it had no functional impact.
* Removed the header `X-VA-SSN`. It was replaced by the `icn` URL parameter, which is optional when using a veteran-scoped token and required when using a representative- or system-scoped token.
* Clarified existing behavior by documenting previously undocumented `404 Not Found` response.
Loading