This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 71b03470da2d104a07a68da2d496fa9ed253f335 Author: Kaxil Naik <[email protected]> AuthorDate: Fri Jul 11 22:47:26 2025 +0530 Update release notes for 3.0.3rc6 --- RELEASE_NOTES.rst | 2 +- reproducible_build.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst index a91ec90d8db..06ccda68e4f 100644 --- a/RELEASE_NOTES.rst +++ b/RELEASE_NOTES.rst @@ -35,7 +35,7 @@ No significant changes. Bug Fixes """"""""" -- Fix task execution failures with large data by improving internal communication protocol (#51924) +- Fix task execution failures with large data by improving internal communication protocol (#51924, #53194) - Fix reschedule sensors failing after multiple re-queue attempts over long periods (#52706) - Improve ``xcom_pull`` to cover different scenarios for mapped tasks (#51568) - Fix connection retrieval failures in triggerer when schema field is used (#52691) diff --git a/reproducible_build.yaml b/reproducible_build.yaml index a75a2c426a1..89c63b40f73 100644 --- a/reproducible_build.yaml +++ b/reproducible_build.yaml @@ -1,2 +1,2 @@ -release-notes-hash: 7079979bff6b12b0e8cff21b3e453319 -source-date-epoch: 1752089294 +release-notes-hash: 6f266812d7639b6204f98b6450b4518e +source-date-epoch: 1752254243
