apache-airflow-providers-opensearch

Changelog

1.5.0

Features

  • (feat): Add opensearch logging integration (#41799)

Bug Fixes

  • Handle empty login and password with opensearch client (#39982)

Misc

  • Removed conditional check for task context logging in airflow version 2.8.0 and above (#42764)

1.4.0

Note

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

Misc

  • Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)

1.3.0

Features

  • feat: OpenSearchQueryOperator using an endpoint with a self-signed certificate (#39788)

1.2.1

Misc

  • Faster 'airflow_version' imports (#39552)

  • Simplify 'airflow_version' imports (#39497)

1.2.0

Note

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

Misc

  • Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)

1.1.2

Bug Fixes

  • Fix "Exception statement has no effect" (#37722)

1.1.1

Bug Fixes

  • Follow BaseHook connection fields method signature in child classes (#36086)

1.1.0

Note

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

Misc

  • Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)

1.0.0

Initial version of the provider.

Was this entry helpful?