Skip to content

Releases: ethyca/fides

v1.2.0

05 Jan 19:46
90bda47
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.0

Patch release to trigger conda release

01 Dec 22:42
a9f7d2e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.1.1

v1.1.0

25 Nov 05:59
2195445
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

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