Skip to content

Commit 34ea330

Browse files
committed
Update release notes for 2.8.4
1 parent 16644e6 commit 34ea330

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

RELEASE_NOTES.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,37 @@
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+
2455
Airflow 2.8.3 (2024-03-11)
2556
--------------------------
2657

airflow/reproducible_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
release-notes-hash: ba2e7a8d91504ba2db3292dd184cfd5c
2-
source-date-epoch: 1709800692
1+
release-notes-hash: 3f7de41c6269a20a781abe8a2f06648d
2+
source-date-epoch: 1710912774

0 commit comments

Comments
 (0)