Skip to content

Releases: ethyca/fides

v1.8.1

08 Aug 16:19
18a3c77

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

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

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

v1.7.0

23 Jun 18:16
03f4521

Choose a tag to compare

See the Changelog

What's Changed

New Contributors

Read more

v1.6.1

15 Jun 19:18

Choose a tag to compare

See the Changelog

What's Changed

  • Resolved a failure with populating applicable data subject rights to a data map
  • Handle invalid characters when generating a fides_key #761

Full Changelog: 1.6.0...1.6.1

v1.6.0

02 May 16:45
db7cf8e

Choose a tag to compare

See the Changelog

What's Changed

Full Changelog: 1.5.3...1.6.0

v1.5.3

18 Apr 19:05
c86c46c

Choose a tag to compare

What's Changed

Full Changelog: 1.5.2...1.5.3

v1.5.2

08 Apr 17:12
8c474f5

Choose a tag to compare

What's Changed

Full Changelog: 1.5.1...1.5.2

This fix prevents the CLI from stopping the user if the CLI/Server versions are mismatched. This was too restrictive and caused friction where it was unintended

v1.5.1

08 Apr 03:44
95b70b8

Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

Hotfix for 1.5.0 that affected the pip install

v1.5.0

07 Apr 19:28
26d8f0f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.2...1.5.0