21
21
22
22
.. towncrier release notes start
23
23
24
+ Airflow 2.10.2 (2024-09-18)
25
+ ---------------------------
26
+
27
+ Significant Changes
28
+ ^^^^^^^^^^^^^^^^^^^
29
+
30
+ No significant changes.
31
+
32
+ Bug Fixes
33
+ """""""""
34
+ - Revert "Fix: DAGs are not marked as stale if the dags folder change" (#42220, #42217)
35
+ - Add missing open telemetry span and correct scheduled slots documentation (#41985)
36
+ - Fix require_confirmation_dag_change (#42063) (#42211)
37
+ - Only treat null/undefined as falsy when rendering XComEntry (#42199) (#42213)
38
+ - Add extra and ``renderedTemplates`` as keys to skip ``camelCasing`` (#42206) (#42208)
39
+ - Do not ``camelcase`` xcom entries (#42182) (#42187)
40
+ - Fix task_instance and dag_run links from list views (#42138) (#42143)
41
+ - Support multi-line input for Params of type string in trigger UI form (#40414) (#42139)
42
+ - Fix details tab log url detection (#42104) (#42114)
43
+ - Add new type of exception to catch timeout (#42064) (#42078)
44
+ - Rewrite how DAG to dataset / dataset alias are stored (#41987) (#42055)
45
+ - Allow dataset alias to add more than one dataset events (#42189) (#42247)
46
+
47
+ Miscellaneous
48
+ """""""""""""
49
+ - Limit universal-pathlib below ``0.2.4`` as it breaks our integration (#42101)
50
+ - Auto-fix default deferrable with ``LibCST`` (#42089)
51
+ - Deprecate ``--tree`` flag for ``tasks list`` cli command (#41965)
52
+
53
+ Doc Only Changes
54
+ """"""""""""""""
55
+ - Update ``security_model.rst`` to clear unauthenticated endpoints exceptions (#42085)
56
+ - Add note about dataclasses and attrs to XComs page (#42056)
57
+ - Improve docs on markdown docs in DAGs (#42013)
58
+ - Add warning that listeners can be dangerous (#41968)
59
+
60
+
24
61
Airflow 2.10.1 (2024-09-05)
25
62
---------------------------
26
63
@@ -38,7 +75,7 @@ Bug Fixes
38
75
- Fix compatibility with FAB provider versions <1.3.0 (#41809)
39
76
- Don't Fail LocalTaskJob on heartbeat (#41810)
40
77
- Remove deprecation warning for cgitb in Plugins Manager (#41793)
41
- - Fix log for notifier(instance) without __name__ (#41699)
78
+ - Fix log for notifier(instance) without `` __name__`` (#41699)
42
79
- Splitting syspath preparation into stages (#41694)
43
80
- Adding url sanitization for extra links (#41680)
44
81
- Fix InletEventsAccessors type stub (#41607)
@@ -63,6 +100,7 @@ Doc Only Changes
63
100
- Remove Debian bullseye support (#41569)
64
101
- Add an example for auth with ``keycloak`` (#41791)
65
102
103
+
66
104
Airflow 2.10.0 (2024-08-15)
67
105
---------------------------
68
106
0 commit comments