This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 54bd5d8cd9f6f477cc83445737614dec81c4323c Author: Kaxil Naik <[email protected]> AuthorDate: Tue Sep 23 16:50:06 2025 +0100 Update 3.1.0 release notes --- RELEASE_NOTES.rst | 10 +++++++++- docs/spelling_wordlist.txt | 1 + reproducible_build.yaml | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 5c4011d1436..598a9678105 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -24,7 +24,7 @@ .. towncrier release notes start -Airflow 3.1.0 (2025-09-24) +Airflow 3.1.0 (2025-09-25) -------------------------- Significant Changes @@ -488,6 +488,14 @@ Bug Fixes - Fix XCom API responses failing when encountering non-serializable objects by falling back to string representation (#55880) - Fix asset queue display in UI showing incorrect timestamps for deleted queue events (#54652) - Fix SQLite database migrations failing due to foreign key constraint handling (#55883) +- Fix DAG deserialization failure when using non-default weight_rule values like 'absolute' (#55906) +- Fix async connection retrieval in triggerer context preventing event loop blocking (#55812) +- Fix Airflow downgrade compatibility by handling serialized DAG format conversion from v3 to v2 (#55975) +- Fix 'All Log Levels' filter not working in task log viewer (#55851) +- Fix Grid view scrollbar overlapping issues on Firefox browser (#55960) +- Fix Gantt chart misalignment with Grid view layout (#55995) +- Fix Grid view task names being extremely collapsed and unreadable when displaying many DAG runs (#55997) +- Fix ``LocalExecutor`` race condition where tasks could start before database state was committed (#56010) Miscellaneous ^^^^^^^^^^^^^ diff --git a/docs/spelling_wordlist.txt b/docs/spelling_wordlist.txt index 5163b2f9103..4c0125f2027 100644 --- a/docs/spelling_wordlist.txt +++ b/docs/spelling_wordlist.txt @@ -1576,6 +1576,7 @@ sched schedulable schedulername schemas +scrollbar sdk sdks searchpath diff --git a/reproducible_build.yaml b/reproducible_build.yaml index 9e557a1c516..5684163a206 100644 --- a/reproducible_build.yaml +++ b/reproducible_build.yaml @@ -1,2 +1,2 @@ -release-notes-hash: 014e8864f21cbfc7805c600b0e6f6e1e -source-date-epoch: 1758291700 +release-notes-hash: d60e2f01871dcc6f72f882d9a2411ec0 +source-date-epoch: 1758658051
