Minimal Fastapi Postgres Template Versions Save

minimal-fastapi-postgres-template based on official template but rewritten

6.0.0

3 months ago

What's Changed

  • transition to template repository from cookiecutter (removed {{cookiecutter.project_name}} folder, everything in main directory)
  • added mypy
  • removed passlib -> use bcrypt directly
  • rewritten refresh token from JWT to store it in database
  • rewritten test setup (conftest fixtures), delete another database, create database per worker, multi-process runtime with pytest-xdist
  • finish transition to ruff, remove black
  • added more tests for auth, core, users, require 100% coverage
  • improve api error messages, syntax, imports, overall code quality
  • added better github action tests, type check job, dependabot
  • Release 6.0 by @rafsaf in https://github.com/rafsaf/minimal-fastapi-postgres-template/pull/44

Full Changelog: https://github.com/rafsaf/minimal-fastapi-postgres-template/compare/5.0.1...6.0.0

5.0.1

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/rafsaf/minimal-fastapi-postgres-template/compare/5.0.0...5.0.1

5.0.0

7 months ago

4.1.0

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/rafsaf/minimal-fastapi-postgres-template/compare/4.0.0...4.1.0

4.0.0

1 year ago

What's Changed

Full Changelog: https://github.com/rafsaf/minimal-fastapi-postgres-template/compare/3.1.0...4.0.0

3.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/rafsaf/minimal-fastapi-postgres-template/compare/3.0.0...3.1.0

3.0.0

2 years ago

What's Changed

Full Changelog: https://github.com/rafsaf/minimal-fastapi-postgres-template/compare/2.0.2...3.0.0

2.0.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/rafsaf/minimal-fastapi-postgres-template/compare/2.0.1...2.0.2

2.0.1

2 years ago
  • improvement - removed double quotes from .env files

2.0.0

2 years ago
  • :exclamation: new fastapi-users-template based on FastAPI Users
  • :exclamation: updated requriements and used libs in both templates
  • changed this repo structure to handle completely different template folders
  • updated readme