This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a change to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 083f6e25aae Reduce default API server workers to 1 (#55707)
     new 4a16537364e Remove no-longer-needed execution interface hacks (#55681)
     new e5c8c2407bc Improve Airflow 3 import deprecation documentation (#55722)
     new 4dd48b08145 Fix update-breeze-cmd-output static check (#55731)
     new a1e9f47ba41 Add newsfragment to call out new features available now 
with structlog loggers (#55725)

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../docs/installation/upgrading_to_airflow3.rst    | 62 ++++++++++++++++++++++
 airflow-core/newsfragments/52651.significant.rst   | 53 ++++++++++++++++++
 airflow-core/src/airflow/api/common/mark_tasks.py  | 14 ++---
 .../src/airflow/cli/commands/task_command.py       | 35 ++++++------
 airflow-core/src/airflow/models/taskinstance.py    | 13 +++--
 .../airflow/serialization/serialized_objects.py    |  7 +--
 airflow-core/src/airflow/utils/cli.py              |  4 +-
 airflow-core/tests/unit/models/test_cleartasks.py  |  4 +-
 .../tests/unit/models/test_taskinstance.py         |  8 +--
 dev/breeze/README.md                               |  2 +-
 dev/breeze/pyproject.toml                          |  4 +-
 task-sdk/src/airflow/sdk/definitions/dag.py        | 24 ++++++---
 task-sdk/src/airflow/sdk/types.py                  |  2 +
 13 files changed, 178 insertions(+), 54 deletions(-)
 create mode 100644 airflow-core/newsfragments/52651.significant.rst

Reply via email to