Releases: seapagan/fastapi-template
Releases · seapagan/fastapi-template
v1.2.0
What's Changed
- Send Emails on certain actions by @seapagan in #21
- Implement Refresh Token functionality by @seapagan in #27
Dependency Updates
- Bump fastapi from 0.85.1 to 0.86.0 by @dependabot in #20
- Bump psycopg2 from 2.9.4 to 2.9.5 by @dependabot in #16
- Bump asyncpg from 0.26.0 to 0.27.0 by @dependabot in #17
- Bump sqlalchemy from 1.4.42 to 1.4.43 by @dependabot in #19
- Bump fastapi from 0.86.0 to 0.87.0 by @dependabot in #24
- Bump actions/dependency-review-action from 2 to 3 by @dependabot in #22
- Bump sqlalchemy from 1.4.43 to 1.4.44 by @dependabot in #23
Full Changelog: v1.1.1...v1.2.0
v1.1.1
v1.1.0
v1.0.0
First Release
What's Changed
- Settings module by @seapagan in #1
- Admins can Ban a user by @seapagan in #2
- Allow user to read their own profile data by @seapagan in #3
- Handle bad DB settings more gracefully by @seapagan in #4
- Document the App. by @seapagan in #5
- Implement a CLI to add a new user by @seapagan in #10
- Validate email by @seapagan in #11
Dependency Updates
- Bump sqlalchemy from 1.4.41 to 1.4.42 by @dependabot in #7
- Bump fastapi from 0.85.0 to 0.85.1 by @dependabot in #6
- Bump uvicorn from 0.18.3 to 0.19.0 by @dependabot in #9
- Bump pyjwt from 2.5.0 to 2.6.0 by @dependabot in #8
New Contributors
- @seapagan made their first contribution in #1
- @dependabot made their first contribution in #7
Full Changelog: https://github.com/seapagan/fastapi-template/commits/v1.0.0