airflow-ctl/RELEASE_NOTES.rst
.. Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
.. http://www.apache.org/licenses/LICENSE-2.0
.. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
.. This file is populated while releasing after cutting the release candidate. Please do not edit in PRs.
Significant Changes ^^^^^^^^^^^^^^^^^^^
rerun_with_latest_version config hierarchy for clear/rerun behavior (#63884)is_backfillable property to DAG API responses (#64644)--flag options. Optional parameters keep the
--flag form. Follows the dev-list lazy consensus on airflowctl parameter
style (see <https://lists.apache.org/thread/m1qvcvow3l17ytv40vhslh40wn3rntrm>_) (#66768)Bug Fixes ^^^^^^^^^
Improvements ^^^^^^^^^^^^
.. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!):
Significant Changes ^^^^^^^^^^^^^^^^^^^
uvx (#64406)Bug Fixes ^^^^^^^^^
pyyaml as a runtime dependency so airflowctl starts without crashing on ModuleNotFoundErroris_alive default in airflowctl jobs list to show all jobs (#65065).json (#64677)limit<0 in airflowctl list operations (#64582)airflowctl dagrun list limit handling (#64071)airflowctl connections import to return non-zero exit code on failure (#64416)airflowctl variables import to correctly handle falsy values (#64362)airflowctl version command prompting for keyring credentials (#63772)airflowctl boolean flags on Python 3.14 (#63587)Improvements ^^^^^^^^^^^^
operator value to DagRunType in airflowctl datamodels (#63733)null dag_run_conf in BackfillResponse serialization (#63259)Significant Changes ^^^^^^^^^^^^^^^^^^^
--action-on-existing-key to pools import and connections import (#62702)Bug Fixes ^^^^^^^^^
airflowctl pools export ignoring --output table/yaml/plain (#62665)airflowctl connections import failure when JSON omits extra field (#62662)Improvements ^^^^^^^^^^^^
limit parameter in execute_list server requests (#63048)timetable_partitioned in UI API (#62777)Miscellaneous ^^^^^^^^^^^^^
Significant Changes ^^^^^^^^^^^^^^^^^^^
Bug Fixes ^^^^^^^^^
airflow-ctl-tests files not triggering pre-commit integration tests (#61023)Improvements ^^^^^^^^^^^^
datamodel defaulting logic into dedicated method (#61236)Miscellaneous ^^^^^^^^^^^^^
team_name to Pool APIs (#60952)Significant Changes ^^^^^^^^^^^^^^^^^^^
team_name to connection commands (#59336)team_id to variable commands (#57102)Bug Fixes ^^^^^^^^^
safe_call_command (#59808)backfill default behavior for run_on_latest_version (#59304)BulkDeleteAction to use generic typing (#59207)prek version to 0.2.0 (#58952)pyproject.toml files to support pytest>=9.0.0 TOML syntax (#58182)Release of airflowctl, a command-line tool. There are lots of great features to use from start. Please check the documentation for quick start and usage instructions.
Please visit quick start guide: :doc:/start
A new way of using Apache Airflow using CLI. Enhanced security is provided by using the Apache Airflow API to provide similar functionality to the Apache Airflow CLI. Integrated with Keyring to enhance password security.