AIDB 5.1.0 release notes v7
Released: 05 Nov 2025
AIDB 5.1.0 includes the following enhancements and bug fixes:
| Type | Description |
|---|---|
| Enhancement | Lazy evaluation of pipeline fields: Expensive or computed pipeline fields are now evaluated lazily, reducing overhead during pipeline validation and initialization. |
| Enhancement | Modify running pipelines: Pipelines can now be modified while they are running, enabling configuration updates without requiring a full stop and restart. |
| Enhancement | Preparer write function migration: Preparer write functions have been migrated to the generic pipeline framework for improved consistency and maintainability. |