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
+3-28Lines changed: 3 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,40 +19,15 @@ 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
- Updated logging configuration to intercept all standard library logs and route them through Loguru[#6891](https://github.com/ethyca/fides/pull/6891)
35
-
- Replaced filter modal with a filter bar in the new request manager screen [#6943](https://github.com/ethyca/fides/pull/6943)
36
-
- Changed name of main file in DSR package from welcome.html to clickme.html [#6923](https://github.com/ethyca/fides/pull/6923)
37
-
- De-select list items after performing an action in the action center [#6942](https://github.com/ethyca/fides/pull/6942)
38
-
- Updated identity verification emails to use ansync calls bringing them in line with other messaging endpoints [#6949](https://github.com/ethyca/fides/pull/6949)
39
25
40
-
### Fixed
41
-
- Data Subject email identity no longer included in Generic DSR email list if the DSR was submitted on a policy that has more than just the erasure action type. [#6938](https://github.com/ethyca/fides/pull/6938)
42
-
- Fixed the IdentityValue schema so it uses Multivalue instead of string [#6964](https://github.com/ethyca/fides/pull/6964)
43
-
44
-
### Developer Experience
45
-
- Improved pluralization handling throughout Admin UI with centralized utility function [#6930](https://github.com/ethyca/fides/pull/6930)
46
-
- Switched `ConfigurableTestMonitor` to use `test_datastore``ConnectionType` rather than `fides`[#6940](https://github.com/ethyca/fides/pull/6940)https://github.com/ethyca/fides/labels/db-migration
47
-
- Added rules and commands for the AI assistant. [#6944](https://github.com/ethyca/fides/pull/6944)
0 commit comments