Skip to content

Commit eb24742

Browse files
committed
Update RELEASE_NOTES.rst
1 parent b550d65 commit eb24742

File tree

2 files changed

+68
-1
lines changed

2 files changed

+68
-1
lines changed

RELEASE_NOTES.rst

Lines changed: 67 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,73 @@
2121

2222
.. towncrier release notes start
2323

24-
Airflow 2.6.2 (2023-06-17)
24+
Airflow 2.6.3 (2023-07-10)
25+
--------------------------
26+
27+
Significant Changes
28+
^^^^^^^^^^^^^^^^^^^
29+
30+
No significant changes.
31+
32+
Bug Fixes
33+
"""""""""
34+
- Use linear time regular expressions (#32303)
35+
- Fix triggerers alive check and add a new conf for triggerer heartbeat rate (#32123)
36+
- Catch the exception that triggerer initialization failed (#31999)
37+
- Hide sensitive values from extra in connection edit form (#32309)
38+
- Sanitize ``DagRun.run_id`` and allow flexibility (#32293)
39+
- Add triggerer canceled log (#31757)
40+
- Fix try number shown in the task view (#32361)
41+
- Retry transactions on occasional deadlocks for rendered fields (#32341)
42+
- Fix behaviour of LazyDictWithCache when import fails (#32248)
43+
- Remove ``executor_class`` from Job - fixing backfill for custom executors (#32219)
44+
- Fix bugged singleton implementation (#32218)
45+
- Use ``mapIndex`` to display extra links per mapped task. (#32154)
46+
- Ensure that main triggerer thread exits if the async thread fails (#32092)
47+
- Use ``re2`` for matching untrusted regex (#32060)
48+
- Render list items in rendered fields view (#32042)
49+
- Fix hashing of ``dag_dependencies`` in serialized dag (#32037)
50+
- Return ``None`` if an XComArg fails to resolve in a multiple_outputs Task (#32027)
51+
- Check for DAG ID in query param from url as well as kwargs (#32014)
52+
- Flash an error message instead of failure in ``rendered-templates`` when map index is not found (#32011)
53+
- Fix ``ExternalTaskSensor`` when there is no task group TIs for the current execution date (#32009)
54+
- Fix number param html type in trigger template (#31980, #31946)
55+
- Fix masking nested variable fields (#31964)
56+
- Fix ``operator_extra_links`` property serialization in mapped tasks (#31904)
57+
- Decode old-style nested Xcom value (#31866)
58+
- Add a check for trailing slash in webserver base_url (#31833)
59+
- Fix connection uri parsing when the host includes a scheme (#31465)
60+
- Fix database session closing with ``xcom_pull`` and ``inlets`` (#31128)
61+
- Fix DAG's ``on_failure_callback`` is not invoked when task failed during testing dag. (#30965)
62+
- Fix airflow module version check when using ``ExternalPythonOperator`` and debug logging level (#30367)
63+
64+
Misc/Internal
65+
"""""""""""""
66+
- Fix ``task.sensor`` annotation in type stub (#31954)
67+
- Limit ``Pydantic`` to ``< 2.0.0`` until we solve ``2.0.0`` incompatibilities (#32312)
68+
- Fix ``Pydantic`` 2 pickiness about model definition (#32307)
69+
70+
Doc only changes
71+
""""""""""""""""
72+
- Add explanation about tag creation and cleanup (#32406)
73+
- Minor updates to docs (#32369, #32315, #32310, #31794)
74+
- Clarify Listener API behavior (#32269)
75+
- Add information for users who ask for requirements (#32262)
76+
- Add links to DAGRun / DAG / Task in Templates Reference (#32245)
77+
- Add comment to warn off a potential wrong fix (#32230)
78+
- Add a note that we'll need to restart triggerer to reflect any trigger change (#32140)
79+
- Adding missing hyperlink to the tutorial documentation (#32105)
80+
- Added difference between Deferrable and Non-Deferrable Operators (#31840)
81+
- Add comments explaining need for special "trigger end" log message (#31812)
82+
- Documentation update on Plugin updates. (#31781)
83+
- Fix SemVer link in security documentation (#32320)
84+
- Update security model of Airflow (#32098)
85+
- Update references to restructured documentation from Airflow core (#32282)
86+
- Separate out advanced logging configuration (#32131)
87+
- Add ``™`` to Airflow in prominent places (#31977)
88+
89+
90+
Airflow 2.6.2 (2023-06-12)
2591
--------------------------
2692

2793
Significant Changes

docs/spelling_wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1574,6 +1574,7 @@ unprocessable
15741574
unqueued
15751575
unterminated
15761576
untransformed
1577+
untrusted
15771578
unutilized
15781579
updateMask
15791580
updateonly

0 commit comments

Comments
 (0)