Releases: seapagan/fastapi-template
Releases · seapagan/fastapi-template
v1.3.1
v1.3.0
What's Changed
- Verify registration by Email by @seapagan in #28
 - Fix Bug when creating user from CLI by @seapagan in #40
 
Dependency Updates
- Bump certifi from 2022.9.24 to 2022.12.7 by @dependabot in #29
 - Bump databases from 0.6.1 to 0.7.0 by @dependabot in #31
 - Bump sqlalchemy from 1.4.45 to 1.4.46 by @dependabot in #34
 - Bump alembic from 1.9.1 to 1.9.2 by @dependabot in #36
 - Bump python-decouple from 3.6 to 3.7 by @dependabot in #35
 - Bump aiosmtpd from 1.4.3 to 1.4.4.post2 by @dependabot in #38
 - Bump email-validator from 1.3.0 to 1.3.1 by @dependabot in #37
 
Full Changelog: v1.2.0...v1.3.0
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