Skip to content

Releases: ethyca/fides

v1.0.0

01 Nov 16:57
382f0b2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.9...1.0.0

Evaluation bug fixes, interactive dataset annotations

29 Oct 22:40
b6fd951
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.8...0.9.9

Adds the DEFAULT_TAXONOMY and Visualization endpoints

11 Oct 22:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.8...0.9.8.4

Adds the DEFAULT_TAXONOMY to Fideslang

11 Oct 22:05
4917e76
Compare
Choose a tag to compare

from fideslang import DEFAULT_TAXONOMY will contain the standard taxonomy out of the box.
The database will automatically get seeded with the default taxonomy upon initialization

Visualization endpoints now exist within in the API!

Hotfix Release for Missing Migration File

30 Sep 15:47
72bebd2
Compare
Choose a tag to compare

Needed to add alembic.ini to the package data
Also contains the new Dataset versions

Psycopg2 Hotfix

27 Sep 20:58
Compare
Choose a tag to compare

This is a hotfix for the psycopg2-binary version. It was causing issues in fides-ops and on M1 macs

API Rewrite

23 Sep 04:02
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 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

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 <tal103020@icloud.com>

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