Skip to content

Releases: max-pfeiffer/uvicorn-poetry-fastapi-project-template

1.5.0

17 Aug 14:57
5a5c2eb
Compare
Choose a tag to compare

Features:

  • switched to ruff as linter and code formatter
  • improved and simplified GitHub workflow

1.4.0

06 Jan 14:57
b28eb07
Compare
Choose a tag to compare

Features:

  • optional GitHub workflow contains stages for code quality and tests

1.3.0

18 Dec 18:58
364064d
Compare
Choose a tag to compare

Features:

  • Python version and operating system variant are now configurable via Cookiecutter

1.2.0

18 Dec 10:23
c1efb0e
Compare
Choose a tag to compare

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

17 Sep 12:54
fac9048
Compare
Choose a tag to compare

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

10 Jul 17:11
82acf1d
Compare
Choose a tag to compare

Features:

  • Minimal application
  • Dependency management via Poetry
  • Available Docker images: tests, development, production