Airflow: airflow-ctl/0.1.1 Release

Release date:
January 9, 2026
Previous version:
airflow-ctl/0.1.1rc1 (released January 9, 2026)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in airflow-ctl/0.1.1

Could not determine top contributors for this release.

Directory Browser for airflow-ctl/0.1.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

πŸ“¦ PyPI: https://pypi.org/project/apache-airflow-ctl/0.1.1/ πŸ“š Docs: https://airflow.apache.org/docs/apache-airflow-ctl/0.1.1/ πŸ›  Release Notes: https://github.com/apache/airflow/blob/airflow-ctl/0.1.1/airflow-ctl/RELEASE_NOTES.rst

Thanks to all the contributors who made this possible. Next time, Release notes will be available through public documentation.

Significant Changes

  • Make pause/unpause commands positional for improved CLI consistency (#59936) Provides separate airflowctl dags pause/unpause dag_id
  • Remove deprecated export functionality from airflowctl (#59850) airflowctl won't export from
  • Add team_name to connection commands (#59336) Team name feature added to connections command
  • Add team_id to variable commands (#57102)
  • Add pre-commit checks for airflowctl test coverage (#58856) Provided more coverage and further checks on integration tests to release with more confidence.
  • Display active DAG run count in header with auto-refresh support (#58332) active_runs_count has been added to the dags command.

Bug Fixes

  • Simplify airflowctl exception handling in safe_call_command (#59808)
  • Fix backfill default behavior for run_on_latest_version (#59304)
  • Update BulkDeleteAction to use generic typing (#59207)
  • Bump minimum supported prek version to 0.2.0 (#58952)
  • Fix RST formatting to ensure blank lines before bullet lists (#58760)
  • Update Python compatibility requirements and airflowctl documentation (#58653)
  • Consistently exclude unsupported Python 3.14 (#58657)
  • Improve cross-distribution dependency management (#58430)
  • Synchronize documentation between official and convenience source installs (#58379)
  • Add retry multiplier support (#56866)
  • Fix documentation issues for installing from source distributions (#58366)
  • Update pyproject.toml files to support pytest>=9.0.0 TOML syntax (#58182)