Skip to content

Releases: astronomer/dag-factory

v0.21.0

06 Dec 16:31
8e27a98
Compare
Choose a tag to compare

Added

Fixed

  • Fix compatibility with apache-airflow-providers-cncf-kubernetes>=10.0.0 by @tatiana in #311
  • Refactor telemetry to collect events during DAG run and not during DAG parsing by @pankajastro #300

Docs

Others

  • Add GitHub issue template for bug reports and feature requests by @pankajkoti in #269
  • Refactor dynamic task mapping implementation by @tatiana in #313
  • Remove PyTest durations from tests by @tatiana in #309
  • Remove DAG retries check since many DAGs have different retry values by @tatiana in #310
  • Lint fixes after running pre-commit run --all-files by @tatiana in #312
  • Remove redundant exception code by @pankajastro #294

v0.20.0

22 Oct 11:24
d246e8c
Compare
Choose a tag to compare

Added

  • Support using envvar in config YAML by @tatiana in #236

  • Callback improvements

  • Telemetry

Fixed

  • Build DAGs when there is an invalid YAML in the DAGs folder by @quydx and @tatiana in #184

Others

Breaking changes

  • Removed support for Python 3.7
  • The license was changed from MIT to Apache 2.0

v0.20.0rc1

22 Oct 07:51
Compare
Choose a tag to compare
v0.20.0rc1 Pre-release
Pre-release

Added

  • Support using envvar in config YAML by @tatiana in #236

  • Callback improvements

  • Telemetry

Fixed

  • Build DAGs when there is an invalid YAML in the DAGs folder by @quydx and @tatiana in #184

Others

Breaking changes

  • Removed support for Python 3.7
  • The license was changed from MIT to Apache 2.0

0.20.0a2

17 Oct 13:08
Compare
Choose a tag to compare
0.20.0a2 Pre-release
Pre-release

Added

  • Support using envvar in config YAML by @tatiana in #236

  • Callback improvements

  • Telemetry

Fixed

  • Build DAGs when tehre is an invalid YAML in the DAGs folder by @quydx and @tatiana in #184

Others

Breaking changes

  • Removed support for Python 3.7
  • The license was changed from MIT to Apache 2.0