Skip to content

Commit d5ab8ff

Browse files
committed
Update release notes for 3.0.3rc5
1 parent 7908123 commit d5ab8ff

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-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.0.3 (2025-07-08)
27+
Airflow 3.0.3 (2025-07-14)
2828
--------------------------
2929

3030
Significant Changes
@@ -80,6 +80,13 @@ Bug Fixes
8080
- Fixing bad cadwyn migration for upstream map indexes (#52797)
8181
- Run trigger expansion logic only when ``start_from_trigger`` is True (#52873)
8282
- Fix example dag ``example_external_task_parent_deferrable.py`` imports (#52957)
83+
- Fixes pagination in DAG run lists (#52989)
84+
- Fix db downgrade check condition (#53005)
85+
- Fix log viewing for skipped task (#53028,#53101)
86+
- Fixes Grid view refresh after user actions (#53086)
87+
- Fix ``no_status`` and ``duration`` for grid summaries (#53092)
88+
- Fix ``ti.log_url`` not in Task Context (#50376)
89+
- Fix XCom data deserialization when using ``XCom.get_all()`` method (#53102)
8390

8491
Miscellaneous
8592
"""""""""""""
@@ -99,6 +106,7 @@ Doc Only Changes
99106
- Add http-only warning when running behind proxy in documentation (#52699)
100107
- Publish separate docs for Task SDK (#52682)
101108
- Streamline Taskflow examples and link to core tutorial (#52709)
109+
- Refresh Public Interface & align how-to guides for Airflow 3.0+ (#53011)
102110

103111
Airflow 3.0.2 (2025-06-10)
104112
--------------------------

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: ddd077b4b5c548694222c69b5f4f239f
2-
source-date-epoch: 1751886321
1+
release-notes-hash: 7079979bff6b12b0e8cff21b3e453319
2+
source-date-epoch: 1752089294

0 commit comments

Comments
 (0)