Skip to content

Commit ff79b62

Browse files
committed
Update changelog for recent gateway improvements
Documented changes including type hints for gateway utilities, improved JWT key logging, health URI update, API response validation, and correlation ID middleware enhancements.
1 parent 2b7a198 commit ff79b62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
- Added type hints to gateway utilities for stronger typing.
12+
- Sanitized JWT key logging in `GatewayGuard` to avoid exposing sensitive data.
13+
- Default health uri from `/api/heath` -> `/health`
14+
1015
### Fixed
16+
- Ensure API responses are checked before marking models as successful.
17+
- Correlation ID middleware to generate request identifiers with the config lenght.
1118
- Prevent external redirects by validating `redirect` parameters against an allow list.
1219

1320
## [0.4.3] - 2025-08-13

0 commit comments

Comments
 (0)