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
+49-3Lines changed: 49 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,26 +19,70 @@ 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
- Exposes configuration settings for the async db engine connection [#6128](https://github.com/ethyca/fides/pull/6128)
26
+
27
+
### Changed
28
+
- Attachment uploads now check for file extension types, retrieving and attachment also returns the file size. [#6124](https://github.com/ethyca/fides/pull/6124)
- Added Recorded URL to Consent Report [#6077](https://github.com/ethyca/fides/pull/6077)
35
+
- Added support for consent mechanism string values and non-applicable notices in FidesJS [#6115](https://github.com/ethyca/fides/pull/6115)
36
+
- Added ConnectionType.okta, OktaSchema, OktaConnector as support for the Okta Monitor [#6078](https://github.com/ethyca/fides/pull/6078)
37
+
- Added "View" detail links to success toasts in action center [#6113](https://github.com/ethyca/fides/pull/6113)
38
+
- Setting to allow Admin UI errors to be surfaced to a toast. [#6121](https://github.com/ethyca/fides/pull/6121)
39
+
40
+
### Changed
41
+
- Abstract OT consent migration logic, allow write to Fides preferences api [#6099](https://github.com/ethyca/fides/pull/6099)
42
+
- Tweaked discovered assets table so rows remain selected after bulk actions [#6108](https://github.com/ethyca/fides/pull/6108)
43
+
- Migrated some dropdown menus to use Ant's Dropdown component [#6107](https://github.com/ethyca/fides/pull/6107)
44
+
- Refactor OT consent migration [#6099](https://github.com/ethyca/fides/pull/6126)
26
45
46
+
### Developer Experience
47
+
- Cleaning up test fixtures [#6008](https://github.com/ethyca/fides/pull/6008)
48
+
- Migrated last remaining Chakra icon button to Ant [#6127](https://github.com/ethyca/fides/pull/6127)
49
+
50
+
### Fixed
51
+
- Fixed handling of empty SSL mode in the MySQL connector [#6123](https://github.com/ethyca/fides/pull/6123)
52
+
- Suppressing SQLAlchemy logging related to caching queries [#6089](https://github.com/ethyca/fides/pull/6089)
53
+
- FidesJS css variable `--fides-overlay-container-border-width` now applies to banner (only applied to modal before) [#6097](https://github.com/ethyca/fides/pull/6097)https://github.com/ethyca/fides/labels/high-risk
54
+
- Fixed vendor restriction form validation and input handling [#6101](https://github.com/ethyca/fides/pull/6101)
55
+
- Fixed special purpose vendor check in Fides JS logic [#6118](https://github.com/ethyca/fides/pull/6118)
56
+
- Update Add Vendor tooltip to match navigation option [#6111](https://github.com/ethyca/fides/pull/6111)
57
+
- Fixed UX issues with action center tables [#6116](https://github.com/ethyca/fides/pull/6116)
58
+
- Fixed incorrect font styling on some table headers [#6129](https://github.com/ethyca/fides/pull/6129)
59
+
- Fixed a bug with refreshing or deep-linking to pages sometimes redirecting to homepage [#6125](https://github.com/ethyca/fides/pull/6125)
60
+
- Fixed a bug that prevented from showing all the integrations when on the system page [#6138](https://github.com/ethyca/fides/pull/6138)
- 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
32
-
- Added support for selecting TCF Publisher Override configuration when configuring Privacy Experience [#6033](https://github.com/ethyca/fides/pull/6033)
75
+
- Added support for selecting TCF Publisher Override configuration when configuring Privacy Experience (behind beta feature flag) [#6033](https://github.com/ethyca/fides/pull/6033)
33
76
- Added Google Cloud Storage as a storage option [#6006](https://github.com/ethyca/fides/pull/6006)
34
77
- Update the Datahub Permissions section to include required permissions from Datahub [#6052](https://github.com/ethyca/fides/pull/6052)
35
78
- Added assumed role arn capabilities to aws Storage [#6027](https://github.com/ethyca/fides/pull/6027)
36
79
- Added the ability to create new TCF Experiences within Admin UI [#6055](https://github.com/ethyca/fides/pull/6055)
37
80
- PostgreSQL connection config now supports SSL Mode [#6068](https://github.com/ethyca/fides/pull/6068)
38
81
- Added ability to "restore" ignored assets in action center [#6080](https://github.com/ethyca/fides/pull/6080)
82
+
- Added support for TCF publisher restrictions in FidesJS [#6102](https://github.com/ethyca/fides/pull/6102)
39
83
40
84
### Changed
41
-
- Changed how TCF Publisher Overrides gets configured in consent settings [#6013](https://github.com/ethyca/fides/pull/6013)
85
+
- Changed how TCF Publisher Overrides gets configured in consent settings (behind beta feature flag) [#6013](https://github.com/ethyca/fides/pull/6013)
42
86
- Frontend now do not generate `key` when creating a Website Monitor [#6041](https://github.com/ethyca/fides/pull/6041)
43
87
- Integrations manage modals now are cappable of showing a small description [#6037](https://github.com/ethyca/fides/pull/6037)
44
88
- UI now allows assigning of non-consent-category data uses to system assets [#6049](https://github.com/ethyca/fides/pull/6049)
@@ -62,6 +106,8 @@ Changes can also be flagged with a GitHub label for tracking purposes. The URL o
62
106
- Fixed details requirements in AWS SES setup [#6047](https://github.com/ethyca/fides/pull/6047)
63
107
- Addressed some performance issues with Experience configuration previews [#6055](https://github.com/ethyca/fides/pull/6055)
64
108
- Fixed icon sizing in request manager table [#6079](https://github.com/ethyca/fides/pull/6079)
109
+
- Fixed GCP SQL connection to support ip_type [#6065](https://github.com/ethyca/fides/pull/6065)
110
+
- TCF overlay option no longer an Experience option when TCF is not enabled [#6091](https://github.com/ethyca/fides/pull/6091)
0 commit comments