Release: 0.15.0
Deprecated features and migration guides for 0.15.0 and onwards.
Inputs Name
The name property of inputs are deprecated in favor of id for consistency with the rest of the flow configuration.
Migration to Micronaut 4.3
Kestra 0.15.0 has been migrated to Micronaut 4.3 for improved security. This page explains how to make your custom plugins compatible with this new version.
Schedule Conditions
The scheduleConditions property of Schedule trigger is deprecated. Instead, use conditions to define custom scheduling conditions.
Subflow outputs behavior
The outputs property of a parent flow's Subflow task is deprecated. Instead, use flow outputs to pass data between flows.
Was this page helpful?