Releases: max-pfeiffer/uvicorn-poetry-fastapi-project-template
Releases · max-pfeiffer/uvicorn-poetry-fastapi-project-template
1.5.0
1.4.0
Features:
- optional GitHub workflow contains stages for code quality and tests
1.3.0
Features:
- Python version and operating system variant are now configurable via Cookiecutter
1.2.0
Features:
- New Docker base image version: uvicorn-poetry:3.2.0-python3.11.6-slim-bookworm
- Removed multiple build stages for checks and tests, as checks and tests should be run via a CI/CD pipeline
1.1.0
Features:
- New Docker base image version: uvicorn-poetry:2.1.0-python3.9.14-slim-bullseye
- Optimized Docker image builds: now the Python standard image is used as base image resulting in very slim builds
1.0.0
Features:
- Minimal application
- Dependency management via Poetry
- Available Docker images: tests, development, production