File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 21
21
22
22
.. towncrier release notes start
23
23
24
- Airflow 2.10.3 (2024-10-23 )
24
+ Airflow 2.10.3 (2024-11-04 )
25
25
---------------------------
26
26
27
27
Significant Changes
@@ -55,6 +55,13 @@ Bug Fixes
55
55
- Execute templated bash script as file in BashOperator (#43191)
56
56
- Fixes schedule_downstream_tasks to include upstream tasks for one_success trigger rule (#42582) (#43299)
57
57
- 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)
58
65
59
66
Miscellaneous
60
67
"""""""""""""
@@ -65,6 +72,7 @@ Miscellaneous
65
72
- Correct docstring format in _get_template_context (#42244) (#42272)
66
73
- Backport: Bump Flask-AppBuilder to ``4.5.2`` (#43309) (#43318)
67
74
- Check python version that was used to install pre-commit venvs (#43282) (#43310)
75
+ - Resolve warning in Dataset Alias migration (#43425)
68
76
69
77
Doc Only Changes
70
78
""""""""""""""""
Original file line number Diff line number Diff line change 1
- release-notes-hash : 79d88f2a4cd1b486efcd214a80bbbc4c
2
- source-date-epoch : 1729780175
1
+ release-notes-hash : 6aa54b840e9fc2e48cf7046507e6930b
2
+ source-date-epoch : 1730460817
You can’t perform that action at this time.
0 commit comments