apache-airflow-providers-opsgenie

更新日誌

5.8.0

注意

此供應商版本僅適用於 Airflow 2.9+,如 Apache Airflow 供應商支援政策中所述。

其他雜項

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

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

5.7.0

注意

此供應商版本僅適用於 Airflow 2.8+,如 Apache Airflow 供應商支援政策中所述。

其他雜項

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

5.6.1

其他雜項

  • Faster 'airflow_version' imports (#39552)

  • Simplify 'airflow_version' imports (#39497)

5.6.0

注意

此供應商版本僅適用於 Airflow 2.7+,如 Apache Airflow 供應商支援政策中所述。

其他雜項

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

5.5.0

新功能

  • Add docs and UI form for opsgenie connection (#36519)

5.4.0

注意

此供應商版本僅適用於 Airflow 2.6+,如 Apache Airflow 供應商支援政策中所述。

其他雜項

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

5.3.0

新功能

  • Add 'OpsgenieNotifier' (#35530)

5.2.0

注意

此供應商版本僅適用於 Airflow 2.5+,如 Apache Airflow 供應商支援政策中所述。

其他雜項

  • Bump min airflow version of providers (#34728)

5.1.1

注意

此版本已移除對 Python 3.7 的支援

其他雜項

  • Add note about dropping Python 3.7 for providers (#32015)

5.1.0

注意

此供應商版本僅適用於 Airflow 2.4+,如 Apache Airflow 供應商支援政策中所述。

其他雜項

  • Bump minimum Airflow version in providers (#30917)

5.0.0

注意

此供應商版本僅適用於 Airflow 2.3+,如 Apache Airflow 供應商支援政策中所述。

重大變更

移除 OpsgenieAlertOperator 也移除了 hooks.opsgenie_alert 路徑

  • Remove deprecated code from Opsgenie provider (#27252)

其他雜項

  • Move min airflow version to 2.3.0 for all providers (#27196)

4.0.0

重大變更

注意

此供應商版本僅適用於 Airflow 2.2+,如 Apache Airflow 供應商支援政策中所述。

3.1.0

新功能

  • Add 'OpsgenieDeleteAlertOperator' (#23405)

錯誤修正

  • Opsgenie: Fix 'close_alert' to properly send 'kwargs' (#23442)

3.0.3

錯誤修正

  • Fix mistakenly added install_requires for all providers (#22382)

3.0.2

其他雜項

  • Add Trove classifiers in PyPI (Framework :: Apache Airflow :: Provider)

3.0.1

其他雜項

  • Support for Python 3.10

3.0.0

重大變更

OpsgenieAlertHook 建構子不再接受額外的參數或關鍵字參數。變更了 OpsgenieAlertHook.get_conn 的回傳類型,以回傳 opsgenie_sdk.AlertApi 物件,而非 requests.Session 物件。移除了 OpsegnieAlertHook.execute 方法,並以 OpsegnieAlertHook.create_alert 取代,現在回傳 opsgenie_sdk.SuccessResponse 物件,而非 Any 類型。OpsgenieAlertHook 現在在 payload 中接受 visible_to 而非 visibleTo 鍵。OpsgenieAlertHook 現在在 payload 中接受 request_id 而非 requestId 鍵。

  • Add 'OpsgenieCloseAlertOperator' (#20488)

  • Organize Opsgenie provider classes (#20454)

  • rewrite opsgenie alert hook with official python sdk, related issue #18641 (#20263)

  • Rename 'OpsgenieAlertOperator' to 'OpsgenieCreateAlertOperator' (#20514)

2.0.1

其他雜項

  • Optimise connection importing for Airflow 2.2.0

2.0.0

重大變更

  • Auto-apply apply_default decorator (#15667)

警告

由於移除 apply_default 裝飾器,此供應商版本需要 Airflow 2.1.0+。如果您的 Airflow 版本低於 2.1.0,且您想安裝此供應商版本,請先將 Airflow 升級至至少 2.1.0 版本。否則,您的 Airflow 套件版本將自動升級,您將必須手動執行 airflow upgrade db 以完成遷移。

錯誤修正

  • Fix hooks extended from http hook (#16109)

1.0.2

錯誤修正

  • Fix type hints in OpsgenieAlertOperator (#14637)

1.0.1

更新文件和 readme 檔案。

1.0.0

供應商的初始版本。

這個條目有幫助嗎?