AIDB 5.1.0 release notes v7

Released: 05 Nov 2025

AIDB 5.1.0 includes the following enhancements and bug fixes:

TypeDescription
EnhancementLazy evaluation of pipeline fields: Expensive or computed pipeline fields are now evaluated lazily, reducing overhead during pipeline validation and initialization.
EnhancementModify running pipelines: Pipelines can now be modified while they are running, enabling configuration updates without requiring a full stop and restart.
EnhancementPreparer write function migration: Preparer write functions have been migrated to the generic pipeline framework for improved consistency and maintainability.