Hi all, We just merged a significant newsfragment template to the main branch. https://github.com/apache/airflow/pull/44378 It would make updating #41641 <https://github.com/apache/airflow/issues/41641> and https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+3+breaking+changes much easier in the future. It would be blocked by CI if the format of the significant newsfragment does not follow the template. For creating a significant newsfragment from the template, you can use the following command or copy from "newsfragments/template.significant.rst".
*uv tool run towncrier create --dir . --config newsfragments/config.toml --content "`cat newsfragments/template.significant.rst`"* Best, Wei