Skip to content

release-0.2.0

Compare
Choose a tag to compare
@Sxnan Sxnan released this 09 Feb 03:03
· 869 commits to master since this release
7cb73c1

Features

AIFlow

  1. Add workflow execution on event and ContextExtractor API #476
  2. Add task execution restful api #478
  3. AIFlow add WorkflowEventManager to listen and handle events #492
  4. Support start new workflow execution with context #479
  5. Introduce the workflow frontend of the AIFlow UI #509
  6. Add FlinkSqlProcessor #527
  7. Support job execution label #529
  8. Frontend support metadata ui #533
  9. Notification service supports the idempotence #553
  10. Add read-only job plugin #555

Airflow

  1. Support celery executor on event based scheduler #482
  2. Add AirFlowScheduler with airflow restful api #486

Bug Fixes

  1. Make AI Flow be able to use Notification Service with HA enabled #510
  2. Duplicated entry when create dagrun #570
  3. EventBaseScheduler catches and prints exceptions #586
  4. Scheduler should find schedulable tasks once dagrun finished #587
  5. EventBaseScheduler would trigger task multiple times incorrectly #598