Releases: ethyca/fides
Releases · ethyca/fides
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 Python, 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
Adds the Fideslang module and moves to client-side evaluations
Update various names for consistency/clarity (#90) * Update various names for consistency/clarity * updates all of the docs to mention resources and clean up the api/cli pages * updates all of the object references to be resource references in the fidesctl source code * removes some underscores that aren't needed Co-authored-by: Thomas La Piana <[email protected]>
Add --dry and --diff to apply
This release cleans up a lot of the code, with the major new feature being the --diff and --dry flags for the apply command. Apply can now be non-destructive as well as give a detailed look at how the local files differ from what is on the server
Add Evaluations
This release supports evaluations for both systems and registries, and also as a dryrun or as an evaluation after the object has been created
0.9.2
fix the publish workflow
0.9.1
update the pypi publish workflow
0.9.0
Update publish_pypi.yaml