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
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,8 @@ Changes can also be flagged with a GitHub label for tracking purposes. The URL o
25
25
- 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
-
- PostgreSQL connection config now supports SSL Mode [#6068](https://github.com/ethyca/fides/pull/6068)
33
30
- Added assumed role arn capabilities to aws Storage [#6027](https://github.com/ethyca/fides/pull/6027)
34
31
35
32
### Changed
@@ -40,7 +37,6 @@ Changes can also be flagged with a GitHub label for tracking purposes. The URL o
- Updated UI behavior for editing languages in the Experience config for consistency and clarity [#6055](https://github.com/ethyca/fides/pull/6055)
42
39
- Moved detection & discovery features out of beta [#6059](https://github.com/ethyca/fides/pull/6059)
43
-
- Updated consent automation models to support echo detection in Fidesplus [#6054](https://github.com/ethyca/fides/pull/6054)
44
40
45
41
### Developer Experience
46
42
- Reduced animations on Cypress tests in Privacy Center for quicker results [#5976](https://github.com/ethyca/fides/pull/5976)
@@ -57,6 +53,7 @@ Changes can also be flagged with a GitHub label for tracking purposes. The URL o
57
53
### Added
58
54
- Added PostgreSQL connection config form to the "integrations" page to support use with discovery monitors [#6018](https://github.com/ethyca/fides/pull/6018)
59
55
- Added SSL Mode field for MySQL connections [#6048](https://github.com/ethyca/fides/pull/6048)
56
+
- PostgreSQL connection config now supports SSL Mode [#6068](https://github.com/ethyca/fides/pull/6068)
60
57
61
58
### Changed
62
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)
@@ -87,7 +84,6 @@ Changes can also be flagged with a GitHub label for tracking purposes. The URL o
87
84
- Added `tcf_configuration_id` to `PrivacyExperienceConfig` and fixes `TCFPublisherRestriction` validations [#6012](https://github.com/ethyca/fides/pull/6012)https://github.com/ethyca/fides/labels/db-migration
88
85
- Added a `--separate-files` flag to the `fides pull dataset` CLI command to pull each dataset into its own file [#6007](https://github.com/ethyca/fides/pull/6007)
89
86
- Added a `readonly_server` database setting to support specifying a read-only database [#6023](https://github.com/ethyca/fides/pull/6023)
90
-
- Added PostgreSQL connection config form to the "integrations" page to support use with discovery monitors [#6018](https://github.com/ethyca/fides/pull/6018)
91
87
92
88
### Changed
93
89
- Bumped Next.js for all frontend apps to latest patch versions. [#5946](https://github.com/ethyca/fides/pull/5946)
@@ -96,7 +92,6 @@ Changes can also be flagged with a GitHub label for tracking purposes. The URL o
96
92
- Changed action center homepage to use CSS grid layout [#5982](https://github.com/ethyca/fides/pull/5982)
97
93
- Updated the UI for the activity tab of the privacy request detail page [#6005](https://github.com/ethyca/fides/pull/6005)
98
94
- Unified frontend formatKey method, so its behavior is closer to the backend behavior [#6010](https://github.com/ethyca/fides/pull/6010)
99
-
- Removed `dbname` as a required field for PostgreSQL connection configs to support use with discovery monitors [#6018](https://github.com/ethyca/fides/pull/6018)
100
95
- Action center table's checkboxes were improved, also improved change indications [#6021](https://github.com/ethyca/fides/pull/6021)
0 commit comments