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 922f344af63c2199ff72f6d8c7080475be9c7a2c
Author: Kaxil Naik <[email protected]>
AuthorDate: Mon Sep 15 20:15:17 2025 +0100

    Update release notes for 3.1.0b2
---
 RELEASE_NOTES.rst       | 10 ++++++++--
 reproducible_build.yaml |  4 ++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index c5ec4258277..c2c375242e6 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -24,7 +24,7 @@
 
 .. towncrier release notes start
 
-Airflow 3.1.0b1 (2025-09-08)
+Airflow 3.1.0b2 (2025-09-15)
 ----------------------------
 
 Significant Changes
@@ -339,6 +339,10 @@ Bug Fixes
 - Fix ``XCom`` access in DAG processor callbacks for notifiers (#55542)
 - Fix alignment of arrows in RTL mode for right-to-left languages (#55619)
 - Fix connection form extras not inferring correct type in UI (#55492)
+- Fix incorrect log timestamps in UI when ``default_timezone`` is not UTC 
(#54431)
+- Fix handling of priority_weight for DAG processor callbacks (#55436)
+- Fix pointless requests from Gantt view when there is no Run ID (#55668)
+- Ensure filename and lineno of logger calls are present in Task Logs (#55581)
 
 Miscellaneous
 ^^^^^^^^^^^^^
@@ -363,11 +367,12 @@ Miscellaneous
 - Optimize Gantt group expansion with de-bouncing and deferred rendering 
(#55334)
 - Differentiate between triggers and watchers currently running for better 
visibility (#55376)
 - Update color palette and leverage Chakra semantic tokens (#53981)
-- Removed unused config: ``dag_stale_not_seen_duration`` (#55601)
+- Removed unused config: ``dag_stale_not_seen_duration`` (#55601, #55684)
 - Update UI's query client strategy for improved performance (#55528)
 - Unify datetime format across the UI for consistency (#55572)
 - Mark React Apps as Experimental for Airflow 3.1 release (#55478)
 - Improve OOM error messaging for clearer task failure diagnosis (#55602)
+- Display responder username for better audit trail in HITL workflows (#55509)
 
 Doc Only Changes
 ^^^^^^^^^^^^^^^^
@@ -688,6 +693,7 @@ Bug Fixes
 - Fix OpenAPI schema for ``get_log`` API (#50547)
 - Remove ``logical_date`` check when validating inlets and outlets (#51464)
 - Guard ``ti`` update state and set task to fail if exception encountered 
(#51295)
+- Fix task log URL generation with various ``base_url`` formats (#55699)
 
 Miscellaneous
 """""""""""""
diff --git a/reproducible_build.yaml b/reproducible_build.yaml
index 79e6df603cc..7226a3bc1ae 100644
--- a/reproducible_build.yaml
+++ b/reproducible_build.yaml
@@ -1,2 +1,2 @@
-release-notes-hash: 0638f4d3625aa66fe5660ac969f71c72
-source-date-epoch: 1757895053
+release-notes-hash: 231c1dea9192040721d8048592300cac
+source-date-epoch: 1757972431

Reply via email to