You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ Everything in this section will be included in the next official release.
17
17
- Cache Integration ([#116](https://github.com/seapagan/fastapi-template/issues/116)) by [seapagan](https://github.com/seapagan)
18
18
- Metrics and Observability endpoints ([#114](https://github.com/seapagan/fastapi-template/issues/114)) by [seapagan](https://github.com/seapagan)
19
19
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
+
20
24
**New Features**
21
25
22
26
- 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.
35
39
36
40
**Security**
37
41
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)
38
43
- Fix(security): validate credentials and prevent weak defaults ([#793](https://github.com/seapagan/fastapi-template/pull/793)) by [seapagan](https://github.com/seapagan)
0 commit comments