Skip to content

Commit 9c23bea

Browse files
committed
update CHANGELOG
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent c9e0f71 commit 9c23bea

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,19 @@ Everything in this section will be included in the next official release.
1515

1616
**New Features**
1717

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)
1820
- Extend JWT format validation to verify and refresh endpoints ([#790](https://github.com/seapagan/fastapi-template/pull/790)) by [seapagan](https://github.com/seapagan)
1921
- Add password recovery feature ([#788](https://github.com/seapagan/fastapi-template/pull/788)) by [seapagan](https://github.com/seapagan)
2022

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+
2131
**Dependency Updates**
2232

2333
- 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

Comments
 (0)