Airflow: 2.10.2 Release

Release date:
September 17, 2024
Previous version:
2.10.2rc1 (released September 17, 2024)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in 2.10.2

Could not determine top contributors for this release.

Directory Browser for 2.10.2

All files are compared to previous version, 2.10.2rc1. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Significant Changes

No significant changes.

Bug Fixes

  • Revert "Fix: DAGs are not marked as stale if the dags folder change" (#42220, #42217)
  • Add missing open telemetry span and correct scheduled slots documentation (#41985)
  • Fix require_confirmation_dag_change (#42063) (#42211)
  • Only treat null/undefined as falsy when rendering XComEntry (#42199) (#42213)
  • Add extra and renderedTemplates as keys to skip camelCasing (#42206) (#42208)
  • Do not camelcase xcom entries (#42182) (#42187)
  • Fix task_instance and dag_run links from list views (#42138) (#42143)
  • Support multi-line input for Params of type string in trigger UI form (#40414) (#42139)
  • Fix details tab log url detection (#42104) (#42114)
  • Add new type of exception to catch timeout (#42064) (#42078)
  • Rewrite how DAG to dataset / dataset alias are stored (#41987) (#42055)
  • Allow dataset alias to add more than one dataset events (#42189) (#42247)

Miscellaneous

  • Limit universal-pathlib below 0.2.4 as it breaks our integration (#42101)
  • Auto-fix default deferrable with LibCST (#42089)
  • Deprecate --tree flag for tasks list cli command (#41965)

Doc Only Changes

  • Update security_model.rst to clear unauthenticated endpoints exceptions (#42085)
  • Add note about dataclasses and attrs to XComs page (#42056)
  • Improve docs on markdown docs in DAGs (#42013)
  • Add warning that listeners can be dangerous (#41968)