Skip to content

API Rewrite

Compare
Choose a tag to compare
@ThomasLaPiana ThomasLaPiana released this 23 Sep 04:02
· 2406 commits to main since this release

This release has some major changes in it that drastically overhaul the developer feel of Fidesctl, namely:

  • Fidesctl API is now rewritten in FastAPI, this makes deployment and development much simpler
  • Fidesctl CLI can now reset the database and run migrations, decreasing reliance on external tools
  • Postgres12 is now the database, instead of Mysql8

Docs have been updated to reflect the above changes