This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to annotated tag 3.1.0rc2
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 2a9f4eca51ec5e55126e2dad8fe3a0097a928807
Author: Kaxil Naik <[email protected]>
AuthorDate: Tue Sep 23 16:50:06 2025 +0100

    Update 3.1.0 release notes
---
 RELEASE_NOTES.rst          | 9 ++++++++-
 docs/spelling_wordlist.txt | 1 +
 reproducible_build.yaml    | 4 ++--
 3 files changed, 11 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/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..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

Reply via email to