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

vatsrahul1001 pushed a commit to branch changes-3.3.0rc2
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 1438ea3587031417cc85d74323235cf087a058fb
Author: Rahul Vats <[email protected]>
AuthorDate: Fri Jul 3 17:29:17 2026 +0530

    update release notes for 3.3.0rc2
---
 RELEASE_NOTES.rst       | 10 ++++++++++
 reproducible_build.yaml |  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/RELEASE_NOTES.rst b/RELEASE_NOTES.rst
index b50a38cc44d..37a81c2a21d 100644
--- a/RELEASE_NOTES.rst
+++ b/RELEASE_NOTES.rst
@@ -76,6 +76,11 @@ with ``@task.stub(queue=...)``; the worker routes it to a 
configured coordinator
 such as Go) that runs the task in a language runtime and proxies Variables, 
Connections, and XComs back
 through the Execution API.
 
+.. warning::
+
+  The Coordinator layer and the Java/Go SDKs are experimental in 3.3.0 and may 
change in future
+  versions based on user feedback.
+
 For detailed usage instructions, see 
:doc:`/authoring-and-scheduling/language-sdks/index`.
 
 Dag bundle version on clear, rerun, and backfill (#63884)
@@ -427,6 +432,11 @@ Bug Fixes
 - Allow ``InProcessExecutionAPI`` to start without ``api_auth.jwt_secret`` 
configured (#68982)
 - Make ``airflow dags test`` wait for Human-in-the-loop input instead of 
looping indefinitely on parked HITL tasks (#69104)
 - Fix the Java coordinator rejecting macOS dual-stack loopback connections 
(#68973)
+- Fix an asset-event ingestion crash for Dags using ``FixedKeyMapper`` (#69326)
+- UI: Fix the details panel header overlapping the tabs (#69318)
+- Fix new Dag versions being created when a task's ``retry_policy`` was 
serialized (#69315)
+- Fix retry-policy overrides not being persisted to task-instance history 
(#69241)
+- Fix deadline callback data not being persisted (#69259)
 
 Miscellaneous
 ^^^^^^^^^^^^^
diff --git a/reproducible_build.yaml b/reproducible_build.yaml
index 8f93c62057d..8fc1cc60287 100644
--- a/reproducible_build.yaml
+++ b/reproducible_build.yaml
@@ -1,2 +1,2 @@
-release-notes-hash: 4ccf748c0003a2870cf1b735f2950322
-source-date-epoch: 1782802478
+release-notes-hash: 88ac6650c4b957b773ff2be17baaa018
+source-date-epoch: 1783079944

Reply via email to