API Rewrite
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