Skip to content

Releases: ethyca/fides

API Rewrite

23 Sep 03:59
6457ae4
Compare
Choose a tag to compare

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

09 Sep 19:09
01f4e21
Compare
Choose a tag to compare
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

25 Aug 14:31
Compare
Choose a tag to compare

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

16 Jun 21:30
Compare
Choose a tag to compare

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

16 Jun 16:18
Compare
Choose a tag to compare
fix the publish workflow

0.9.1

16 Jun 15:51
Compare
Choose a tag to compare
update the pypi publish workflow

0.9.0

16 Jun 01:20
513ce2e
Compare
Choose a tag to compare
Update publish_pypi.yaml