Skip to content

Releases: MarkRyanGarcia/fastfastapi

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 06 Apr 19:13

Changelog

  • 358cf5e Update Pipfile.tmpl to python 3.12

v0.1.7

Choose a tag to compare

@github-actions github-actions released this 03 Apr 09:17

Changelog

v0.1.6

Choose a tag to compare

@github-actions github-actions released this 03 Apr 09:09

Changelog

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 30 Mar 03:17

Changelog

  • 467bf77 Merge branch 'main' of github.com:MarkRyanGarcia/fapi-init
  • 4b4ef91 fix: fix auto tag release for real

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 30 Mar 03:15

Changelog

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 30 Mar 03:11

Changelog

  • a361d12 Merge branch 'main' of github.com:MarkRyanGarcia/fapi-init
  • 785b135 fix: auto tag and release

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Mar 02:04

Changelog

  • 09d6624 Merge branch 'main' of github.com:MarkRyanGarcia/fastapi-gen
  • a1afa4f feat: MongoDB support working
  • ec51e3f feat: add AWS Cognito
  • b57a508 feat: add SQL ORM selection (SQLAlchemy, SQLModel, FastCRUD)
  • 4918c23 feat: add clerk
  • 6915b3b feat: add default utils (pagination, responses, exceptions)
  • 5bb6d2e feat: add docker support
  • e5552d5 feat: allow "." for current directory
  • 2e6f3c7 feat: implement a modern fastapi structure
  • 8587d4d feat: implement mock fastapi app with sqlalchemy import
  • b547f0a feat: include redis option
  • aafb3ee feat: show implementation working examples
  • bcc27a8 feat: use pipenv
  • 316922d fix: SSL cert issue
  • 1554357 fix: add psycopg2-binary for alembic
  • 437c0db fix: pipenv and docker compatibility
  • 0b2b4f1 fix: pipenv install
  • fa0f60e fix: py project build
  • a34d7eb fix: venv auto installs
  • 28f7598 focs: add demo GIF to README.md
  • 3a37ac0 init go
  • cdf00a5 refactor: ask to start api when installing dependencies
  • bc87295 refactor: move alembic model imports to models init file