File tree Expand file tree Collapse file tree 2 files changed +33
-2
lines changed
Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 2121
2222.. towncrier release notes start
2323
24+
25+ Airflow 2.8.4 (2024-03-25)
26+ --------------------------
27+
28+ Significant Changes
29+ ^^^^^^^^^^^^^^^^^^^
30+
31+ No significant changes.
32+
33+ Bug Fixes
34+ """""""""
35+ - Fix incorrect serialization of ``FixedTimezone`` (#38139)
36+ - Fix excessive permission changing for log task handler (#38164)
37+ - Fix task instances list link (#38096)
38+ - Fix a bug where scheduler heartrate parameter was not used (#37992)
39+ - Add padding to prevent grid horizontal scroll overlapping tasks (#37942)
40+ - Fix hash caching in ``ObjectStoragePath`` (#37769)
41+
42+ Miscellaneous
43+ """""""""""""
44+ - Limit importlib_resources as it breaks ``pytest_rewrites`` (#38095, #38139)
45+ - Limit ``pandas`` to ``<2.2`` (#37748)
46+ - Bump ``croniter`` to fix an issue with 29 Feb cron expressions (#38198)
47+
48+ Doc Only Changes
49+ """"""""""""""""
50+ - Tell users what to do if their scanners find issues in the image (#37652)
51+ - Add a section about debugging in Docker Compose with PyCharm (#37940)
52+ - Update deferrable docs to clarify kwargs when trigger resumes operator (#38122)
53+
54+
2455Airflow 2.8.3 (2024-03-11)
2556--------------------------
2657
Original file line number Diff line number Diff line change 1- release-notes-hash : ba2e7a8d91504ba2db3292dd184cfd5c
2- source-date-epoch : 1709800692
1+ release-notes-hash : 3f7de41c6269a20a781abe8a2f06648d
2+ source-date-epoch : 1710912774
You can’t perform that action at this time.
0 commit comments