Skip to content

v0.21.0

Latest
Compare
Choose a tag to compare
@tatiana tatiana released this 06 Dec 16:31
· 1 commit to main since this release
8e27a98

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