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

rahulvats pushed a change to branch backport-530f6d0-v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 51d82ab1b54 [v3-2-test] Consolidate unreleased Execution API versions 
under 2026-04-06 (#64480) (cherry picked from commit 
530f6d0d97d3ed79bb4e698fb43d469c8d58e821)
     add 5ebc84339fc [v3-2-test] Add log buffering to increase performance when 
streaming big logs (#63180) (#64475)
     add 542a30fe8ae [v3-2-test] add check for xcom permission when result is 
specified in query parameter (#64415) (#64488)
     add 319bc902261 fix(ui): guard against null/undefined dates in Gantt chart 
to prevent RangeError (#64031) (#64489)
     add 9af7e89f570 Relax `kubernetes_asyncio<<36.0.0` (#64144) (#64490)
     add 059808a289e Merge branch 'v3-2-test' into backport-530f6d0-v3-2-test

No new revisions were added by this update.

Summary of changes:
 .../api_fastapi/core_api/routes/public/dag_run.py  |  15 +-
 .../api_fastapi/core_api/routes/public/log.py      |  20 +-
 .../src/airflow/config_templates/config.yml        |   8 +
 .../airflow/ui/src/layouts/Details/Gantt/utils.ts  |   5 +-
 .../src/pages/TaskInstance/Logs/TaskLogContent.tsx |  51 ++++-
 .../core_api/routes/public/test_dag_run.py         |  32 +++
 providers/cncf/kubernetes/docs/index.rst           |   2 +-
 providers/cncf/kubernetes/pyproject.toml           |   2 +-
 uv.lock                                            | 222 ++++++++++-----------
 9 files changed, 236 insertions(+), 121 deletions(-)

Reply via email to