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 7ce164dd38eb7e80ab9fbaa5dd761f99e66ed510 Author: Kaxil Naik <[email protected]> AuthorDate: Thu Sep 18 02:00:20 2025 +0100 Update 3.1.0 release notes based on latest cherry-picks --- RELEASE_NOTES.rst | 6 ++++++ reproducible_build.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index ba6da524157..899b3aa168e 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -410,6 +410,7 @@ New Features - Add Filter Bar to Audit Log (#55487) - Add Filters UI for Asset View (#54640) - Update color palette and leverage Chakra semantic tokens (#53981, #55739) +- Improve calendar view UI with enhanced tooltips and visual fixes (#55476) Bug Fixes ^^^^^^^^^ @@ -468,6 +469,8 @@ Bug Fixes - Ensure filename and ``lineno`` of logger calls are present in Task Logs (#55581) - Fix DAG disappearing after callback execution in stale detection (#55698) - Fix DB downgrade to Airflow 2 when fab tables exists (#55738) +- Fix UI stats endpoint causing dashboard loading issues (#55733) +- Fix unintended console output when DAG not found in ``serialized_dag`` table (#54972) Miscellaneous ^^^^^^^^^^^^^ @@ -498,6 +501,8 @@ Miscellaneous - Improve OOM error messaging for clearer task failure diagnosis (#55602) - Display responder username for better audit trail in HITL workflows (#55509) - The constraint file do not contain developer dependencies anymore (#53631) +- Add hyperlinks to ``dag_id`` column in DAG Runs and Task Instances pages for better navigation (#55648) +- Add responsive web design (RWD) support to Grid view (#55745) Doc Only Changes ^^^^^^^^^^^^^^^^ @@ -505,6 +510,7 @@ Doc Only Changes - Add comprehensive Human-in-the-Loop operator tutorial and examples (#54618) - Add deadline alerts configuration and usage documentation (#53727) - Make term Dag consistent in docs task-sdk (#55100) +- Add migration guide for upgrading from legacy SLA functionality to deadline alerts (#55743) - Add DAG bundles triggerer limitation documentation (#55232) - Add deadline alerts usage guides and best practices (#53727) - Remove ``--preview`` flag from ``ruff check`` instructions for Airflow 3 upgrade path (#55516) diff --git a/reproducible_build.yaml b/reproducible_build.yaml index d03870c8423..777e853de12 100644 --- a/reproducible_build.yaml +++ b/reproducible_build.yaml @@ -1,2 +1,2 @@ -release-notes-hash: 82291e0ddd593e41fd9349cd2b12f227 -source-date-epoch: 1758062538 +release-notes-hash: 2845318d766a51978291a8edf300d06e +source-date-epoch: 1758157197
