Skip to content

Commit 54bd5d8

Browse files
committed
Update 3.1.0 release notes
1 parent 8d4617a commit 54bd5d8

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

RELEASE_NOTES.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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

3030
Significant 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

492500
Miscellaneous
493501
^^^^^^^^^^^^^

docs/spelling_wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1576,6 +1576,7 @@ sched
15761576
schedulable
15771577
schedulername
15781578
schemas
1579+
scrollbar
15791580
sdk
15801581
sdks
15811582
searchpath

reproducible_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
release-notes-hash: 014e8864f21cbfc7805c600b0e6f6e1e
2-
source-date-epoch: 1758291700
1+
release-notes-hash: d60e2f01871dcc6f72f882d9a2411ec0
2+
source-date-epoch: 1758658051

0 commit comments

Comments
 (0)