Skip to content

Releases: ethyca/fides

v1.9.1

29 Sep 18:08
caf68cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.9.0...1.9.1

v1.9.0

29 Sep 14:56
cec6c15
Compare
Choose a tag to compare

See the Changelog

What's Changed

Full Changelog: 1.8.6...1.9.0

v1.8.6

29 Sep 00:44
Compare
Choose a tag to compare

See the Changelog

What's Changed

  • Added classification tables for Plus users #1060
  • Fixed a bug where rows were being excluded from a data map #1124

Full Changelog: 1.8.5...1.8.6

v1.8.5

21 Sep 20:09
f38df7d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.4...1.8.5

v1.8.4

09 Sep 15:15
aeabe68
Compare
Choose a tag to compare

See the Changelog

What's Changed

Full Changelog: 1.8.3...1.8.4

v1.8.3

06 Sep 17:27
d4961e1
Compare
Choose a tag to compare

See the Changelog

What's Changed

Full Changelog: 1.8.2...1.8.3

v1.8.2

18 Aug 18:06
cf5ad31
Compare
Choose a tag to compare

See the Changelog

What's Changed

New Contributors

Full Changelog: 1.8.1...1.8.2

v1.8.1

08 Aug 16:19
18a3c77
Compare
Choose a tag to compare

What's Changed

  • Add workflow for uploading to testpypi by @allisonking in #951
  • Merge Release v1.8.1 branch by @ThomasLaPiana in #971
  • 1.8.1 by @ThomasLaPiana in #972
  • The following environment variables have been deprecated, and replaced with the new environment variable names indicated below. To avoid breaking existing workflows, the deprecated variables are still respected in v1.8.1. They will be removed in a future release.
    • FIDESCTL__API__DATABASE_HOST --> FIDESCTL__DATABASE__SERVER
    • FIDESCTL__API__DATABASE_NAME --> FIDESCTL__DATABASE__DB
    • FIDESCTL__API__DATABASE_PASSWORD --> FIDESCTL__DATABASE__PASSWORD
    • FIDESCTL__API__DATABASE_PORT --> FIDESCTL__DATABASE__PORT
    • FIDESCTL__API__DATABASE_TEST_DATABASE_NAME --> FIDESCTL__DATABASE__TEST_DB
    • FIDESCTL__API__DATABASE_USER --> FIDESCTL__DATABASE__USER

Full Changelog: 1.8.0...1.8.1

v1.8.0

04 Aug 13:46
55026be
Compare
Choose a tag to compare

See the Changelog

What's Changed

New Contributors

Full Changelog: 1.7.0...1.8.0

v1.7.1

28 Jul 19:11
Compare
Choose a tag to compare

See the Changelog

What's Changed

Added

  • Add datasets via YAML in the UI #813
  • Add datasets via database connection #834 #889
  • Add delete confirmation when deleting a field or collection from a dataset #809
  • Add ability to delete datasets from the UI #827
  • Add Cypress for testing 713
  • Add datasets via database connection (UI only) #834
  • Add Okta support to the /generate endpoint #842
  • Add db support to /generate endpoint 849
  • Added OpenAPI TypeScript client generation for the UI app. See the README for more details.

Changed

  • Remove the obscure requirement from the generate endpoint #819

Developer Experience

  • When releases are published, dispatch a repository webhook event to ethyca/fidesctl-plus #938

Docs

  • recommend/replace pip installs with pipx #874

Fixed

  • CustomSelect input tooltips appear next to selector instead of wrapping to a new row.
  • Datasets without the third_country_transfer will not cause the editing dataset form to not render.
  • Fixed a build issue causing an unknown version of fidesctl to be installed in published Docker images #836
  • Fixed an M1-related SQLAlchemy bug #816
  • Endpoints now work with or without a trailing slash. #886
  • Dataset field columns show all columns by default in the UI #898
  • Fixed the tag specific GitHub Action workflows for Docker and publishing docs. #901

Full Changelog: 1.7.0...1.7.1