apache-airflow-providers-apprise
Changelog¶
2.0.0¶
Note
This release of provider is only available for Airflow 2.9+ as explained in the Apache Airflow providers support policy.
Breaking changes¶
Warning
All deprecated classes, parameters and features have been removed from the {provider_name} provider package. The following breaking changes were introduced:
Hooks * Parameter
tag
cannot be None. It is not set to MATCH_ALL_TAG as default.Notifications * Parameter
notify_type
cannot be None. It is not set to NotifyType.INFO as default. * Parameterbody_format
cannot be None. It is not set to NotifyFormat.TEXT as default. * Parametertag
cannot be None. It is not set to MATCH_ALL_TAG as default.
Remove Provider Deprecations in Apprise (#44764)
Misc¶
Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)
1.4.1¶
Misc¶
Move bash operator to Standard provider (#42252)
Unify DAG schedule args and change default to None (#41453)
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.1¶
Bug Fixes¶
Fix Apprise Mypy checks added in 1.8.0 (#39580)
Misc¶
Faster 'airflow_version' imports (#39552)
Simplify 'airflow_version' imports (#39497)
1.3.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.2.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.1.0¶
Note
This release of provider is only available for Airflow 2.5+ as explained in the Apache Airflow providers support policy.
Misc¶
Bump min airflow version of providers (#34728)
1.0.2¶
Misc¶
Improve modules import in Airflow providers by some of them into a type-checking block (#33754)
1.0.0¶
Initial version of the provider.