Airflow Summit 2025 is coming October 07-09. Register now for early bird ticket!

0.0.5

Bug Fixes

  • fix: always create GitHook even when 'repo_url' is provided (#52897)

Misc

  • Add Python 3.13 support for Airflow. (#46891)

  • Remove type ignore across codebase after mypy upgrade (#53243)

  • Remove upper-binding for "python-requires" (#52980)

  • Temporarily switch to use >=,< pattern instead of '~=' (#52967)

  • Moving BaseHook usages to version_compat for git (#52944)

0.0.4

Misc

  • Move 'BaseHook' implementation to task SDK (#51873)

  • Drop support for Python 3.9 (#52072)

Doc-only

  • Minor pre-commit fixes (#51769)

0.0.3

Bug Fixes

  • add user_name to http git (#51256)

0.0.2

Bug Fixes

  • Don't log repo_url in git dag bundle (#48909)

  • Make git connection optional for git dag bundle (#49270)

  • Use 'git_default' if the user defines nothing (#49359)

Misc

  • Include subdir in Gitbundle view url (#49239)

0.0.1

Note

Provider is still WIP. It can be used with production but we may introduce breaking changes without following semver until version 1.0.0

  • Initial version of git provider (#47636)

Was this entry helpful?