Releases: ethyca/fides
Releases · ethyca/fides
v1.9.3
Full Changelog: 1.9.2...1.9.3
v1.9.2
Final pre-unified fidestl release!
What's Changed
- Do not rely on order for checking intercept results by @allisonking in #1131
- [1076] ui/plus: Approve dataset classification button by @ssangervasi in #1129
- Restrict startsWith comparisons in CheckboxTree more by @allisonking in #1126
- Update CODEOWNERS by @ThomasLaPiana in #1180
- Classify data category dropdown by @allisonking in #1110
- [1120] ui/plus: Integrate cls endpoints by @ssangervasi in #1194
- update footer links by @conceptualshark in #1130
- Add
DeprecationWarningsto fidesctl by @ThomasLaPiana in #1244
Full Changelog: 1.9.1...1.9.2
v1.9.1
What's Changed
- Bump fideslang to 1.3.1 by @PSalant726 in #1136
- Prepare 1.9.1 release by @PSalant726 in #1137
Full Changelog: 1.9.0...1.9.1
v1.9.0
See the Changelog
What's Changed
- Alter taxonomy upsert behavior by @allisonking in #1040
- Remove disabled Nav Buttons by @ThomasLaPiana in #1067
- Form to add a system via yaml by @allisonking in #1062
- ui/dataset: "Classify" toggle for fidesctl-plus by @ssangervasi in #1057
- [1058] ui/dataset: Confirmation modal to kick off classify by @ssangervasi in #1069
- Scaffold manual system flow by @allisonking in #1068
- [1073] ui/dataset: Show status badge for datasets using classification results by @ssangervasi in #1074
- ui/state: Deduplicate query results that were being stored in state slices by @ssangervasi in #1083
- Fix header help link by @ThomasLaPiana in #1078
- Reuse config wizard forms for adding a system by @allisonking in #1072
- UI to delete a system by @allisonking in #1085
- Separate 'next' and 'add' logic in PrivacyDeclarationForm by @allisonking in #1086
- New fields on system forms by @allisonking in #1082
- ui/datasets: Refactor selectors by @ssangervasi in #1087
- upgrade pymysql to version 1.0.2 by @SteveDMurphy in #1094
- Edit system UI by @allisonking in #1096
- Set up cypress component testing by @allisonking in #1106
- [1075] ui/plus: Classification details in dataset fields table by @ssangervasi in #1088
- ui/plus: Rename and restructure Classification -> Classify(Instance) by @ssangervasi in #1113
- Prepare changelog for 1.9.0 release by @allisonking in #1134
Full Changelog: 1.8.6...1.9.0
v1.8.6
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
What's Changed
- Bump fideslang to 1.3.0 by @PSalant726 in #1103
- Prepare 1.8.5 release by @PSalant726 in #1107
Full Changelog: 1.8.4...1.8.5
v1.8.4
See the Changelog
What's Changed
- noxfiles: Session for building fidesctl python package by @ssangervasi in #1047
- [942] fctl/api: Serve static files using route maps by @ssangervasi in #1046
- Fix truncated evaluation error messages by @ThomasLaPiana in #1053
- Bump next-auth from 4.9.0 to 4.10.3 in /clients/ctl/admin-ui by @dependabot in #1025
- Cascade delete taxonomy children by @allisonking in #1042
- Initial systems management page by @allisonking in #1054
- 1.8.4 by @SteveDMurphy in #1061
Full Changelog: 1.8.3...1.8.4
v1.8.3
See the Changelog
What's Changed
- Update taxonomy forms by @allisonking in #1000
- fidesctl/datamap: Concise heading of Fides Key columns by @ssangervasi in #1002
- Prevent modifying default taxonomy fields by @allisonking in #990
- Delete taxonomy UI by @allisonking in #1006
- Update cypress fixtures by @allisonking in #1022
- Add taxonomy entity form by @allisonking in #1019
- Add check for is_default before rendering delete button by @allisonking in #1023
- Fix mypy error by @sanders41 in #1030
- Custom label for user defined taxonomy fields by @allisonking in #1027
- Add boolean fields and use them in taxonomy forms by @allisonking in #1028
- remove exclude_unset=True to return clean diff by @SteveDMurphy in #1026
- Set pydantic < 1.10.0 to fix CI issues with fideslang functions by @allisonking in #1045
- [fidesctl-plus #78] cross app navigation by @ssangervasi in #1037
- 1.8.3 by @allisonking in #1050
Full Changelog: 1.8.2...1.8.3
v1.8.2
See the Changelog
What's Changed
- logging section table format fix by @ArpanBalpande in #969
- Fixed link in community docs by @Vicky-Vicky27 in #968
- Bump Python version to 3.9 in Docker and setup.py by @ThomasLaPiana in #974
- Nest the UI directory into a
ctlsubdir by @ThomasLaPiana in #970 - [#981] update readme subsections to display as plain text by @conceptualshark in #982
- Add setuptools to dev-requirements to fix versioneer error by @sanders41 in #983
- Add is_default field to taxonomy sql models by @allisonking in #976
- Edit taxonomy form by @allisonking in #977
- Update typescript types for taxonomy
is_defaultby @allisonking in #997 - Prepend
ctlto database table names by @ThomasLaPiana in #979 - include fides_key in datamap api output by @SteveDMurphy in #992
- 1.8.2 by @allisonking in #999
New Contributors
- @ArpanBalpande made their first contribution in #969
- @Vicky-Vicky27 made their first contribution in #968
Full Changelog: 1.8.1...1.8.2
v1.8.1
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__SERVERFIDESCTL__API__DATABASE_NAME-->FIDESCTL__DATABASE__DBFIDESCTL__API__DATABASE_PASSWORD-->FIDESCTL__DATABASE__PASSWORDFIDESCTL__API__DATABASE_PORT-->FIDESCTL__DATABASE__PORTFIDESCTL__API__DATABASE_TEST_DATABASE_NAME-->FIDESCTL__DATABASE__TEST_DBFIDESCTL__API__DATABASE_USER-->FIDESCTL__DATABASE__USER
Full Changelog: 1.8.0...1.8.1