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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,19 @@ Everything in this section will be included in the next official release.
15
15
16
16
**New Features**
17
17
18
+
- Feat(logging): implement comprehensive logging infrastructure with loguru ([#794](https://github.com/seapagan/fastapi-template/pull/794)) by [seapagan](https://github.com/seapagan)
19
+
- Prevent last admin from deleting themselves ([#792](https://github.com/seapagan/fastapi-template/pull/792)) by [seapagan](https://github.com/seapagan)
18
20
- Extend JWT format validation to verify and refresh endpoints ([#790](https://github.com/seapagan/fastapi-template/pull/790)) by [seapagan](https://github.com/seapagan)
19
21
- Add password recovery feature ([#788](https://github.com/seapagan/fastapi-template/pull/788)) by [seapagan](https://github.com/seapagan)
20
22
23
+
**Security**
24
+
25
+
- Fix(security): validate credentials and prevent weak defaults ([#793](https://github.com/seapagan/fastapi-template/pull/793)) by [seapagan](https://github.com/seapagan)
26
+
27
+
**Bug Fixes**
28
+
29
+
- Fix CLI crash when database not initialized ([#791](https://github.com/seapagan/fastapi-template/pull/791)) by [seapagan](https://github.com/seapagan)
30
+
21
31
**Dependency Updates**
22
32
23
33
- Update postgres Docker tag to v18 ([#789](https://github.com/seapagan/fastapi-template/pull/789)) by [renovate[bot]](https://github.com/apps/renovate)
0 commit comments