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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,15 +23,31 @@ Changes can also be flagged with a GitHub label for tracking purposes. The URL o
23
23
24
24
### Added
25
25
- Supports multi-select for the data explorer in the Action Center [#7093](https://github.com/ethyca/fides/pull/7093)
26
+
- Support for preserving customer field changes to SaaS datasets [#7002](https://github.com/ethyca/fides/pull/7002)
27
+
- Added location filter to new request manager screen [#7132](https://github.com/ethyca/fides/pull/7132)
28
+
- Added handling for "page-level" errors [#7144](https://github.com/ethyca/fides/pull/7144)
29
+
- Added sorting to new request manager screen [#7138](https://github.com/ethyca/fides/pull/7138)
30
+
26
31
27
32
### Changed
28
33
- Bulk privacy request actions now accept filter sets as well as lists, enables select all functionality. [#7027](https://github.com/ethyca/fides/pull/7027)
34
+
- Improvements to the UI/UX of the new request manager screen [#7128](https://github.com/ethyca/fides/pull/7128)
35
+
- Increasing default async DB pool size to 50 pooled connections and 50 overflow connections [#7126](https://github.com/ethyca/fides/pull/7126)
36
+
- Track active taxonomy in URL in taxonomy screen [#7113](https://github.com/ethyca/fides/pull/7113)
37
+
- Updated status labels for the Action Center [#7098](https://github.com/ethyca/fides/pull/7098)
38
+
- Extending read-only DB configuration [#7139](https://github.com/ethyca/fides/pull/7139)
29
39
30
40
### Developer Experience
31
41
- Migrated consent settings tables to Ant Design [#7084](https://github.com/ethyca/fides/pull/7084)
42
+
- Migrated privacy notices table to Ant Design [#7087](https://github.com/ethyca/fides/pull/7087)
43
+
- Update Ant modal hook usage [#7086](https://github.com/ethyca/fides/pull/7086)
44
+
- Added reusable animation components to FidesUI [#7125](https://github.com/ethyca/fides/pull/7125)
32
45
33
46
### Fixed
34
47
- Fixed layout issues in Action Center and Monitor Configuration UI [#7092](https://github.com/ethyca/fides/pull/7092)
48
+
- Fixed incorrect date format string [#7143](https://github.com/ethyca/fides/pull/7143)
49
+
- Fixed dsr error toast staying while navigating [#7149](https://github.com/ethyca/fides/pull/7149)
@@ -40,6 +56,9 @@ Changes can also be flagged with a GitHub label for tracking purposes. The URL o
40
56
- Added options to use privacy request fields as manual task conditions [#7089](https://github.com/ethyca/fides/pull/7089)
41
57
- Added new indexes on privacy requests and provided identities to speed up duplicate detection. [#7095](https://github.com/ethyca/fides/pull/7095)https://github.com/ethyca/fides/labels/db-migration
42
58
59
+
### Security
60
+
- Upgraded NextJS and React dependencies in Privacy Center to fix new vulnerabilities [#7112](https://github.com/ethyca/fides/pull/7112)
0 commit comments