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
- Migration to add the `data_uses` column to `stagedresource` table, prereqs for Data Catalog work in Fidesplus [#5600](https://github.com/ethyca/fides/pull/5600/)https://github.com/ethyca/fides/labels/db-migration
26
+
- Added a new endpoint to fully resubmit any errored privacy requests [#5658](https://github.com/ethyca/fides/pull/5658)https://github.com/ethyca/fides/labels/db-migration
27
+
24
28
### Changed
25
29
- Updated UI colors to new brand. Update logo, homepage cards. [#5668](https://github.com/ethyca/fides/pull/5668)
26
30
- Privacy request status tags colors have been updated [#5699](https://github.com/ethyca/fides/pull/5699)
@@ -32,9 +36,6 @@ Changes can also be flagged with a GitHub label for tracking purposes. The URL o
32
36
### Developer Experience
33
37
- Migrated radio buttons and groups to Ant Design [#5681](https://github.com/ethyca/fides/pull/5681)
34
38
35
-
### Added
36
-
- Migration to add the `data_uses` column to `stagedresource` table, prereqs for Data Catalog work in Fidesplus [#5600](https://github.com/ethyca/fides/pull/5600/)https://github.com/ethyca/fides/labels/db-migration
37
-
38
39
### Fixed
39
40
- Updating mongodb connectors so it can support usernames and password with URL encoded characters [#5682](https://github.com/ethyca/fides/pull/5682)
40
41
- After creating a new system, the url is now updated correctly to the new system edit page [#5701](https://github.com/ethyca/fides/pull/5701)
"Application redis cache required, but it is currently disabled! Please update your application configuration to enable integration with a redis cache."
67
+
raiseRedisNotConfigured(
68
+
"Application redis cache required, but it is currently disabled! Please update your application configuration to enable integration with a Redis cache."
"""Creates a verification code for the user to verify access to manage consent preferences."""
189
185
ifnotCONFIG.redis.enabled:
190
-
raiseFunctionalityNotConfigured(
191
-
"Application redis cache required, but it is currently disabled! Please update your application configuration to enable integration with a redis cache."
186
+
raiseRedisNotConfigured(
187
+
"Application Redis cache required, but it is currently disabled! Please update your application configuration to enable integration with a Redis cache."
0 commit comments