You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,12 @@ Changes can also be flagged with a GitHub label for tracking purposes. The URL o
19
19
-https://github.com/ethyca/fides/labels/high-risk: to indicate that a change is a "high-risk" change that could potentially lead to unanticipated regressions or degradations
20
20
-https://github.com/ethyca/fides/labels/db-migration: to indicate that a given change includes a DB migration
- Migrate `Cookies` resources to `Asset` resources of type `Cookie`[#5776](https://github.com/ethyca/fides/pull/5776)https://github.com/ethyca/fides/labels/db-migrationhttps://github.com/ethyca/fides/labels/high-risk
26
26
- Added support for selecting TCF Publisher Override configuration when configuring Privacy Experience [#6033](https://github.com/ethyca/fides/pull/6033)
27
27
- Added Google Cloud Storage as a storage option [#6006](https://github.com/ethyca/fides/pull/6006)
28
-
- Added SSL Mode field for MySQL connections [#6048](https://github.com/ethyca/fides/pull/6048)
29
-
- Added PostgreSQL connection config form to the "integrations" page to support use with discovery monitors [#6018](https://github.com/ethyca/fides/pull/6018)
30
28
- Update the Datahub Permissions section to include required permissions from Datahub [#6052](https://github.com/ethyca/fides/pull/6052)
31
29
- Added the ability to create new TCF Experiences within Admin UI [#6055](https://github.com/ethyca/fides/pull/6055)
32
30
- PostgreSQL connection config now supports SSL Mode [#6068](https://github.com/ethyca/fides/pull/6068)
@@ -36,16 +34,33 @@ Changes can also be flagged with a GitHub label for tracking purposes. The URL o
36
34
- Changed how TCF Publisher Overrides gets configured in consent settings [#6013](https://github.com/ethyca/fides/pull/6013)
37
35
- Frontend now do not generate `key` when creating a Website Monitor [#6041](https://github.com/ethyca/fides/pull/6041)
38
36
- Integrations manage modals now are cappable of showing a small description [#6037](https://github.com/ethyca/fides/pull/6037)
37
+
- UI now allows assigning of non-consent-category data uses to system assets [#6049](https://github.com/ethyca/fides/pull/6049)
- Updated UI behavior for editing languages in the Experience config for consistency and clarity [#6055](https://github.com/ethyca/fides/pull/6055)
40
+
- Moved detection & discovery features out of beta [#6059](https://github.com/ethyca/fides/pull/6059)
39
41
40
42
### Developer Experience
41
43
- Reduced animations on Cypress tests in Privacy Center for quicker results [#5976](https://github.com/ethyca/fides/pull/5976)
42
44
43
45
### Fixed
44
46
- Fixed typo in Vermont US state name [#6029](https://github.com/ethyca/fides/pull/6029)
45
47
- Fixed two Georgia's in regions list and incorrect name for the state SD [#6036](https://github.com/ethyca/fides/pull/6036)
46
-
- Fixed Privacy Center issue where unconfigured fields (eg. phone) were being passed as null form values [#6045](https://github.com/ethyca/fides/pull/6045)
47
48
- Fixed performance issues in Data map report in Admin UI [#6046](https://github.com/ethyca/fides/pull/6046)
48
49
- Fixed details requirements in AWS SES setup [#6047](https://github.com/ethyca/fides/pull/6047)
50
+
- Addressed some performance issues with Experience configuration previews [#6055](https://github.com/ethyca/fides/pull/6055)
- Added PostgreSQL connection config form to the "integrations" page to support use with discovery monitors [#6018](https://github.com/ethyca/fides/pull/6018)
56
+
- Added SSL Mode field for MySQL connections [#6048](https://github.com/ethyca/fides/pull/6048)
57
+
58
+
### Changed
59
+
- Removed `dbname` as a required field for PostgreSQL connection configs to support use with discovery monitors [#6018](https://github.com/ethyca/fides/pull/6018)
60
+
- Updated consent automation models to support echo detection in Fidesplus [#6054](https://github.com/ethyca/fides/pull/6054)
61
+
62
+
### Fixed
63
+
- Fixed Privacy Center issue where unconfigured fields (eg. phone) were being passed as null form values [#6045](https://github.com/ethyca/fides/pull/6045)
49
64
- Fixed startup issues with Celery workers [#6058](https://github.com/ethyca/fides/pull/6058)
0 commit comments