This is an automated email from the ASF dual-hosted git repository. rahulvats pushed a commit to branch changes-3.2.0rc2 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 8a584c81a62f2fdbb8717880e82b4543228c9415 Author: vatsrahul1001 <[email protected]> AuthorDate: Fri Apr 3 14:02:56 2026 +0530 Update release notes for 3.2.0rc2 --- RELEASE_NOTES.rst | 11 +++++++++-- reproducible_build.yaml | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index ed62d2852ed..0cf837e9434 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -24,7 +24,7 @@ .. towncrier release notes start -Airflow 3.2.0 (2026-04-02) +Airflow 3.2.0 (2026-04-07) -------------------------- Significant Changes @@ -555,6 +555,10 @@ Bug Fixes - Fix ``enable_swagger_ui`` config not respected in API server (#64376) - Fix: add check for xcom permission when result is specified for DagRun wait endpoint (#64415) - Fix ``conf.has_option`` not respects default provider metadata (#64209) +- Fix teardown scope causing unnecessary database writes during task scheduling (#64558) +- Fix live task log output not visible in stdout when using Elasticsearch log forwarding (#64067) +- Fix ``TaskInstance`` crash when refreshing task weight for non-serialized operators (#64557) +- Fix Variables secrets backend conflict check exiting early when multiple backends are configured (#64062) - UI: Fix Dag run accessor key on clear task instance page (#64072) - UI: Fix searchable dropdown not working for Dag params enum fields (#63895) - UI: Fix newline rendering in Dag warning alert (#63588) @@ -577,6 +581,8 @@ Bug Fixes - UI: Fix ``TISummaries`` not refreshing when ``gridRuns`` are invalidated (#64113) - UI: Fix guard against null/undefined dates in Gantt chart to prevent RangeError (#64031) - UI: Block polling requests to endpoints that returned 403 Forbidden (#64333) +- UI: Fix Gantt view still visible when time range is outside ``DagRun`` window (#64179) +- UI: Fix Human-in-the-Loop (HITL) operator options not displaying when exactly 4 choices are configured (#64453) Miscellaneous @@ -630,6 +636,7 @@ Miscellaneous - Improve temporal mapper to be timezone aware for asset partitioning (#62709) - Improve dag version inflation checker logic and fix false-positive detection (#61345) - Rename ``ToXXXMapper`` to ``StartOfXXXMapper`` in partition-mapper for clarity (#64160) +- Run DB check only for core components in prod entrypoint (#63413) - Fix partitioned asset events incorrectly triggering non-partition-aware Dags (#63848) - Improve partitioned DagRun sorting by ``partition_date`` (#62866) - Allow gray, black, and white color tokens in ``AIRFLOW__API__THEME`` config (#64232) @@ -641,7 +648,7 @@ Miscellaneous - UI: Persist tag filter selection in Dag grid view (#63273) - UI: Show HITL review tab only for review-enabled task instances (#63477) - UI: Updated button styles for adding Connections, Variables, and Pools (#62607) -- UI: Add clear permission toast for 403 errors on user actions (#61588). +- UI: Add clear permission toast for 403 errors on user actions (#61588) Doc Only Changes diff --git a/reproducible_build.yaml b/reproducible_build.yaml index 85420ab42ab..d77bbf9cd1e 100644 --- a/reproducible_build.yaml +++ b/reproducible_build.yaml @@ -1,2 +1,2 @@ -release-notes-hash: 0db604fe75a9678c08d76fa2017e64b9 -source-date-epoch: 1774901628 +release-notes-hash: 6ef9f877757976927547ccbf03208b60 +source-date-epoch: 1775205102
