Changelog β Release 2025.09ΒΆ
With Release 2025.09, digna introduces a new modular architecture and launches five specialized modules for Data Quality and Observability.
This release also strengthens authentication and improves notification handling across the platform.
π New FeaturesΒΆ
Modular DesignΒΆ
- digna now follows a modular architecture.
- Customers can enable only the modules they need and add more as requirements grow.
- Previous functionality is now part of digna Data Anomalies.
New ModulesΒΆ
- digna Data Anomalies β AI-powered detection of anomalies in data volumes, distributions, and missing values.
- digna Data Analytics β Time-series evaluation of observability metrics to detect long-term trends and volatility.
- digna Data Timeliness β Monitoring of expected data arrival times, both AI-based and rule-based.
- digna Data Validation β Rule-based record-level checks to ensure compliance with business rules.
- digna Data Schema Tracker β Detection of schema changes (DDL modifications) in monitored databases.
MFA via OIDCΒΆ
- Support for Multi-Factor Authentication (MFA) with OIDC Single Sign-On.
- Provides enterprise-grade security for all user logins.
Per-Module Notification EmailsΒΆ
- Notifications are now sent per module, making it easier to separate alerts from Data Anomalies, Data Analytics, and other modules.
π CLI UpdatesΒΆ
- New command:
inspect-cancel
β Cancel inspections by request ID or terminate all active requests. - New command:
check-config
β Validate configuration files before startup. - New command:
remove-orphans
β Clean up orphaned repository entries. - Enhanced
inspect
command β New option--bypass-backend
(-bb
) and standardized return codes (0 = OK, 1 = INFO, 2 = WARNING
).
π DocumentationΒΆ
- New guides:
- Single Sign-On Integration Guide