Fides 2.59.0 release notes
- 2.59.0: April 14, 2025
- 2.59.1: April 16, 2025
- 2.59.2: April 21, 2025
The Enterprise tag indicates that features are only available for Enterprise customers. To review pricing and upgrade your plan, please visit our site (opens in a new tab) or contact us to learn more.
Helios
Detect and classify global data risks with comprehensive visualization for data mapping and reporting for modern Enterprise.
- Added DataHub dataset sync functionality UI with feedback and error handling.
- Added tab navigation to action center system aggregate table.
- Added PostgreSQL discovery monitor.
- Added PostgreSQL connection config form to the integrations page to support use with discovery monitors.
- Changed action center homepage to use CSS grid layout.
- Changed action center result tables to use expandable cells for multi-value results.
- Sort monitor aggregate results by
last_monitored
descending rather than byname
. - Support returning
connection_config
info in monitor aggregate response. - Added the most recent completed monitor execution record to the monitor config summary endpoint.
- Fixed D&D action errors not surfacing in UI.
- Fixed bug where
Uncategorized
web monitor results record always appears as first result. - Hide "Reclassify" option on fields in D&D tables.
- Properly set web monitor staged resources to
promoting
diff status. - Support
Quarterly
andYearly
monitor scheduling. - Fixed bug in executing monitors scheduled to start now or in the past.
- Updated UI for Integrations, the tags now represent capabilities of the integrations.
Janus
High performance consent recording and orchestration for data sharing, built for enterprise data engineering and AI pipelines.
- Added
reject_all_mechanism
toPrivacyExperienceConfig
. - Added support for TCF preview in Admin UI experience form.
- Added
opt_in_only
toLayer1ButtonOption
. - Added "Reject all" behavior and visibility options to TCF Experience config form.
- Added TCF Configuration and Publisher Restriction models and endpoints.
- Added
tcf_configuration_id
toPrivacyExperienceConfig
. - Added support for links in
<a>
tags on the custom HTML description. - Added validation for
layer1_button_option
andreject_all_mechanism
. - Added embedded-consent route to Privacy Center.
- Updated consent automation models to support echo detection.
- Fixed translation bug in TCF custom notices.
- Fixed issues with consent automation looping by adding consent webhook "echo" detection.
- Fix
TCFConfiguration
relationship definitions. - Fixed issue where bidirectional consent functions were not loaded when running Celery workers.
Lethe
Enterprise grade privacy request management and processing with a single orchestration layer for DSRs across vendors and systems
- Added integration tests for Enterprise Bigquery DSR nested fields.
- Added Boostr integration for access and erasure requests.
- Added endpoints to create attachments on privacy requests.
- Added endpoints to retrieve and delete attachments from privacy requests.
- Added endpoints to create comments and add attachments to comments.
- Added endpoints to retrieve comments and delete attachments from comments.
- Updated the UI for the activity tab of the privacy request detail page.
- Updated relationships for Comments, Attachments and PrivacyRequests.
- Fixed issue with SaaS integration update payloads.
- Fixed Privacy Center issue where unconfigured fields (eg. phone) were being passed as null form values.
Fides core
- Added a
--separate-files
flag to thefides pull dataset
CLI command to pull each dataset into its own file. - Added a
readonly_server
database setting to support specifying a read-only database. - Added SSL Mode field for MySQL connections.
- Bumped Next.js for all frontend apps to latest patch versions.
- Removed
dbname
as a required field for PostgreSQL connection configs to support use with discovery monitors. - Fix non-consent-category data uses showing up in system assets table.
- Fixed startup issues with Celery workers.
- Fixed infinite recursion bug in
Database.manual_from_orm
implementation.