Changelog
Part 1, Chapter 2
1.4.0
Released January 26, 2024
- Upgraded to FastAPI 0.109.0, pydantic 2.5.3, and Python 3.12.1.
- Moved to pydantic-settings for settings management.
- Switched to a slim-bookworm-based Docker image.
1.3.0
Released March 19, 2023
- Upgraded to FastAPI 0.94.1 and Python 3.11.2.
- Addressed issues with Heroku eliminating their free tier.
- Addressed various issues in the Continuous Integration chapter.
1.2.3
October 30, 2022
- Upgraded to FastAPI 0.85.1 and Python 3.10.8.
1.2.2
December 28, 2021
- Upgraded to FastAPI 0.70.1 and Python 3.10.1.
- Addressed an issue with GitHub Actions.
1.2.1
Released July 9, 2021
- Upgraded to Python 3.9.6.
- Upgraded to the latest version of FastAPI.
- Added database migrations via Aerich.
1.2.0
Released March 15, 2021
- Upgraded to Python 3.9.2.
- Upgraded to the latest versions of FastAPI, asyncpg, and Tortoise ORM to address an SSL certificate issue.
1.1.0
Released December 16, 2020
- Upgraded to Python 3.9.0.
- Upgraded to the latest version of FastAPI.
- Updated the logger config in order to see the app logs in Uvicorn's output.
- Switched to a slim-buster-based Docker image for development mode.
1.0.0
Released June 2, 2020
- First release!
✓ Mark as Completed