Skip to content

Commit c99887e

Browse files
committed
Update RELEASE_NOTES.rst
1 parent 1c7fba7 commit c99887e

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
@@ -21,7 +21,7 @@
2121

2222
.. towncrier release notes start
2323

24-
Airflow 2.10.3 (2024-10-23)
24+
Airflow 2.10.3 (2024-11-04)
2525
---------------------------
2626

2727
Significant Changes
@@ -55,6 +55,13 @@ Bug Fixes
5555
- Execute templated bash script as file in BashOperator (#43191)
5656
- Fixes schedule_downstream_tasks to include upstream tasks for one_success trigger rule (#42582) (#43299)
5757
- Add retry logic in the scheduler for updating trigger timeouts in case of deadlocks. (#41429) (#42651)
58+
- Mark all tasks as skipped when failing a dag_run manually (#43572)
59+
- Fix ``TrySelector`` for Mapped Tasks in Logs and Details Grid Panel (#43566)
60+
- Conditionally add OTEL events when processing executor events (#43558) (#43567)
61+
- Fix broken stat ``scheduler_loop_duration`` (#42886) (#43544)
62+
- Ensure total_entries in /api/v1/dags (#43377) (#43429)
63+
- Include limit and offset in request body schema for List task instances (batch) endpoint (#43479)
64+
- Don't raise a warning in ExecutorSafeguard when execute is called from an extended operator (#42849) (#43577)
5865

5966
Miscellaneous
6067
"""""""""""""
@@ -65,6 +72,7 @@ Miscellaneous
6572
- Correct docstring format in _get_template_context (#42244) (#42272)
6673
- Backport: Bump Flask-AppBuilder to ``4.5.2`` (#43309) (#43318)
6774
- Check python version that was used to install pre-commit venvs (#43282) (#43310)
75+
- Resolve warning in Dataset Alias migration (#43425)
6876

6977
Doc Only Changes
7078
""""""""""""""""

airflow/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: 79d88f2a4cd1b486efcd214a80bbbc4c
2-
source-date-epoch: 1729780175
1+
release-notes-hash: 6aa54b840e9fc2e48cf7046507e6930b
2+
source-date-epoch: 1730460817

0 commit comments

Comments
 (0)