File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2424
2525.. towncrier release notes start
2626
27- Airflow 3.1.0 (2025-09-24 )
27+ Airflow 3.1.0 (2025-09-25 )
2828--------------------------
2929
3030Significant Changes
@@ -488,6 +488,14 @@ Bug Fixes
488488- Fix XCom API responses failing when encountering non-serializable objects by falling back to string representation (#55880)
489489- Fix asset queue display in UI showing incorrect timestamps for deleted queue events (#54652)
490490- Fix SQLite database migrations failing due to foreign key constraint handling (#55883)
491+ - Fix DAG deserialization failure when using non-default weight_rule values like 'absolute' (#55906)
492+ - Fix async connection retrieval in triggerer context preventing event loop blocking (#55812)
493+ - Fix Airflow downgrade compatibility by handling serialized DAG format conversion from v3 to v2 (#55975)
494+ - Fix 'All Log Levels' filter not working in task log viewer (#55851)
495+ - Fix Grid view scrollbar overlapping issues on Firefox browser (#55960)
496+ - Fix Gantt chart misalignment with Grid view layout (#55995)
497+ - Fix Grid view task names being extremely collapsed and unreadable when displaying many DAG runs (#55997)
498+ - Fix ``LocalExecutor`` race condition where tasks could start before database state was committed (#56010)
491499
492500Miscellaneous
493501^^^^^^^^^^^^^
Original file line number Diff line number Diff line change @@ -1576,6 +1576,7 @@ sched
15761576schedulable
15771577schedulername
15781578schemas
1579+ scrollbar
15791580sdk
15801581sdks
15811582searchpath
Original file line number Diff line number Diff line change 1- release-notes-hash: 014e8864f21cbfc7805c600b0e6f6e1e
2- source-date-epoch: 1758291700
1+ release-notes-hash: d60e2f01871dcc6f72f882d9a2411ec0
2+ source-date-epoch: 1758658051
You can’t perform that action at this time.
0 commit comments