Releases: flink-extended/ai-flow
Releases · flink-extended/ai-flow
release-0.3.1
Features
- Flink job plugin supports the multiple Flink versions #236
- Support stopping/resuming job scheduling #241
- Support log view of job execution for frontend #251
- Improve documentation
Bug Fixes
- Airflow operator context does not set correctly #250
- Failed to trigger workflow execution #260
- Fix update the deployed model version multiple times #269
- Fix register_model_version sending wrong event type bug #290
Welcome to use this release version and give us the feedback of the AIFlow.
release-0.3.0
Features
AIFlow
- Introduces the command-line interface to help operation.
- Support database version migration.
- Supports the worflow development on the Jupyter Notebook #140
Notification Service
- Introduces the command-line interface to help operation.
- Support database version migration.
Bug Fixes
- The remote logging supports the current log mechanism #172
- Unittest failed cause by init_ai_flow_context #185
- AIFlow Webserver cannot sort model version by version #207
Welcome to use this release version and give us the feedback of the AIFlow.
release-0.2.2
Features
AIFlow
- Add the documents of the AIFlow. #117
Airflow
- Allow
LocalExecutor
to run with SQLite. #41 - Airflow webserver supports the Airflow and Notification databases. #49
Notification Service
- Introduces the
countEvents
interface. #11
Bug Fixes
- Fix oss blob manager download concurrently. #3
- Deepcopy tasks in celery executor to avoid race condition. #12
- Fix periodic workflow cannot run. #77
- Fix HDFSBlobManager failed to download existed file. #87
- Removes the uncompleted api action_on_dataset_event. #104
- The workflow directory is set incorrect in AIFlow runtime. #111
Welcome to use this release version and give us the feedback of the AIFlow.
release-0.2.1
[Flink AI Flow] Bump version to 0.2.1 (#650)
release-0.2.0
Features
AIFlow
- Add workflow execution on event and ContextExtractor API #476
- Add task execution restful api #478
- AIFlow add WorkflowEventManager to listen and handle events #492
- Support start new workflow execution with context #479
- Introduce the workflow frontend of the AIFlow UI #509
- Add FlinkSqlProcessor #527
- Support job execution label #529
- Frontend support metadata ui #533
- Notification service supports the idempotence #553
- Add read-only job plugin #555
Airflow
- Support celery executor on event based scheduler #482
- Add AirFlowScheduler with airflow restful api #486
Bug Fixes
- Make AI Flow be able to use Notification Service with HA enabled #510
- Duplicated entry when create dagrun #570
- EventBaseScheduler catches and prints exceptions #586
- Scheduler should find schedulable tasks once dagrun finished #587
- EventBaseScheduler would trigger task multiple times incorrectly #598
release-0.1.0
Features
- Define the machine learning workflow including batch/stream jobs.
- Manage metadata(generated by the machine learning workflow) of data sets, models, artifacts, metrics, jobs, etc.
- Run the machine learning workflow.
- Publish and subscribe events.