apache-airflow-providers-common-io

Changelog

1.5.0

Note

This release of provider is only available for Airflow 2.9+ as explained in the Apache Airflow providers support policy.

Misc

  • Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)

  • Remove references to AIRFLOW_V_2_9_PLUS (#44987)

  • Consistent way of checking Airflow version in providers (#44686)

  • feat: add OpenLineage support for transfer operators between gcs and local (#44417)

  • Move Asset user facing components to task_sdk (#43773)

  • Migrate pickled data & change XCom value type to JSON (#44166)

  • Update DAG example links in multiple providers documents (#44034)

1.4.2

Misc

  • Drop python3.8 support core and providers (#42766)

  • Rename dataset related python variable names to asset (#41348)

1.4.1

Bug Fixes

  • Protect against None components of universal pathlib xcom backend (#41921)

1.4.0

Features

  • [AIP-62] Translate AIP-60 URI to OpenLineage (#40173)

  • openlineage: add file dataset type support into common.io provider (#40817)

Misc

  • openlineage: migrate OpenLineage provider to V2 facets. (#39530)

  • openlineage: add support for hook lineage for S3Hook (#40819)

1.3.2

Bug Fixes

  • fix: OpenLineage in FileTransferOperator for Airflow 2.8 (#39755)

Misc

  • Faster 'airflow_version' imports (#39552)

  • Simplify 'airflow_version' imports (#39497)

1.3.1

Bug Fixes

  • Fix missing reverse quote in docs (#38275)

  • Fix remaining D401 checks (#37434)

Misc

  • Improve XComObjectStorageBackend implementation (#38608)

  • Rename to XComObjectStorageBackend (#38607)

  • Turn common.io xcom exception into OptionalProviderFeatureException (#38543)

  • Update ObjectStoragePath for universal_pathlib>=v0.2.2 (#37930)

1.3.0

Features

  • AIP-58: Add object storage backend for xcom (#37058)

1.2.0

Features

  • Add support for openlineage to AFS and common.io (#36410)

1.1.0

Features

  • Refactor ObjectStorage into a Path (#35612)

1.0.1 (YANKED)

Warning

This release has been yanked with a reason: Used older interface from 2.8.0.dev0 versions

Bug Fixes

  • fix changelog of common-io (#35241)

1.0.0 (YANKED)

Warning

This release has been yanked with a reason: Used older interface from 2.8.0.dev0 versions

Initial version of the provider.

Was this entry helpful?