Skip to main content

Release Notes

This page documents all platform releases in reverse chronological order. Datafi follows Semantic Versioning -- MAJOR.MINOR.PATCH -- to communicate the scope and impact of each release.


Versioning Convention

ComponentWhen It IncrementsExample
MAJORBreaking changes to APIs, query behavior, or configuration formats.2.0.0 -> 3.0.0
MINORNew features, capabilities, or non-breaking enhancements.2.1.0 -> 2.2.0
PATCHBug fixes, security patches, and performance improvements.2.1.0 -> 2.1.1

Change Categories

Each release entry uses the following categories to organize changes.

CategoryIconDescription
Added--New features or capabilities introduced in this release.
Changed--Modifications to existing behavior or interfaces.
Fixed--Bug fixes and corrections.
Deprecated--Features that are still functional but scheduled for removal in a future release.
Removed--Features or APIs that have been removed.
Security--Patches addressing security vulnerabilities.

Entry Template

Use the following format for each release entry:

## vX.Y.Z - YYYY-MM-DD

### Added
- Description of the new feature or capability.

### Changed
- Description of what was modified and why.

### Fixed
- Description of the bug and how it was resolved.

### Deprecated
- Description of the feature being deprecated and the recommended alternative.

### Removed
- Description of the removed feature and migration steps.

### Security
- Description of the vulnerability and the remediation applied.

v2.4.0 - 2025-04-15

Added

  • Snowflake Cortex LLM provider -- You can now select Snowflake Cortex as an LLM provider in AI/ML Configuration. Queries and agent workflows can run entirely within your Snowflake environment.
  • Connector log export -- Export filtered connector logs as CSV or JSON from the Usage and Logs page.
  • Approval workflow notifications -- Approval requests now generate in-app and email notifications with direct action links.

Changed

  • Usage Monitor date picker -- The date range picker now supports custom ranges up to 12 months (previously limited to 90 days).
  • Connection pool defaults -- Default max connections increased from 5 to 10 for PostgreSQL and MySQL connectors.

Fixed

  • Resolved an issue where schema introspection for BigQuery sources would time out on projects with more than 500 datasets.
  • Fixed a display bug where the Active Users metric on the Platform Insights dashboard showed stale data after timezone changes.

Security

  • Upgraded TLS library to address CVE-2025-XXXXX. All Coordinator-to-Edge communications now enforce TLS 1.3 minimum.

v2.3.2 - 2025-03-28

Fixed

  • Corrected a race condition in the connection pool that could cause intermittent connection reset errors on MySQL sources under high concurrency.
  • Fixed an issue where webhook notifications for policy violation events included an incorrect timestamp offset.

Security

  • Patched a session fixation vulnerability in the OAuth callback handler. All active sessions were invalidated as a precaution.

v2.3.1 - 2025-03-10

Fixed

  • Resolved a regression introduced in v2.3.0 where Databricks sources with Unity Catalog enabled failed schema introspection on catalogs containing special characters.

v2.3.0 - 2025-02-20

Added

  • Databricks Unity Catalog support -- Datafi now introspects the three-level namespace (catalog > schema > table) for Databricks sources with Unity Catalog enabled.
  • Bulk user invitation -- Administrators can paste a comma-separated list of email addresses to invite multiple users at once.

Changed

  • Event priority badges -- Priority badges on the Events page now use a consistent color scheme across all notification channels.

Deprecated

  • Legacy API v1 endpoints -- API v1 endpoints are deprecated and will be removed in v3.0.0. Migrate to API v2 before upgrading.

Previous Releases

For release notes prior to v2.3.0, contact your Datafi account representative or visit the Datafi support portal.