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 f98f2c5d41c85d891e4df06f6463270c351c977d Author: Kaxil Naik <[email protected]> AuthorDate: Tue Sep 23 16:50:06 2025 +0100 Update 3.1.0 release notes --- RELEASE_NOTES.rst | 9 ++++++++- reproducible_build.yaml | 4 ++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index 5c4011d1436..35189be52e1 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,13 @@ 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) Miscellaneous ^^^^^^^^^^^^^ diff --git a/reproducible_build.yaml b/reproducible_build.yaml index 9e557a1c516..b09d2f88057 100644 --- a/reproducible_build.yaml +++ b/reproducible_build.yaml @@ -1,2 +1,2 @@ -release-notes-hash: 014e8864f21cbfc7805c600b0e6f6e1e -source-date-epoch: 1758291700 +release-notes-hash: 3170809ef94462ce86457171da018096 +source-date-epoch: 1758643426
