Skip to content

Commit

Permalink
Prepare release 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rra committed Jan 19, 2024
1 parent d9ff82e commit 0385697
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ Changes for the upcoming release can be found in [changelog.d](https://github.co

<!-- scriv-insert-here -->

<a id='changelog-5.2.0'></a>
## 5.2.0 (2024-01-19)

### New features

- Add a FastAPI dependency for retrieving a Gafaelfawr delegated token from the request headers: `safir.dependencies.gafaelfawr.auth_delegated_token_dependency`.

### Bug fixes

- Rewrite `CaseInsensitiveQueryMiddleware` and `XForwardedMiddleware` as pure ASGI middleware rather than using the Starlette `BaseHTTPMiddleware` class. The latter seems to be behind some poor error reporting of application exceptions, has caused problems in the past due to its complexity, and is not used internally by Starlette middleware.

<a id='changelog-5.1.0'></a>
## 5.1.0 (2023-12-07)

Expand Down
5 changes: 0 additions & 5 deletions changelog.d/20240116_094526_david.irving.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog.d/20240116_164958_rra_DM_42527.md

This file was deleted.

0 comments on commit 0385697

Please sign in to comment.