Skip to content

Latest commit

 

History

History
116 lines (96 loc) · 3.5 KB

CHANGELOG.md

File metadata and controls

116 lines (96 loc) · 3.5 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.8.0 - 2021-06-09

Added

  • Support for TaskGroups if using Airflow 2.0
  • Separate DAG building and registering logic

0.7.2 - 2021-01-21

Fixed

  • Correctly set dag.description depending on Airflow version

0.7.1 - 2020-12-19

Added

  • Examples for using Custom Operator

Fixed

  • Handle "None" as schedule_interval

0.7.0 - 2020-12-19

Added

  • Support Airflow 2.0!

0.6.0 - 2020-11-16

Added

  • catchup added to DAG parameters
  • Support for ExternalTaskSensor
  • Run test suite against Python 3.8

0.5.0 - 2020-08-20

Added

  • Support for KubernetesPodOperator
  • doc_md parameter at DAG level
  • Import doc_md from a file or python callable

Fixed

  • get_datetime no longer removes time component

0.4.5 - 2020-06-17

Fixed

  • Do not include DAG tags parameter in Airflow versions that do not support it.

0.4.4 - 2020-06-12

Fixed

  • Use correct default for tags parameter

0.4.3 - 2020-05-24

Added

  • execution_timeout parse at task level
  • tags parameter at DAG level

0.4.2 - 2020-03-28

Added

  • Method clean_dags to clean old dags that might not exist anymore

Changed

  • airflow version

0.4.1 - 2020-02-18

Fixed

  • Default default_view parameter to value from airflow.cfg

0.4.0 - 2020-02-12

Added

  • Support for additional DAG parameters

Fixed

  • Define Loader when loading YAML file

0.3.0 - 2019-10-11

Added

  • Support for PythonOperator tasks

Changed

  • Cleaned up testing suite and added pylint to builds

0.2.2 - 2019-09-08

Changed

  • airflow version

Removed

  • piplock and pipfile files

0.2.1 - 2019-02-26

Added

  • Python 3+ type-annotations

0.2.0 - 2018-11-28

Added

  • Added badges to README
  • Support for timezone aware DAGs
  • This CHANGELOG!

0.1.1 - 2018-11-20

Removed

  • Removed logme dependency

0.1.0 - 2018-11-20

  • Initial release