Skip to content

Commit b631964

Browse files
committed
update CHANGELOG
Signed-off-by: Grant Ramsay <[email protected]>
1 parent 300737f commit b631964

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Everything in this section will be included in the next official release.
1717
- Cache Integration ([#116](https://github.com/seapagan/fastapi-template/issues/116)) by [seapagan](https://github.com/seapagan)
1818
- Metrics and Observability endpoints ([#114](https://github.com/seapagan/fastapi-template/issues/114)) by [seapagan](https://github.com/seapagan)
1919

20+
**Breaking Changes**
21+
22+
- Fix: enforce token type separation and harden CORS defaults ([#804](https://github.com/seapagan/fastapi-template/pull/804)) by [seapagan](https://github.com/seapagan)
23+
2024
**New Features**
2125

2226
- Feat: Add optional Redis caching infrastructure ([#803](https://github.com/seapagan/fastapi-template/pull/803)) by [seapagan](https://github.com/seapagan)
@@ -35,6 +39,7 @@ Everything in this section will be included in the next official release.
3539

3640
**Security**
3741

42+
- Fix(security): redact sensitive query params in request logs ([#805](https://github.com/seapagan/fastapi-template/pull/805)) by [seapagan](https://github.com/seapagan)
3843
- Fix(security): validate credentials and prevent weak defaults ([#793](https://github.com/seapagan/fastapi-template/pull/793)) by [seapagan](https://github.com/seapagan)
3944

4045
**Bug Fixes**

0 commit comments

Comments
 (0)