Skip to content

Commit 35087d7

Browse files
ephraimbuddyutkarsharma2
authored andcommitted
Update RELEASE_NOTES.rst
1 parent 4d2201f commit 35087d7

File tree

2 files changed

+41
-3
lines changed

2 files changed

+41
-3
lines changed

RELEASE_NOTES.rst

+39-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,43 @@
2121

2222
.. towncrier release notes start
2323

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+
2461
Airflow 2.10.1 (2024-09-05)
2562
---------------------------
2663

@@ -38,7 +75,7 @@ Bug Fixes
3875
- Fix compatibility with FAB provider versions <1.3.0 (#41809)
3976
- Don't Fail LocalTaskJob on heartbeat (#41810)
4077
- 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)
4279
- Splitting syspath preparation into stages (#41694)
4380
- Adding url sanitization for extra links (#41680)
4481
- Fix InletEventsAccessors type stub (#41607)
@@ -63,6 +100,7 @@ Doc Only Changes
63100
- Remove Debian bullseye support (#41569)
64101
- Add an example for auth with ``keycloak`` (#41791)
65102

103+
66104
Airflow 2.10.0 (2024-08-15)
67105
---------------------------
68106

airflow/reproducible_build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
release-notes-hash: 5135078af7661cac7b9f6b414b268595
2-
source-date-epoch: 1725263453
1+
release-notes-hash: f59ad2fe4b92cff9a406e8da7bf3c108
2+
source-date-epoch: 1726571810

0 commit comments

Comments
 (0)