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
These are the changes that have been merged to the repository since the last
@@ -23,6 +24,8 @@ Everything in this section will be included in the next official release.
23
24
24
25
**New Features**
25
26
27
+
- Perf: parallelize cache invalidation for better performance ([#815](https://github.com/seapagan/fastapi-template/pull/815)) by [seapagan](https://github.com/seapagan)
28
+
- Fix: centralize cache namespace strings to prevent typos ([#814](https://github.com/seapagan/fastapi-template/pull/814)) by [seapagan](https://github.com/seapagan)
26
29
- Feat: add rate limiting for authentication endpoints ([#807](https://github.com/seapagan/fastapi-template/pull/807)) by [seapagan](https://github.com/seapagan)
27
30
- Feat: Add optional Redis caching infrastructure ([#803](https://github.com/seapagan/fastapi-template/pull/803)) by [seapagan](https://github.com/seapagan)
28
31
- Feat: add optional Prometheus metrics endpoint ([#799](https://github.com/seapagan/fastapi-template/pull/799)) by [seapagan](https://github.com/seapagan)
@@ -36,10 +39,13 @@ Everything in this section will be included in the next official release.
36
39
37
40
**Testing**
38
41
42
+
- Fix(tests): ensure Path objects are created after fake filesystem activation ([#813](https://github.com/seapagan/fastapi-template/pull/813)) by [seapagan](https://github.com/seapagan)
43
+
- Tests: Remove obsolete xfail markers ([#811](https://github.com/seapagan/fastapi-template/pull/811)) by [seapagan](https://github.com/seapagan)
39
44
- Test: add unit tests for metrics and OpenAPI modules ([#801](https://github.com/seapagan/fastapi-template/pull/801)) by [seapagan](https://github.com/seapagan)
40
45
41
46
**Security**
42
47
48
+
- Security: fix timing attacks and token validation vulnerabilities ([#810](https://github.com/seapagan/fastapi-template/pull/810)) by [seapagan](https://github.com/seapagan)
43
49
- Fix: update dependencies to fix security advisories in 2 third-party libraries ([#809](https://github.com/seapagan/fastapi-template/pull/809)) by [seapagan](https://github.com/seapagan)
44
50
- Fix(security): redact sensitive query params in request logs ([#805](https://github.com/seapagan/fastapi-template/pull/805)) by [seapagan](https://github.com/seapagan)
45
51
- Fix(security): validate credentials and prevent weak defaults ([#793](https://github.com/seapagan/fastapi-template/pull/793)) by [seapagan](https://github.com/seapagan)
@@ -50,6 +56,7 @@ Everything in this section will be included in the next official release.
50
56
51
57
**Refactoring**
52
58
59
+
- Refactor: code quality quick wins ([#812](https://github.com/seapagan/fastapi-template/pull/812)) by [seapagan](https://github.com/seapagan)
53
60
- Fix deprecated HTTP_422_UNPROCESSABLE_ENTITY status code ([#798](https://github.com/seapagan/fastapi-template/pull/798)) by [seapagan](https://github.com/seapagan)
54
61
55
62
**Documentation**
@@ -190,7 +197,7 @@ Everything in this section will be included in the next official release.
This is the long-delayed release of `0.5.0`:partying_face:
334
-
335
-
There are many breaking changes; check the documentation, discussions and all the 0.5.0 alpha and beta releases for information.
336
-
337
-
- Make the API an installable package and CLI command ([#276](https://github.com/seapagan/fastapi-template/pull/276)) by [seapagan](https://github.com/seapagan)
338
-
- Convert db to sqlalchemy 2 ([#140](https://github.com/seapagan/fastapi-template/pull/140)) by [seapagan](https://github.com/seapagan)
This is the long-delayed release of `0.5.0`:partying_face:
341
+
342
+
There are many breaking changes; check the documentation, discussions and all the 0.5.0 alpha and beta releases for information.
343
+
344
+
- Make the API an installable package and CLI command ([#276](https://github.com/seapagan/fastapi-template/pull/276)) by [seapagan](https://github.com/seapagan)
345
+
- Convert db to sqlalchemy 2 ([#140](https://github.com/seapagan/fastapi-template/pull/140)) by [seapagan](https://github.com/seapagan)
0 commit comments