Airflow: 2.8.4 Release

Release date:
March 20, 2024
Previous version:
2.8.4rc1 (released March 20, 2024)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in 2.8.4

Could not determine top contributors for this release.

Directory Browser for 2.8.4

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Significant Changes

No significant changes.

Bug Fixes

  • Fix incorrect serialization of FixedTimezone (#38139)
  • Fix excessive permission changing for log task handler (#38164)
  • Fix task instances list link (#38096)
  • Fix a bug where scheduler heartrate parameter was not used (#37992)
  • Add padding to prevent grid horizontal scroll overlapping tasks (#37942)
  • Fix hash caching in ObjectStoragePath (#37769)

Miscellaneous

  • Limit importlib_resources as it breaks pytest_rewrites (#38095, #38139)
  • Limit pandas to <2.2 (#37748)
  • Bump croniter to fix an issue with 29 Feb cron expressions (#38198)

Doc Only Changes

  • Tell users what to do if their scanners find issues in the image (#37652)
  • Add a section about debugging in Docker Compose with PyCharm (#37940)
  • Update deferrable docs to clarify kwargs when trigger resumes operator (#38122)