Apache Airflow Hive Provider Beeline Remote Command Execution
Description
CVE-2023-28706 is a code injection vulnerability in Apache Airflow Hive Provider before 6.0.0 that allows remote command execution via the Beeline client.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
CVE-2023-28706 is a code injection vulnerability in Apache Airflow Hive Provider before 6.0.0 that allows remote command execution via the Beeline client.
Vulnerability
Description
CVE-2023-28706 is a code injection vulnerability in the Apache Airflow Hive Provider that affects versions prior to 6.0.0 [1][2]. The vulnerability arises from improper control of code generation, specifically in how the provider handles parameters passed to the Beeline client used for Hive connections. This allows an attacker to inject arbitrary commands.
Exploitation
Attack Surface
The vulnerability can be exploited through the Hive connection's extra parameters. An attacker who can configure or modify a Hive connection in Airflow can inject malicious command-line arguments into the Beeline invocation [3][4]. No authentication bypass is needed; the attacker requires the ability to define or alter a Hive connection, typically achievable with appropriate Airflow permissions or via a compromised administrator account.
Impact
Successful exploitation allows remote command execution on the Airflow worker node that runs the Hive task. The attacker can execute arbitrary shell commands with the privileges of the Airflow worker process, potentially leading to full compromise of the Airflow environment, data exfiltration, or lateral movement.
Mitigation
The vulnerability is fixed in Apache Airflow Hive Provider version 6.0.0 [1][3]. Users should upgrade immediately. If upgrading is not possible, administrators should restrict access to Hive connection configuration to only trusted users and review any existing connections for signs of tampering.
- GitHub - apache/airflow: Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
- NVD - CVE-2023-28706
- security - CVE-2023-28706: Apache Airflow Hive Provider Beeline Remote Command Execution
- Move auth parameter from extra to Hook parameter by potiuk · Pull Request #30212 · apache/airflow
AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
apache-airflow-providers-apache-hivePyPI | < 6.0.0 | 6.0.0 |
Affected products
2- Range: 0
Patches
22723508345d5Prepare docs for Nov 1st wave of providers Dec 2024 (#45042)
300 files changed · +3749 −758
docs/apache-airflow-providers-airbyte/commits.rst+36 −8 modified@@ -35,14 +35,32 @@ For high-level changelog, see :doc:`package information including changelog <ind +5.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1f622339e6 <https://github.com/apache/airflow/commit/1f622339e66f462669bccc661bca629d1bf7a09d>`_ 2024-12-04 ``Remove deprecated code from Airbyte provider (#44577)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 4.0.0 ..... -Latest change: 2024-09-11 +Latest change: 2024-09-21 ================================================================================================= =========== ========================================================== Commit Committed Subject ================================================================================================= =========== ========================================================== +`7628d47d04 <https://github.com/apache/airflow/commit/7628d47d0481966d9a9b25dfd4870b7a6797ebbf>`_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` `11b99dc601 <https://github.com/apache/airflow/commit/11b99dc601af294cfa2a705678173abe57b8e54b>`_ 2024-09-11 ``Fix wrong casing in airbyte hook. (#42170)`` `2920072540 <https://github.com/apache/airflow/commit/2920072540eec40dcd1366f1887278810328bc60>`_ 2024-09-11 ``Pin airbyte-api to 0.51.0 (#42154) (#42155)`` `c2d5ef4525 <https://github.com/apache/airflow/commit/c2d5ef452593beb3b5687c5f9308850cfd917cf5>`_ 2024-08-28 ``Update provider to use Airbyte API Python SDK (#41122)`` @@ -149,6 +167,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -179,6 +199,7 @@ Commit `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `c645d8e40c <https://github.com/apache/airflow/commit/c645d8e40c167ea1f6c332cdc3ea0ca5a9363205>`_ 2023-08-12 ``D401 Support - Providers: Airbyte to Atlassian (Inclusive) (#33354)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -210,6 +231,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` @@ -221,12 +243,13 @@ Commit Latest change: 2023-04-02 -================================================================================================= =========== ============================================================== +================================================================================================= =========== ===================================================================== Commit Committed Subject -================================================================================================= =========== ============================================================== +================================================================================================= =========== ===================================================================== `55dbf1ff1f <https://github.com/apache/airflow/commit/55dbf1ff1fb0b22714f695a66f6108b3249d1199>`_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` `8cec8cd2a1 <https://github.com/apache/airflow/commit/8cec8cd2a1142e7541a6168aa3f6d070ee5bf410>`_ 2023-03-11 ``Clarify optional parameters in Airbyte docstrings (#30031)`` -================================================================================================= =========== ============================================================== +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` +================================================================================================= =========== ===================================================================== 3.2.0 ..... @@ -312,10 +335,12 @@ Commit `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` `f5df92e156 <https://github.com/apache/airflow/commit/f5df92e156cf933f34dc34239297184fb2d0c5b2>`_ 2021-12-14 ``Fix mypy airbyte provider errors (#20271)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` `853576d901 <https://github.com/apache/airflow/commit/853576d9019d2aca8de1d9c587c883dcbe95b46a>`_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` `d9567eb106 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` `840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`_ 2021-09-30 ``Update documentation for September providers release (#18613)`` `ef037e7021 <https://github.com/apache/airflow/commit/ef037e702182e4370cb00c853c4fb0e246a0479c>`_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` ================================================================================================= =========== ====================================================================================== 2.1.1 @@ -353,26 +378,29 @@ Commit Latest change: 2021-06-18 -================================================================================================= =========== ================================================================= +================================================================================================= =========== ==================================================================== Commit Committed Subject -================================================================================================= =========== ================================================================= +================================================================================================= =========== ==================================================================== `bbc627a3da <https://github.com/apache/airflow/commit/bbc627a3dab17ba4cf920dd1a26dbed6f5cebfd1>`_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` `cbf8001d76 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` `1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_ 2021-06-15 ``More documentation update for June providers release (#16405)`` `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` `75c91b4acf <https://github.com/apache/airflow/commit/75c91b4acf1ed45d6ccf60a6e1326700233a4f05>`_ 2021-06-04 ``Add test_connection method to Airbyte hook (#16236)`` +`1e647029e4 <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` `10ed42a837 <https://github.com/apache/airflow/commit/10ed42a837e11d8e954c1f885e289a4248edd2ca>`_ 2021-05-27 ``Fix hooks extended from http hook (#16109)`` `feddc517d7 <https://github.com/apache/airflow/commit/feddc517d7ea4a8f9403e430865df742237401dd>`_ 2021-05-09 ``Add missing docstring params (#15741)`` `37681bca00 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -================================================================================================= =========== ================================================================= +`807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +================================================================================================= =========== ==================================================================== 1.0.0 ..... -Latest change: 2021-03-06 +Latest change: 2021-03-20 ================================================================================================= =========== ====================================== Commit Committed Subject ================================================================================================= =========== ====================================== +`68e4c4dcb0 <https://github.com/apache/airflow/commit/68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8>`_ 2021-03-20 ``Remove Backport Providers (#14886)`` `20b72aea4d <https://github.com/apache/airflow/commit/20b72aea4dc1e25f2aa3cfe62b45ca1ff29d1cbb>`_ 2021-03-06 ``Adds new Airbyte provider (#14492)`` ================================================================================================= =========== ======================================
docs/apache-airflow-providers-airbyte/index.rst+3 −3 modified@@ -76,7 +76,7 @@ apache-airflow-providers-airbyte package `Airbyte <https://airbyte.com/>`__ -Release: 4.0.0 +Release: 5.0.0 Provider package ---------------- @@ -94,11 +94,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``airbyte-api`` ``>=0.52.0`` ================== ==================
docs/apache-airflow-providers-alibaba/commits.rst+33 −5 modified@@ -35,14 +35,32 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`33a809c5f2 <https://github.com/apache/airflow/commit/33a809c5f2c329afba91428d97055c0cf88b8574>`_ 2024-12-16 ``Removed deprecated code from Alibaba provider package (#44576)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 2.9.1 ..... -Latest change: 2024-08-25 +Latest change: 2024-09-21 ================================================================================================= =========== ===================================================================== Commit Committed Subject ================================================================================================= =========== ===================================================================== +`7628d47d04 <https://github.com/apache/airflow/commit/7628d47d0481966d9a9b25dfd4870b7a6797ebbf>`_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` `1613e9ec1c <https://github.com/apache/airflow/commit/1613e9ec1c4e5523953e045c8adcef1b9d4ce95d>`_ 2024-08-25 ``remove soft_fail (#41710)`` `716c4300a6 <https://github.com/apache/airflow/commit/716c4300a6507609ae64148b9726272fd5071492>`_ 2024-08-20 ``Remove deprecated log handler argument filename_template (#41552)`` ================================================================================================= =========== ===================================================================== @@ -145,6 +163,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -198,12 +218,13 @@ Commit Latest change: 2023-08-11 -================================================================================================= =========== ============================================================ +================================================================================================= =========== =============================================================== Commit Committed Subject -================================================================================================= =========== ============================================================ +================================================================================================= =========== =============================================================== `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` `4e83660f4c <https://github.com/apache/airflow/commit/4e83660f4c713d5a00ad9a583ba3a56c374d7e92>`_ 2023-08-08 ``Refactor: Simplify code in providers/alibaba (#33225)`` -================================================================================================= =========== ============================================================ +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` +================================================================================================= =========== =============================================================== 2.5.0 ..... @@ -246,6 +267,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` @@ -262,6 +284,7 @@ Commit ================================================================================================= =========== =========================================================================== `55dbf1ff1f <https://github.com/apache/airflow/commit/55dbf1ff1fb0b22714f695a66f6108b3249d1199>`_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` `b6392ae5fd <https://github.com/apache/airflow/commit/b6392ae5fd466fa06ca92c061a0f93272e27a26b>`_ 2023-03-07 ``Support deleting the local log files when using remote logging (#29772)`` +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` ================================================================================================= =========== =========================================================================== 2.2.0 @@ -305,6 +328,7 @@ Commit `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` `510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` `9c59831ee7 <https://github.com/apache/airflow/commit/9c59831ee78f14de96421c74986933c494407afa>`_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)`` +`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)`` ================================================================================================= =========== ============================================================================= 2.0.0 @@ -370,22 +394,26 @@ Commit `b5d520cf73 <https://github.com/apache/airflow/commit/b5d520cf73100df714c71ac9898a97bc0df29a31>`_ 2021-12-29 ``Reinstate 'region' to 'default_args' for Alibaba example DAGs (#20423)`` `73ab0edce5 <https://github.com/apache/airflow/commit/73ab0edce58d996e2854d478f054b25c4bb627c4>`_ 2021-12-18 ``Fix MyPy Errors for Alibaba provider. (#20393)`` `2fb5e1d0ec <https://github.com/apache/airflow/commit/2fb5e1d0ec306839a3ff21d0bddbde1d022ee8c7>`_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` `853576d901 <https://github.com/apache/airflow/commit/853576d9019d2aca8de1d9c587c883dcbe95b46a>`_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` `d9567eb106 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` `f5ad26dcdd <https://github.com/apache/airflow/commit/f5ad26dcdd7bcb724992528dce71056965b94d26>`_ 2021-10-21 ``Fixup string concatenations (#19099)`` +`af4a5e006e <https://github.com/apache/airflow/commit/af4a5e006e4f5c9f203afeac039b22c6adee317f>`_ 2021-10-01 ``Remove cargo-culted local in-page ToCs (#18668)`` `840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`_ 2021-09-30 ``Update documentation for September providers release (#18613)`` `ef037e7021 <https://github.com/apache/airflow/commit/ef037e702182e4370cb00c853c4fb0e246a0479c>`_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` `0fe0b06bb0 <https://github.com/apache/airflow/commit/0fe0b06bb0bf468f46195946f938f9e6e3d46216>`_ 2021-09-03 ``Adding missing init file in example_dags directory (#18019)`` ================================================================================================= =========== ====================================================================================== 1.0.0 ..... -Latest change: 2021-08-23 +Latest change: 2021-08-30 ================================================================================================= =========== ============================================================================ Commit Committed Subject ================================================================================================= =========== ============================================================================ +`0a68588479 <https://github.com/apache/airflow/commit/0a68588479e34cf175d744ea77b283d9d78ea71a>`_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` `be75dcd39c <https://github.com/apache/airflow/commit/be75dcd39cd10264048c86e74110365bd5daf8b7>`_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` `76ed2a49c6 <https://github.com/apache/airflow/commit/76ed2a49c6cd285bf59706cf04f39a7444c382c9>`_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` `75ca6543da <https://github.com/apache/airflow/commit/75ca6543da3754f0dfb53d059588ad66a2f8235a>`_ 2021-08-07 ``[AIRFLOW-17200] Add Alibaba Cloud OSS support (#17201)``
docs/apache-airflow-providers-alibaba/index.rst+3 −3 modified@@ -77,7 +77,7 @@ apache-airflow-providers-alibaba package Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__). -Release: 2.9.1 +Release: 3.0.0 Provider package ---------------- @@ -95,12 +95,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ============================ ================== PIP package Version required ============================ ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``oss2`` ``>=2.14.0`` ``alibabacloud_adb20211201`` ``>=1.0.0`` ``alibabacloud_tea_openapi`` ``>=0.3.7``
docs/apache-airflow-providers-amazon/commits.rst+29 −1 modified@@ -35,14 +35,42 @@ For high-level changelog, see :doc:`package information including changelog <ind +9.2.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== =================================================================================== +Commit Committed Subject +================================================================================================= =========== =================================================================================== +`b6e3d1c864 <https://github.com/apache/airflow/commit/b6e3d1c86478aca4df54f00e272e13dad2d96b34>`_ 2024-12-19 ``Fix deferrable RedshiftClusterSensor (#45098)`` +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`2a33da0246 <https://github.com/apache/airflow/commit/2a33da0246c811a98d5cdaf0af2bcca0dee8556a>`_ 2024-12-18 ``Remove references to AIRFLOW_V_2_9_PLUS (#44987)`` +`ce4236f365 <https://github.com/apache/airflow/commit/ce4236f365c3e8e45262b04ef0ce596907043702>`_ 2024-12-17 ``Add DMS Serverless Operators (#43988)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`490b5e816b <https://github.com/apache/airflow/commit/490b5e816b804f338b0eb97f240ae874d4e15810>`_ 2024-12-10 ``Consistent way of checking Airflow version in providers (#44686)`` +`450132bc85 <https://github.com/apache/airflow/commit/450132bc859ad4ec1686d4e521efc1efe79a47b8>`_ 2024-12-06 ``Remove unnecessary compatibility code in S3 asset import (#44714)`` +`62bac46822 <https://github.com/apache/airflow/commit/62bac46822551383d0ab3cd24e351ffae7a90147>`_ 2024-12-01 ``Remove AIP-44 from taskinstance (#44540)`` +`933e3cee7d <https://github.com/apache/airflow/commit/933e3cee7d2ad6ad5eb4b5d808dc9752ff1924c3>`_ 2024-11-28 ``Add do_xcom_push documentation in EcsRunTaskOperator (#44440)`` +`e81c3bab80 <https://github.com/apache/airflow/commit/e81c3bab80f4ec82c75c320465630d8b5bd93533>`_ 2024-11-27 ``Add fail_on_file_not_exist option to SFTPToS3Operator (#44320)`` +`b4c4806278 <https://github.com/apache/airflow/commit/b4c480627881c9a3e7267f2a0bc7a2319fa2135d>`_ 2024-11-25 ``Add 'wait_policy' option to 'EmrCreateJobFlowOperator' (#44055)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`a0f3353c47 <https://github.com/apache/airflow/commit/a0f3353c471e4d9a2cd4b23f0c358d0ae908580a>`_ 2024-11-20 ``Move Asset user facing components to task_sdk (#43773)`` +`d5bd1344b6 <https://github.com/apache/airflow/commit/d5bd1344b626b0a407e651380c061c363e9cab5a>`_ 2024-11-19 ``Set up JWT token authentication in Fast APIs (#42634)`` +`a60d105c10 <https://github.com/apache/airflow/commit/a60d105c103516a169d190ee066b9fd982e70853>`_ 2024-11-19 ``Use 'S3CopyObjectOperator' in 'example_comprehend_document_classifier' (#44160)`` +`eb1153e36d <https://github.com/apache/airflow/commit/eb1153e36dc35f1f77deeb4904d5d1c4c3323bfc>`_ 2024-11-18 ``Bump to mypy-boto3-appflow and pass without '# type: ignore[arg-type]' (#44115)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +================================================================================================= =========== =================================================================================== + 9.1.0 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ============================================================================================================== Commit Committed Subject ================================================================================================= =========== ============================================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `6d85a0466d <https://github.com/apache/airflow/commit/6d85a0466d91d501af87c8904b902ea92cee466d>`_ 2024-11-09 ``Remove deprecations cncf.kubernetes (#43689)`` `9a5f6d6155 <https://github.com/apache/airflow/commit/9a5f6d615590dbc3d40dcf5a2e584cf6d4f79938>`_ 2024-11-09 ``fix: replace \s with space (#43849)``
docs/apache-airflow-providers-amazon/index.rst+6 −6 modified@@ -86,7 +86,7 @@ apache-airflow-providers-amazon package Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__). -Release: 9.1.0 +Release: 9.2.0 Provider package ---------------- @@ -104,13 +104,13 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ========================================== ====================== PIP package Version required ========================================== ====================== -``apache-airflow`` ``>=2.8.0`` -``apache-airflow-providers-common-compat`` ``>=1.2.1`` +``apache-airflow`` ``>=2.9.0`` +``apache-airflow-providers-common-compat`` ``>=1.3.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``apache-airflow-providers-http`` ``boto3`` ``>=1.34.90`` @@ -163,5 +163,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-amazon 9.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.1.0.tar.gz.sha512>`__) -* `The apache-airflow-providers-amazon 9.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.1.0-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-amazon 9.2.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.2.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.2.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.2.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-amazon 9.2.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.2.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.2.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.2.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-apache-beam/commits.rst+21 −4 modified@@ -35,16 +35,33 @@ For high-level changelog, see :doc:`package information including changelog <ind +6.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`7fde48d098 <https://github.com/apache/airflow/commit/7fde48d0983bd442f1470c068a3bcc5defdb2a2f>`_ 2024-12-06 ``Removed deprecated code (#44700)`` +`43adccf57b <https://github.com/apache/airflow/commit/43adccf57b2c41a5c1710ea80bd78eecce2d3e60>`_ 2024-11-27 ``Fix deferrable mode of BeamRunPythonPipelineOperator (#44386)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +================================================================================================= =========== ===================================================================== + 5.9.1 ..... -Latest change: 2024-10-31 +Latest change: 2024-11-14 -================================================================================================= =========== ============================================== +================================================================================================= =========== ======================================================= Commit Committed Subject -================================================================================================= =========== ============================================== +================================================================================================= =========== ======================================================= +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `06088a3abc <https://github.com/apache/airflow/commit/06088a3abcbb46533e74de360746db766d50cf66>`_ 2024-10-31 ``Standard provider python operator (#42081)`` -================================================================================================= =========== ============================================== +================================================================================================= =========== ======================================================= 5.9.0 .....
docs/apache-airflow-providers-apache-beam/index.rst+5 −5 modified@@ -75,7 +75,7 @@ apache-airflow-providers-apache-beam package `Apache Beam <https://beam.apache.org/>`__. -Release: 5.9.1 +Release: 6.0.0 Provider package ---------------- @@ -93,12 +93,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-beam`` ``>=2.53.0`` ``pyarrow`` ``>=14.0.1`` ================== ================== @@ -129,5 +129,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-apache-beam 5.9.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.9.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.9.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.9.1.tar.gz.sha512>`__) -* `The apache-airflow-providers-apache-beam 5.9.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.9.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.9.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-5.9.1-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-apache-beam 6.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-apache-beam 6.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_beam-6.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-apache-cassandra/commits.rst+36 −4 modified@@ -35,14 +35,31 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.7.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 3.6.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -125,6 +142,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `63cc915cd3 <https://github.com/apache/airflow/commit/63cc915cd38a5034df6bf9c618e12f8690eeade0>`_ 2023-10-31 ``Switch from Black to Ruff formatter (#35287)`` ================================================================================================= =========== ======================================================================== @@ -141,6 +160,7 @@ Commit `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `c645d8e40c <https://github.com/apache/airflow/commit/c645d8e40c167ea1f6c332cdc3ea0ca5a9363205>`_ 2023-08-12 ``D401 Support - Providers: Airbyte to Atlassian (Inclusive) (#33354)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -172,6 +192,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` @@ -189,6 +210,7 @@ Commit `dd6cef7889 <https://github.com/apache/airflow/commit/dd6cef7889884bd15d4caca8aae61f3b73c29b1e>`_ 2023-01-23 ``Prepare ad hoc provider release for Docker, Cassandra, Papermill (#28999)`` `eaf567545b <https://github.com/apache/airflow/commit/eaf567545b3339c20d2e072fca1d9cdb08c0dec7>`_ 2023-01-18 ``Remove limit for dnspython after eventlet got fixed (#29004)`` `d169df70ec <https://github.com/apache/airflow/commit/d169df70ec0d0dae7cb0e89929f0b4c47d019c50>`_ 2023-01-15 ``Limit dnspython to < 2.3.0 until eventlet incompatibitliy is solved (#28962)`` +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` ================================================================================================= =========== ================================================================================ 3.1.0 @@ -208,6 +230,7 @@ Commit `d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` `510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)`` ================================================================================================= =========== ==================================================================================== 3.0.0 @@ -264,11 +287,14 @@ Commit `f8fd0f7b4c <https://github.com/apache/airflow/commit/f8fd0f7b4ca6cb52307be4323028bf4e409566e7>`_ 2022-01-13 ``Explain stub files are introduced for Mypy errors in examples (#20827)`` `f77417eb0d <https://github.com/apache/airflow/commit/f77417eb0d3f12e4849d80645325c02a48829278>`_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` `97496ba2b4 <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`47b222f5e1 <https://github.com/apache/airflow/commit/47b222f5e12534d31687b82a4f4ca5afa5a687ab>`_ 2021-12-31 ``Fix JSON formatting in cassandra example (#20605)`` `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `1d04e6eb70 <https://github.com/apache/airflow/commit/1d04e6eb70a4ce60534bff6fcc1e9cdd94288651>`_ 2021-12-30 ``Fix static checks for isort failing in stub files (#20568)`` `485ff6cc64 <https://github.com/apache/airflow/commit/485ff6cc64d8f6a15d8d6a0be50661fe6d04b2d9>`_ 2021-12-29 ``Fix MyPy errors in Apache Providers (#20422)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` `853576d901 <https://github.com/apache/airflow/commit/853576d9019d2aca8de1d9c587c883dcbe95b46a>`_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` `ae044884d1 <https://github.com/apache/airflow/commit/ae044884d1dacce8dbf47c618f543b58f9ff101f>`_ 2021-11-03 ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)`` +`af4a5e006e <https://github.com/apache/airflow/commit/af4a5e006e4f5c9f203afeac039b22c6adee317f>`_ 2021-10-01 ``Remove cargo-culted local in-page ToCs (#18668)`` ================================================================================================= =========== ============================================================================== 2.1.0 @@ -281,6 +307,8 @@ Commit ================================================================================================= =========== ======================================================================== `840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`_ 2021-09-30 ``Update documentation for September providers release (#18613)`` `4f1616392e <https://github.com/apache/airflow/commit/4f1616392ec2ba66ceb15d2b92b8b9c0d5b87fd2>`_ 2021-09-30 ``Adding a default conn ID value for Apache Cassandra sensors (#18620)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ======================================================================== 2.0.1 @@ -313,6 +341,7 @@ Commit `cbf8001d76 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` `1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_ 2021-06-15 ``More documentation update for June providers release (#16405)`` `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`1e647029e4 <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` `37681bca00 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` `807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` `40a2476a5d <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` @@ -325,15 +354,16 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` `5090fb0c89 <https://github.com/apache/airflow/commit/5090fb0c8967d2d8719c6f4a468f2151395b5444>`_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= 1.0.0 ..... @@ -348,6 +378,8 @@ Commit `9b39f24780 <https://github.com/apache/airflow/commit/9b39f24780e85f859236672e9060b2fbeee81b36>`_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` `bd90136aaf <https://github.com/apache/airflow/commit/bd90136aaf5035e3234fe545b79a3e4aad21efe2>`_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` `2037303eef <https://github.com/apache/airflow/commit/2037303eef93fd36ab13746b045d1c1fee6aa143>`_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`de3b1e687b <https://github.com/apache/airflow/commit/de3b1e687b26c524c6909b7b4dfbb60d25019751>`_ 2020-11-28 ``Move connection guides to provider documentation packages (#12653)`` +`f2569de7d1 <https://github.com/apache/airflow/commit/f2569de7d1a7b100774f397a641e977c307cbb91>`_ 2020-11-22 ``Add example DAGs to provider docs (#12528)`` `c34ef853c8 <https://github.com/apache/airflow/commit/c34ef853c890e08f5468183c03dc8f3f3ce84af2>`_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` `0080354502 <https://github.com/apache/airflow/commit/00803545023b096b8db4fbd6eb473843096d7ce4>`_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` `ae7cb4a1e2 <https://github.com/apache/airflow/commit/ae7cb4a1e2a96351f1976cf5832615e24863e05d>`_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)``
docs/apache-airflow-providers-apache-cassandra/index.rst+3 −3 modified@@ -76,7 +76,7 @@ apache-airflow-providers-apache-cassandra package `Apache Cassandra <https://cassandra.apache.org/>`__. -Release: 3.6.0 +Release: 3.7.0 Provider package ---------------- @@ -94,11 +94,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ==================== ================== PIP package Version required ==================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``cassandra-driver`` ``>=3.29.1`` ==================== ==================
docs/apache-airflow-providers-apache-drill/commits.rst+17 −1 modified@@ -35,14 +35,30 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`320bb38d3f <https://github.com/apache/airflow/commit/320bb38d3f91da1a1a208cc735b91d9a2a533b71>`_ 2024-12-09 ``Remove provider deprecations in Apache Drill (#44575)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +================================================================================================= =========== ===================================================================== + 2.8.1 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `d8c7d28411 <https://github.com/apache/airflow/commit/d8c7d28411bea04ae5771fc1e2973d92eb0a144e>`_ 2024-10-30 ``Start porting DAG definition code to the Task SDK (#43076)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)``
docs/apache-airflow-providers-apache-drill/index.rst+5 −5 modified@@ -76,7 +76,7 @@ apache-airflow-providers-apache-drill package `Apache Drill <https://drill.apache.org/>`__. -Release: 2.8.1 +Release: 3.0.0 Provider package ---------------- @@ -94,12 +94,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ================== PIP package Version required ======================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``sqlalchemy-drill`` ``>=1.1.0`` ======================================= ================== @@ -129,5 +129,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-apache-drill 2.8.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-2.8.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-2.8.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-2.8.1.tar.gz.sha512>`__) -* `The apache-airflow-providers-apache-drill 2.8.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-2.8.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-2.8.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-2.8.1-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-apache-drill 3.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-3.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-3.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-3.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-apache-drill 3.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-3.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-3.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_drill-3.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-apache-druid/commits.rst+18 −1 modified@@ -35,14 +35,31 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`69251624a6 <https://github.com/apache/airflow/commit/69251624a6bcf3b7c16c254435009e28a35c2b34>`_ 2024-12-07 ``Deprecated DruidCheckOperator (#44765)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`123dadda0e <https://github.com/apache/airflow/commit/123dadda0e0648ef1412053d1743128333eecb63>`_ 2024-11-15 ``Rename execution_date to logical_date across codebase (#43902)`` +================================================================================================= =========== ===================================================================== + 3.12.1 ...... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` ================================================================================================= =========== ========================================================================================
docs/apache-airflow-providers-apache-druid/index.rst+5 −5 modified@@ -76,7 +76,7 @@ apache-airflow-providers-apache-druid package `Apache Druid <https://druid.apache.org/>`__. -Release: 3.12.1 +Release: 4.0.0 Provider package ---------------- @@ -94,12 +94,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ================== PIP package Version required ======================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``pydruid`` ``>=0.4.1`` ======================================= ================== @@ -130,5 +130,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-apache-druid 3.12.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-3.12.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-3.12.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-3.12.1.tar.gz.sha512>`__) -* `The apache-airflow-providers-apache-druid 3.12.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-3.12.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-3.12.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-3.12.1-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-apache-druid 4.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-4.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-4.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-4.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-apache-druid 4.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-4.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-4.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_druid-4.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-apache-flink/commits.rst+31 −8 modified@@ -35,16 +35,33 @@ For high-level changelog, see :doc:`package information including changelog <ind +1.6.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 1.5.1 ..... -Latest change: 2024-08-25 +Latest change: 2024-09-21 -================================================================================================= =========== ============================= +================================================================================================= =========== ======================================================= Commit Committed Subject -================================================================================================= =========== ============================= +================================================================================================= =========== ======================================================= +`7628d47d04 <https://github.com/apache/airflow/commit/7628d47d0481966d9a9b25dfd4870b7a6797ebbf>`_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` `1613e9ec1c <https://github.com/apache/airflow/commit/1613e9ec1c4e5523953e045c8adcef1b9d4ce95d>`_ 2024-08-25 ``remove soft_fail (#41710)`` -================================================================================================= =========== ============================= +================================================================================================= =========== ======================================================= 1.5.0 ..... @@ -121,6 +138,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -163,6 +182,7 @@ Commit `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `af0a4a0698 <https://github.com/apache/airflow/commit/af0a4a0698040c1b61cdeafc135d99dcb182c9ef>`_ 2023-08-21 ``Simplify conditions on len() in providers/apache (#33564)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `09d4718d3a <https://github.com/apache/airflow/commit/09d4718d3a46aecf3355d14d3d23022002f4a818>`_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` @@ -193,6 +213,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` @@ -210,15 +231,17 @@ Commit `fcd3c0149f <https://github.com/apache/airflow/commit/fcd3c0149f17b364dfb94c0523d23e3145976bbe>`_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` `68412e1664 <https://github.com/apache/airflow/commit/68412e166414cbf6228385e1e118ec0939857496>`_ 2023-02-23 ``Make cncf.kubernetes required for flink provider (#29710)`` `9aa873ad69 <https://github.com/apache/airflow/commit/9aa873ad697f31601f81c53b788e564ac479e4ee>`_ 2023-02-22 ``Add more precise optional dependency to cncf.kubernetes from flink (#29707)`` +`efe80857b8 <https://github.com/apache/airflow/commit/efe80857b82b6f2781257ab8e717c6defdc0ce10>`_ 2023-01-11 ``change spark to flink in Flink provider doc (#28855)`` ================================================================================================= =========== =============================================================================== 1.0.0 ..... -Latest change: 2022-12-21 +Latest change: 2023-01-02 -================================================================================================= =========== ======================================= +================================================================================================= =========== ======================================================== Commit Committed Subject -================================================================================================= =========== ======================================= +================================================================================================= =========== ======================================================== +`5246c009c5 <https://github.com/apache/airflow/commit/5246c009c557b4f6bdf1cd62bf9b89a2da63f630>`_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` `681835a67c <https://github.com/apache/airflow/commit/681835a67c89784944f41fce86099bcb2c3a0614>`_ 2022-12-21 ``Add Flink on K8s Operator (#28512)`` -================================================================================================= =========== ======================================= +================================================================================================= =========== ========================================================
docs/apache-airflow-providers-apache-flink/index.rst+5 −5 modified@@ -68,7 +68,7 @@ apache-airflow-providers-apache-flink package `Apache Flink <https://flink.apache.org/>`__ -Release: 1.5.1 +Release: 1.6.0 Provider package ---------------- @@ -86,12 +86,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ============================================ ================== PIP package Version required ============================================ ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``cryptography`` ``>=41.0.0`` ``apache-airflow-providers-cncf-kubernetes`` ``>=5.1.0`` ============================================ ================== @@ -121,5 +121,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-apache-flink 1.5.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.5.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.5.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.5.1.tar.gz.sha512>`__) -* `The apache-airflow-providers-apache-flink 1.5.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.5.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.5.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.5.1-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-apache-flink 1.6.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.6.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.6.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.6.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-apache-flink 1.6.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.6.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.6.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_flink-1.6.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-apache-hdfs/commits.rst+38 −7 modified@@ -36,14 +36,30 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.7.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`5b898ad63c <https://github.com/apache/airflow/commit/5b898ad63cb0e59308082bcc998b2947ac2422b6>`_ 2024-12-03 ``Add mTLS support to WebHDFSHook (#44561)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`28d0a7e90a <https://github.com/apache/airflow/commit/28d0a7e90a5a56bc20ba582a0af355f53504aa28>`_ 2024-11-12 ``Fix CI ruff format static checks (#43908)`` +================================================================================================= =========== ==================================================================== + 4.6.0 ..... -Latest change: 2024-10-17 +Latest change: 2024-10-27 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`78ff0a9970 <https://github.com/apache/airflow/commit/78ff0a99700125121b7f0647023503750f14a11b>`_ 2024-10-27 ``Prepare docs for Oct 2nd wave of providers (#43409)`` `571cf09e24 <https://github.com/apache/airflow/commit/571cf09e242a388a2cd222d21498c5695ca2d24c>`_ 2024-10-17 ``Fixed failing static checks & provider tests (#43122)`` `3b9e1569d3 <https://github.com/apache/airflow/commit/3b9e1569d3a724aafea2918100383afa8a2662e0>`_ 2024-10-17 ``added MultipleFilesWebHdfsSensor (#43045)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` @@ -179,6 +195,8 @@ Commit `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` `3b8db612ff <https://github.com/apache/airflow/commit/3b8db612ff39abbf9e965081c859e9e439ed832d>`_ 2023-11-07 ``Add information about Qubole removal and make it possible to release it (#35492)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -212,6 +230,7 @@ Commit `a54c2424df <https://github.com/apache/airflow/commit/a54c2424df51bf1acec420f4792a237dabcfa12b>`_ 2023-08-23 ``Fix typos (double words and it's/its) (#33623)`` `c645d8e40c <https://github.com/apache/airflow/commit/c645d8e40c167ea1f6c332cdc3ea0ca5a9363205>`_ 2023-08-12 ``D401 Support - Providers: Airbyte to Atlassian (Inclusive) (#33354)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -245,6 +264,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `9a8c2044bd <https://github.com/apache/airflow/commit/9a8c2044bd0dab209c1e4cbf11d59297664dab08>`_ 2023-05-15 ``Remove snakebite-py3 based HDFS hooks and sensors (#31262)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` @@ -257,12 +277,14 @@ Commit Latest change: 2023-04-02 -================================================================================================= =========== ========================================================== +================================================================================================= =========== =============================================================================== Commit Committed Subject -================================================================================================= =========== ========================================================== +================================================================================================= =========== =============================================================================== `55dbf1ff1f <https://github.com/apache/airflow/commit/55dbf1ff1fb0b22714f695a66f6108b3249d1199>`_ 2023-04-02 ``Prepare docs for April 2023 wave of Providers (#30378)`` `e141699c8a <https://github.com/apache/airflow/commit/e141699c8a2cf36c583da48a3f026a6f1dbd765a>`_ 2023-03-27 ``Fix HDFSHook HAClient is invalid (#30164)`` -================================================================================================= =========== ========================================================== +`0a4184e34c <https://github.com/apache/airflow/commit/0a4184e34c1d83ad25c61adc23b838e994fc43f1>`_ 2023-02-19 ``Add note about workaround to potential error with argparse to hdfs (#29614)`` +`2b92c3c74d <https://github.com/apache/airflow/commit/2b92c3c74d3259ebac714f157c525836f0af50f0>`_ 2023-01-05 ``Fix providers documentation formatting (#28754)`` +================================================================================================= =========== =============================================================================== 3.2.0 ..... @@ -301,6 +323,7 @@ Latest change: 2022-07-13 Commit Committed Subject ================================================================================================= =========== ================================================================== `d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` +`6476afda20 <https://github.com/apache/airflow/commit/6476afda208eb6aabd58cc00db8328451c684200>`_ 2022-07-06 ``Fix docs build errors for Sphinx 5 (#24870)`` `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` `510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` `d8ec1ec8ec <https://github.com/apache/airflow/commit/d8ec1ec8ecae64dbe8591496e8bec71d5e3ca25a>`_ 2022-06-28 ``'WebHDFSHook' Bugfix/optional port (#24550)`` @@ -359,6 +382,7 @@ Commit `97496ba2b4 <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `485ff6cc64 <https://github.com/apache/airflow/commit/485ff6cc64d8f6a15d8d6a0be50661fe6d04b2d9>`_ 2021-12-29 ``Fix MyPy errors in Apache Providers (#20422)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` ================================================================================================= =========== ========================================================================= 2.2.0 @@ -371,6 +395,9 @@ Commit ================================================================================================= =========== ====================================================================== `853576d901 <https://github.com/apache/airflow/commit/853576d9019d2aca8de1d9c587c883dcbe95b46a>`_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` `1b97d654ae <https://github.com/apache/airflow/commit/1b97d654aee5577e41e8e7a4112daafbc55493b8>`_ 2021-11-24 ``hdfs provider: restore HA support for webhdfs (#19711)`` +`04458b6089 <https://github.com/apache/airflow/commit/04458b608902346b74637386744b7aad2729f2f0>`_ 2021-10-29 ``Updating Apache HDFS title in index doc (#19169)`` +`d5a029e119 <https://github.com/apache/airflow/commit/d5a029e119eb50e78b5144e5405f2b249d5e4435>`_ 2021-10-19 ``Document 'hdfs_namenode_principal' for HDFS connections (#18987)`` +`af4a5e006e <https://github.com/apache/airflow/commit/af4a5e006e4f5c9f203afeac039b22c6adee317f>`_ 2021-10-01 ``Remove cargo-culted local in-page ToCs (#18668)`` ================================================================================================= =========== ====================================================================== 2.1.1 @@ -383,6 +410,9 @@ Commit ================================================================================================= =========== ==================================================================== `840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`_ 2021-09-30 ``Update documentation for September providers release (#18613)`` `2b62a75a34 <https://github.com/apache/airflow/commit/2b62a75a34d44ac7d9ed83c02421ff4867875577>`_ 2021-09-18 ``fix get_connections deprecation warning in webhdfs hook (#18331)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` +`eda8a51f9c <https://github.com/apache/airflow/commit/eda8a51f9c14cc537378dbc7e493e3d00cac694f>`_ 2021-08-31 ``Fix docs about login for hdfs connections (#17936)`` ================================================================================================= =========== ==================================================================== 2.1.0 @@ -428,16 +458,17 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `a9ac2b040b <https://github.com/apache/airflow/commit/a9ac2b040b64de1aa5d9c2b9def33334e36a8d22>`_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` `5090fb0c89 <https://github.com/apache/airflow/commit/5090fb0c8967d2d8719c6f4a468f2151395b5444>`_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= 1.0.0 .....
docs/apache-airflow-providers-apache-hdfs/index.rst+3 −3 modified@@ -65,7 +65,7 @@ apache-airflow-providers-apache-hdfs package and `WebHDFS <https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html>`__. -Release: 4.6.0 +Release: 4.7.0 Provider package ---------------- @@ -83,12 +83,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================================= ========================================= PIP package Version required ================================= ========================================= -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``hdfs[avro,dataframe,kerberos]`` ``>=2.5.4; python_version < "3.12"`` ``hdfs[avro,dataframe,kerberos]`` ``>=2.7.3; python_version >= "3.12"`` ``pandas`` ``>=2.1.2,<2.2; python_version >= "3.9"``
docs/apache-airflow-providers-apache-hive/commits.rst+18 −1 modified@@ -35,14 +35,31 @@ For high-level changelog, see :doc:`package information including changelog <ind +9.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`8bbba50d4a <https://github.com/apache/airflow/commit/8bbba50d4a87f8c944465cded15f537b588076ac>`_ 2024-12-07 ``Remove deprecations from Apache hive Provider (#44715)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`123dadda0e <https://github.com/apache/airflow/commit/123dadda0e0648ef1412053d1743128333eecb63>`_ 2024-11-15 ``Rename execution_date to logical_date across codebase (#43902)`` +================================================================================================= =========== ===================================================================== + 8.2.1 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `229c6a3e46 <https://github.com/apache/airflow/commit/229c6a3e4673db03119c78828e546ebae272ef75>`_ 2024-11-02 ``Explain how to use uv with airflow virtualenv and make it works (#43604)`` `51f9e835bf <https://github.com/apache/airflow/commit/51f9e835bf4e40e418f9f45a510a639068b08fa2>`_ 2024-10-30 ``Move 'uncompress_file' function from 'airflow.utils' to Hive provider (#43526)``
docs/apache-airflow-providers-apache-hive/index.rst+5 −5 modified@@ -79,7 +79,7 @@ apache-airflow-providers-apache-hive package `Apache Hive <https://hive.apache.org/>`__ -Release: 8.2.1 +Release: 9.0.0 Provider package ---------------- @@ -97,12 +97,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ========================================= PIP package Version required ======================================= ========================================= -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``hmsclient`` ``>=0.1.0`` ``pandas`` ``>=2.1.2,<2.2; python_version >= "3.9"`` @@ -143,5 +143,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-apache-hive 8.2.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-8.2.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-8.2.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-8.2.1.tar.gz.sha512>`__) -* `The apache-airflow-providers-apache-hive 8.2.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-8.2.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-8.2.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-8.2.1-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-apache-hive 9.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-apache-hive 9.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_hive-9.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-apache-iceberg/commits.rst+18 −1 modified@@ -35,19 +35,36 @@ For high-level changelog, see :doc:`package information including changelog <ind +1.2.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 1.1.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` `d23881c648 <https://github.com/apache/airflow/commit/d23881c6489916113921dcedf85077441b44aaf3>`_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` `09a7bd1d58 <https://github.com/apache/airflow/commit/09a7bd1d585d2d306dd30435689f22b614fe0abf>`_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` `6e5ae26382 <https://github.com/apache/airflow/commit/6e5ae26382b328e88907e8301d4b2352ef8524c5>`_ 2024-06-22 ``Prepare docs 2nd wave June 2024 (#40273)`` `478ac9cb87 <https://github.com/apache/airflow/commit/478ac9cb87ca75ed5eaf307764dd6a0ba9790233>`_ 2024-05-26 ``Update Iceberg provider name in provider.yaml (#39846)`` +`655bb601fe <https://github.com/apache/airflow/commit/655bb601fe78e148ad183730930db196a63e4b1a>`_ 2024-05-20 ``docs: fix typo in iceberg dags (#39705)`` ================================================================================================= =========== ======================================================================= 1.0.0
docs/apache-airflow-providers-apache-iceberg/index.rst+3 −3 modified@@ -73,7 +73,7 @@ apache-airflow-providers-apache-iceberg package `Iceberg <https://iceberg.apache.org/>`__ -Release: 1.1.0 +Release: 1.2.0 Provider package ---------------- @@ -91,10 +91,10 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ================== ==================
docs/apache-airflow-providers-apache-impala/commits.rst+13 −1 modified@@ -35,14 +35,26 @@ For high-level changelog, see :doc:`package information including changelog <ind +1.6.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ================================================= +Commit Committed Subject +================================================================================================= =========== ================================================= +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +================================================================================================= =========== ================================================= + 1.5.2 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ========================================================================================
docs/apache-airflow-providers-apache-impala/index.rst+5 −5 modified@@ -75,7 +75,7 @@ apache-airflow-providers-apache-impala package `Apache Impala <https://impala.apache.org/>`__. -Release: 1.5.2 +Release: 1.6.0 Provider package ---------------- @@ -93,14 +93,14 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ================== PIP package Version required ======================================= ================== ``impyla`` ``>=0.18.0,<1.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ======================================= ================== Cross provider package dependencies @@ -128,5 +128,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-apache-impala 1.5.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.5.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.5.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.5.2.tar.gz.sha512>`__) -* `The apache-airflow-providers-apache-impala 1.5.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.5.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.5.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.5.2-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-apache-impala 1.6.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.6.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.6.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.6.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-apache-impala 1.6.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.6.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.6.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_impala-1.6.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-apache-kafka/commits.rst+30 −4 modified@@ -35,14 +35,32 @@ For high-level changelog, see :doc:`package information including changelog <ind +1.7.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`7d05a47def <https://github.com/apache/airflow/commit/7d05a47def9c8f84c7b558cead88da9fa90d9552>`_ 2024-12-08 ``FIX add error_cb to 'confluent.Consumer' config in 'ConsumerFromTopic' (#44307)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 1.6.1 ..... -Latest change: 2024-09-29 +Latest change: 2024-10-09 ================================================================================================= =========== ==================================================================================== Commit Committed Subject ================================================================================================= =========== ==================================================================================== +`2bb8628463 <https://github.com/apache/airflow/commit/2bb862846358d1c5a59b354adb39bc68d5aeae5e>`_ 2024-10-09 ``Prepare docs for Oct 1st adhoc wave of providers (#42862)`` `db1d12c773 <https://github.com/apache/airflow/commit/db1d12c7730d6efedb83a25c7e18971f592970ba>`_ 2024-09-29 ``remove callable functions parameter from kafka operator template_fields (#42555)`` ================================================================================================= =========== ==================================================================================== @@ -141,6 +159,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `63cc915cd3 <https://github.com/apache/airflow/commit/63cc915cd38a5034df6bf9c618e12f8690eeade0>`_ 2023-10-31 ``Switch from Black to Ruff formatter (#35287)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` @@ -163,6 +183,7 @@ Commit `a54c2424df <https://github.com/apache/airflow/commit/a54c2424df51bf1acec420f4792a237dabcfa12b>`_ 2023-08-23 ``Fix typos (double words and it's/its) (#33623)`` `c645d8e40c <https://github.com/apache/airflow/commit/c645d8e40c167ea1f6c332cdc3ea0ca5a9363205>`_ 2023-08-12 ``D401 Support - Providers: Airbyte to Atlassian (Inclusive) (#33354)`` `c9d0fcd967 <https://github.com/apache/airflow/commit/c9d0fcd967cf21ea8373662c3686a5c8468eaae0>`_ 2023-08-12 ``Fixes the Kafka provider's max message limit error (#32926) (#33321)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` ================================================================================================= =========== ======================================================================== 1.1.2 @@ -191,6 +212,7 @@ Commit ================================================================================================= =========== ==================================================================== `79bcc2e668 <https://github.com/apache/airflow/commit/79bcc2e668e648098aad6eaa87fe8823c76bc69a>`_ 2023-06-20 ``Prepare RC1 docs for June 2023 wave of Providers (#32001)`` `547f5846bf <https://github.com/apache/airflow/commit/547f5846bfdf9bd973d40be2dd63484329f95dd4>`_ 2023-06-20 ``Add note about dropping Python 3.7 for kafka and impala (#32017)`` +`b5b54cb473 <https://github.com/apache/airflow/commit/b5b54cb4736d3f1d7855a5a049c5f2669859845e>`_ 2023-06-05 ``Fix KafkaBaseHook name in the docs (#31671)`` `dc5bf3fd02 <https://github.com/apache/airflow/commit/dc5bf3fd02c589578209cb0dd5b7d005b1516ae9>`_ 2023-06-02 ``Add discoverability for triggers in provider.yaml (#31576)`` `a473facf6c <https://github.com/apache/airflow/commit/a473facf6c0b36f7d051ecc2d1aa94ba6957468d>`_ 2023-06-01 ``Add D400 pydocstyle check - Apache providers only (#31424)`` `9fa75aaf7a <https://github.com/apache/airflow/commit/9fa75aaf7a391ebf0e6b6949445c060f6de2ceb9>`_ 2023-05-29 ``Remove Python 3.7 support (#30963)`` @@ -207,9 +229,12 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` +`c8b43552dc <https://github.com/apache/airflow/commit/c8b43552dce528cadf7baf010710cb01a97fba3c>`_ 2023-04-24 ``Adding asgiref requirement to the Kafka docs (#30836)`` +`cc170bc58b <https://github.com/apache/airflow/commit/cc170bc58bbc3a23203dd60568235dc0109835f3>`_ 2023-04-24 ``Apache Kafka Provider Docs fixes (#30832)`` `9409446097 <https://github.com/apache/airflow/commit/940944609751e2584b191aa776b6221aa78703d3>`_ 2023-04-24 ``Add cli cmd to list the provider trigger info (#30822)`` `c585ad51c5 <https://github.com/apache/airflow/commit/c585ad51c522c6e9f3bbbf7ae6e0132e25a3a378>`_ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)`` ================================================================================================= =========== ====================================================================================== @@ -219,8 +244,9 @@ Commit Latest change: 2023-04-21 -================================================================================================= =========== ========================================== +================================================================================================= =========== ======================================================== Commit Committed Subject -================================================================================================= =========== ========================================== +================================================================================================= =========== ======================================================== +`e46ce78b66 <https://github.com/apache/airflow/commit/e46ce78b66953146c04de5da00cab6299787adad>`_ 2023-04-21 ``Prepare docs for adhoc release of providers (#30787)`` `522661b6ad <https://github.com/apache/airflow/commit/522661b6ad4479e3c8243b2d2c8a793d1af82c17>`_ 2023-04-21 ``Add provider for Apache Kafka (#30175)`` -================================================================================================= =========== ========================================== +================================================================================================= =========== ========================================================
docs/apache-airflow-providers-apache-kafka/index.rst+3 −3 modified@@ -82,7 +82,7 @@ apache-airflow-providers-apache-kafka package `Apache Kafka <https://kafka.apache.org/>`__ -Release: 1.6.1 +Release: 1.7.0 Provider package ---------------- @@ -100,12 +100,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. =================== ================== PIP package Version required =================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``asgiref`` ``>=2.3.0`` ``confluent-kafka`` ``>=2.3.0`` =================== ==================
docs/apache-airflow-providers-apache-kylin/commits.rst+33 −4 modified@@ -35,14 +35,31 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.8.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 3.7.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` `d23881c648 <https://github.com/apache/airflow/commit/d23881c6489916113921dcedf85077441b44aaf3>`_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` `09a7bd1d58 <https://github.com/apache/airflow/commit/09a7bd1d585d2d306dd30435689f22b614fe0abf>`_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` @@ -124,6 +141,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -143,6 +162,7 @@ Commit `21990ed894 <https://github.com/apache/airflow/commit/21990ed8943ee4dc6e060ee2f11648490c714a3b>`_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -174,10 +194,12 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` `d23a3bbed8 <https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` ================================================================================================= =========== ====================================================================================== 3.1.0 @@ -197,6 +219,7 @@ Commit `d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `96b01a8012 <https://github.com/apache/airflow/commit/96b01a8012d164df7c24c460149d3b79ecad3901>`_ 2022-07-05 ``Remove "bad characters" from our codebase (#24841)`` `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)`` ================================================================================================= =========== ==================================================================================== 3.0.0 @@ -255,12 +278,15 @@ Commit `7c81dc9f04 <https://github.com/apache/airflow/commit/7c81dc9f048e029d27de3dd6958306b6ed7e0fd8>`_ 2021-12-30 ``Fix mypy apache kylin operators (#20595)`` `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` `853576d901 <https://github.com/apache/airflow/commit/853576d9019d2aca8de1d9c587c883dcbe95b46a>`_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` `ae044884d1 <https://github.com/apache/airflow/commit/ae044884d1dacce8dbf47c618f543b58f9ff101f>`_ 2021-11-03 ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)`` `d9567eb106 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` `86a2a19ad2 <https://github.com/apache/airflow/commit/86a2a19ad2bdc87a9ad14bb7fde9313b2d7489bb>`_ 2021-10-17 ``More f-strings (#18855)`` `840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`_ 2021-09-30 ``Update documentation for September providers release (#18613)`` `a458fcc573 <https://github.com/apache/airflow/commit/a458fcc573845ff65244a2dafd204ed70129f3e8>`_ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ====================================================================================== 2.0.1 @@ -290,6 +316,7 @@ Commit `cbf8001d76 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` `1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_ 2021-06-15 ``More documentation update for June providers release (#16405)`` `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`1e647029e4 <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` `dcb8932746 <https://github.com/apache/airflow/commit/dcb89327462cc72dc0146dc77d50a0399bc97f82>`_ 2021-05-15 ``Update KylinHook docstring (#15602)`` `37681bca00 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` `807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` @@ -303,16 +330,17 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `101d561cec <https://github.com/apache/airflow/commit/101d561cec0f9aff45f1a1fbdf01275775fad369>`_ 2020-12-18 ``Fix invalid provider name - Apache Kylin (#13157)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 ..... @@ -325,6 +353,7 @@ Commit `32971a1a2d <https://github.com/apache/airflow/commit/32971a1a2de1db0b4f7442ed26facdf8d3b7a36f>`_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` `b40dffa085 <https://github.com/apache/airflow/commit/b40dffa08547b610162f8cacfa75847f3c4ca364>`_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` `02d94349be <https://github.com/apache/airflow/commit/02d94349be3d201ce9d37d7358573c937fd010df>`_ 2020-11-29 ``Don't use time.time() or timezone.utcnow() for duration calculations (#12353)`` +`f2569de7d1 <https://github.com/apache/airflow/commit/f2569de7d1a7b100774f397a641e977c307cbb91>`_ 2020-11-22 ``Add example DAGs to provider docs (#12528)`` `c34ef853c8 <https://github.com/apache/airflow/commit/c34ef853c890e08f5468183c03dc8f3f3ce84af2>`_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` `0080354502 <https://github.com/apache/airflow/commit/00803545023b096b8db4fbd6eb473843096d7ce4>`_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` `ae7cb4a1e2 <https://github.com/apache/airflow/commit/ae7cb4a1e2a96351f1976cf5832615e24863e05d>`_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)``
docs/apache-airflow-providers-apache-kylin/index.rst+3 −3 modified@@ -76,7 +76,7 @@ apache-airflow-providers-apache-kylin package `Apache Kylin <https://kylin.apache.org/>`__ -Release: 3.7.0 +Release: 3.8.0 Provider package ---------------- @@ -94,11 +94,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``kylinpy`` ``>=2.7.0`` ================== ==================
docs/apache-airflow-providers-apache-livy/commits.rst+40 −8 modified@@ -35,14 +35,30 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`6f1351122d <https://github.com/apache/airflow/commit/6f1351122dfcbefd15d6414aa3e4a8b8416aba6e>`_ 2024-12-03 ``Remove Provider Deprecations in Apache Livy (#44631)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +================================================================================================= =========== ===================================================================== + 3.9.2 ..... -Latest change: 2024-10-15 +Latest change: 2024-10-27 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`78ff0a9970 <https://github.com/apache/airflow/commit/78ff0a99700125121b7f0647023503750f14a11b>`_ 2024-10-27 ``Prepare docs for Oct 2nd wave of providers (#43409)`` `c941484066 <https://github.com/apache/airflow/commit/c9414840660f58996cd86351538e6ac77afd696b>`_ 2024-10-15 ``pin in providers (#43001)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== @@ -142,6 +158,7 @@ Commit `6937ae7647 <https://github.com/apache/airflow/commit/6937ae76476b3bc869ef912d000bcc94ad642db1>`_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` `eac3d95584 <https://github.com/apache/airflow/commit/eac3d95584e7826044d8550b806093aa9eb4a521>`_ 2023-12-29 ``remove unnecessary templated filed (#36490)`` `9b5d6bfe27 <https://github.com/apache/airflow/commit/9b5d6bfe273cf6af0972e28ff97f99ea325cd991>`_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` +`1ab7b08f7d <https://github.com/apache/airflow/commit/1ab7b08f7d9ab329538999e7717367dbbd07383b>`_ 2023-12-25 ``Add Apache Livy connection documentation (#36412)`` `b15d5578da <https://github.com/apache/airflow/commit/b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c>`_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` ================================================================================================= =========== ================================================================================== @@ -159,6 +176,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -204,6 +223,7 @@ Commit `32feab4100 <https://github.com/apache/airflow/commit/32feab41006897de182bfa684813be230027aca1>`_ 2023-08-22 ``Refactor: Simplify code in Apache/Alibaba providers (#33227)`` `af0a4a0698 <https://github.com/apache/airflow/commit/af0a4a0698040c1b61cdeafc135d99dcb182c9ef>`_ 2023-08-21 ``Simplify conditions on len() in providers/apache (#33564)`` `c645d8e40c <https://github.com/apache/airflow/commit/c645d8e40c167ea1f6c332cdc3ea0ca5a9363205>`_ 2023-08-12 ``D401 Support - Providers: Airbyte to Atlassian (Inclusive) (#33354)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` ================================================================================================= =========== ======================================================================= 3.5.2 @@ -251,11 +271,13 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` `9409446097 <https://github.com/apache/airflow/commit/940944609751e2584b191aa776b6221aa78703d3>`_ 2023-04-24 ``Add cli cmd to list the provider trigger info (#30822)`` `c585ad51c5 <https://github.com/apache/airflow/commit/c585ad51c522c6e9f3bbbf7ae6e0132e25a3a378>`_ 2023-04-22 ``Upgrade ruff to 0.0.262 (#30809)`` +`eab0e5ac43 <https://github.com/apache/airflow/commit/eab0e5ac439b3fa8f1f25ca9cb49d1933770c6e8>`_ 2023-04-05 ``Add docs for livy deferrable operator (#30397)`` `d23a3bbed8 <https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` ================================================================================================= =========== ====================================================================================== @@ -277,14 +299,15 @@ Commit Latest change: 2023-03-03 -================================================================================================= =========== ================================================================== +================================================================================================= =========== ===================================================================== Commit Committed Subject -================================================================================================= =========== ================================================================== +================================================================================================= =========== ===================================================================== `fcd3c0149f <https://github.com/apache/airflow/commit/fcd3c0149f17b364dfb94c0523d23e3145976bbe>`_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` `47ebe99972 <https://github.com/apache/airflow/commit/47ebe99972b2cc3cc007460e28461b1676c03706>`_ 2023-02-22 ``Add Livy Operator with deferrable mode (#29047)`` `911b708ffd <https://github.com/apache/airflow/commit/911b708ffddd4e7cb6aaeac84048291891eb0f1f>`_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` `2b92c3c74d <https://github.com/apache/airflow/commit/2b92c3c74d3259ebac714f157c525836f0af50f0>`_ 2023-01-05 ``Fix providers documentation formatting (#28754)`` -================================================================================================= =========== ================================================================== +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` +================================================================================================= =========== ===================================================================== 3.2.0 ..... @@ -318,6 +341,7 @@ Commit `d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` `510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)`` ================================================================================================= =========== ================================================================== 3.0.0 @@ -387,10 +411,13 @@ Commit `97496ba2b4 <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `485ff6cc64 <https://github.com/apache/airflow/commit/485ff6cc64d8f6a15d8d6a0be50661fe6d04b2d9>`_ 2021-12-29 ``Fix MyPy errors in Apache Providers (#20422)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` `853576d901 <https://github.com/apache/airflow/commit/853576d9019d2aca8de1d9c587c883dcbe95b46a>`_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` `ae044884d1 <https://github.com/apache/airflow/commit/ae044884d1dacce8dbf47c618f543b58f9ff101f>`_ 2021-11-03 ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)`` `d9567eb106 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` `86a2a19ad2 <https://github.com/apache/airflow/commit/86a2a19ad2bdc87a9ad14bb7fde9313b2d7489bb>`_ 2021-10-17 ``More f-strings (#18855)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ============================================================================== 2.1.0 @@ -424,17 +451,20 @@ Commit `cbf8001d76 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` `1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_ 2021-06-15 ``More documentation update for June providers release (#16405)`` `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`1e647029e4 <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` `37681bca00 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` ================================================================================================= =========== ======================================================================================== 1.1.0 ..... -Latest change: 2021-04-06 +Latest change: 2021-04-07 ================================================================================================= =========== ============================================================================= Commit Committed Subject ================================================================================================= =========== ============================================================================= +`4e018a870c <https://github.com/apache/airflow/commit/4e018a870ccdece6b0985db0c8ae68d10ae1d055>`_ 2021-04-07 ``Refreshed provider's upcoming release with k8s retries (#15239)`` `042be2e4e0 <https://github.com/apache/airflow/commit/042be2e4e06b988f5ba2dc146f53774dabc8b76b>`_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` `68e4c4dcb0 <https://github.com/apache/airflow/commit/68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8>`_ 2021-03-20 ``Remove Backport Providers (#14886)`` `70731073d0 <https://github.com/apache/airflow/commit/70731073d0509ac44777624c03cd9eeae71e6fea>`_ 2021-03-17 ``Extend HTTP extra_options to LivyHook and operator (#14816)`` @@ -446,15 +476,16 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 ..... @@ -467,6 +498,7 @@ Commit `32971a1a2d <https://github.com/apache/airflow/commit/32971a1a2de1db0b4f7442ed26facdf8d3b7a36f>`_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` `b40dffa085 <https://github.com/apache/airflow/commit/b40dffa08547b610162f8cacfa75847f3c4ca364>`_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` `9b39f24780 <https://github.com/apache/airflow/commit/9b39f24780e85f859236672e9060b2fbeee81b36>`_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`f2569de7d1 <https://github.com/apache/airflow/commit/f2569de7d1a7b100774f397a641e977c307cbb91>`_ 2020-11-22 ``Add example DAGs to provider docs (#12528)`` `c34ef853c8 <https://github.com/apache/airflow/commit/c34ef853c890e08f5468183c03dc8f3f3ce84af2>`_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` `0080354502 <https://github.com/apache/airflow/commit/00803545023b096b8db4fbd6eb473843096d7ce4>`_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` `ae7cb4a1e2 <https://github.com/apache/airflow/commit/ae7cb4a1e2a96351f1976cf5832615e24863e05d>`_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)``
docs/apache-airflow-providers-apache-livy/index.rst+5 −5 modified@@ -76,7 +76,7 @@ apache-airflow-providers-apache-livy package `Apache Livy <https://livy.apache.org/>`__ -Release: 3.9.2 +Release: 4.0.0 Provider package ---------------- @@ -94,12 +94,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================================= ================== PIP package Version required ================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-http`` ``aiohttp`` ``>=3.9.2`` ``asgiref`` ``>=2.3.0`` @@ -130,5 +130,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-apache-livy 3.9.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-3.9.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-3.9.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-3.9.2.tar.gz.sha512>`__) -* `The apache-airflow-providers-apache-livy 3.9.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-3.9.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-3.9.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-3.9.2-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-apache-livy 4.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-apache-livy 4.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_livy-4.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-apache-pig/commits.rst+34 −4 modified@@ -35,14 +35,31 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.6.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 4.5.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` `d23881c648 <https://github.com/apache/airflow/commit/d23881c6489916113921dcedf85077441b44aaf3>`_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` `09a7bd1d58 <https://github.com/apache/airflow/commit/09a7bd1d585d2d306dd30435689f22b614fe0abf>`_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` @@ -102,6 +119,8 @@ Commit `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` `3b8db612ff <https://github.com/apache/airflow/commit/3b8db612ff39abbf9e965081c859e9e439ed832d>`_ 2023-11-07 ``Add information about Qubole removal and make it possible to release it (#35492)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -134,6 +153,7 @@ Commit `6d182beec6 <https://github.com/apache/airflow/commit/6d182beec6e86b372c37fb164a31c2f8811d8c03>`_ 2023-08-26 ``Use a single statement with multiple contexts instead of nested statements in providers (#33768)`` `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -164,10 +184,13 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` `d23a3bbed8 <https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +`2b92c3c74d <https://github.com/apache/airflow/commit/2b92c3c74d3259ebac714f157c525836f0af50f0>`_ 2023-01-05 ``Fix providers documentation formatting (#28754)`` +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` ================================================================================================= =========== ====================================================================================== 4.0.0 @@ -188,6 +211,7 @@ Commit `d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` `510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)`` ================================================================================================= =========== ==================================================================================== 3.0.0 @@ -246,8 +270,11 @@ Commit `a1d457a77c <https://github.com/apache/airflow/commit/a1d457a77c2027d02f3d40825bc04479b4b0dc58>`_ 2021-12-30 ``Fix mypy errors in apache/drill/operators and /apache/pig/operators (#20597)`` `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` `853576d901 <https://github.com/apache/airflow/commit/853576d9019d2aca8de1d9c587c883dcbe95b46a>`_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` `ae044884d1 <https://github.com/apache/airflow/commit/ae044884d1dacce8dbf47c618f543b58f9ff101f>`_ 2021-11-03 ``Cleanup of start_date and default arg use for Apache example DAGs (#18657)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ================================================================================ 2.0.1 @@ -277,6 +304,7 @@ Commit `cbf8001d76 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` `1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_ 2021-06-15 ``More documentation update for June providers release (#16405)`` `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`1e647029e4 <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` `37681bca00 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` `807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` `40a2476a5d <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` @@ -289,15 +317,16 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` `5090fb0c89 <https://github.com/apache/airflow/commit/5090fb0c8967d2d8719c6f4a468f2151395b5444>`_ 2020-12-15 ``Add script to generate integrations.json (#13073)`` -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= 1.0.0 ..... @@ -311,6 +340,7 @@ Commit `b40dffa085 <https://github.com/apache/airflow/commit/b40dffa08547b610162f8cacfa75847f3c4ca364>`_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` `9b39f24780 <https://github.com/apache/airflow/commit/9b39f24780e85f859236672e9060b2fbeee81b36>`_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` `2037303eef <https://github.com/apache/airflow/commit/2037303eef93fd36ab13746b045d1c1fee6aa143>`_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`f2569de7d1 <https://github.com/apache/airflow/commit/f2569de7d1a7b100774f397a641e977c307cbb91>`_ 2020-11-22 ``Add example DAGs to provider docs (#12528)`` `c34ef853c8 <https://github.com/apache/airflow/commit/c34ef853c890e08f5468183c03dc8f3f3ce84af2>`_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` `0080354502 <https://github.com/apache/airflow/commit/00803545023b096b8db4fbd6eb473843096d7ce4>`_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` `ae7cb4a1e2 <https://github.com/apache/airflow/commit/ae7cb4a1e2a96351f1976cf5832615e24863e05d>`_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)``
docs/apache-airflow-providers-apache-pig/index.rst+3 −3 modified@@ -75,7 +75,7 @@ apache-airflow-providers-apache-pig package `Apache Pig <https://pig.apache.org/>`__ -Release: 4.5.0 +Release: 4.6.0 Provider package ---------------- @@ -93,10 +93,10 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ================== ==================
docs/apache-airflow-providers-apache-pinot/commits.rst+16 −1 modified@@ -35,14 +35,29 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.6.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +================================================================================================= =========== ===================================================================== + 4.5.1 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ========================================================================================
docs/apache-airflow-providers-apache-pinot/index.rst+5 −5 modified@@ -69,7 +69,7 @@ apache-airflow-providers-apache-pinot package `Apache Pinot <https://pinot.apache.org/>`__ -Release: 4.5.1 +Release: 4.6.0 Provider package ---------------- @@ -87,12 +87,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ================== PIP package Version required ======================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``pinotdb`` ``>=5.1.0`` ======================================= ================== @@ -122,5 +122,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-apache-pinot 4.5.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.5.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.5.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.5.1.tar.gz.sha512>`__) -* `The apache-airflow-providers-apache-pinot 4.5.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.5.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.5.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.5.1-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-apache-pinot 4.6.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.6.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.6.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.6.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-apache-pinot 4.6.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.6.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.6.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_pinot-4.6.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-apache-spark/commits.rst+22 −4 modified@@ -35,16 +35,34 @@ For high-level changelog, see :doc:`package information including changelog <ind +5.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`fad4c389ed <https://github.com/apache/airflow/commit/fad4c389ed1975fddc5148787f0f63df9bb7b28a>`_ 2024-12-06 ``Remove deprecated code from apache spark provider (#44567)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`7747b7b021 <https://github.com/apache/airflow/commit/7747b7b021133ea6e43bfc696fb7a6c75643275f>`_ 2024-11-19 ``Fix failing mypy check on 'main' (#44191)`` +`672056f2a6 <https://github.com/apache/airflow/commit/672056f2a690db2c3ec3d32c98264d945b9dcbba>`_ 2024-11-19 ``spark-submit: replace 'principle' by 'principal' (#44150)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +================================================================================================= =========== ===================================================================== + 4.11.3 ...... -Latest change: 2024-10-31 +Latest change: 2024-11-14 -================================================================================================= =========== ============================================== +================================================================================================= =========== ======================================================= Commit Committed Subject -================================================================================================= =========== ============================================== +================================================================================================= =========== ======================================================= +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `06088a3abc <https://github.com/apache/airflow/commit/06088a3abcbb46533e74de360746db766d50cf66>`_ 2024-10-31 ``Standard provider python operator (#42081)`` -================================================================================================= =========== ============================================== +================================================================================================= =========== ======================================================= 4.11.2 ......
docs/apache-airflow-providers-apache-spark/index.rst+5 −5 modified@@ -77,7 +77,7 @@ apache-airflow-providers-apache-spark package `Apache Spark <https://spark.apache.org/>`__ -Release: 4.11.3 +Release: 5.0.0 Provider package ---------------- @@ -95,12 +95,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``pyspark`` ``>=3.1.3`` ``grpcio-status`` ``>=1.59.0`` ================== ================== @@ -131,5 +131,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-apache-spark 4.11.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.11.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.11.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.11.3.tar.gz.sha512>`__) -* `The apache-airflow-providers-apache-spark 4.11.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.11.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.11.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-4.11.3-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-apache-spark 5.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-5.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-5.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-5.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-apache-spark 5.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-5.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-5.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_apache_spark-5.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-apprise/commits.rst+15 −1 modified@@ -35,14 +35,28 @@ For high-level changelog, see :doc:`package information including changelog <ind +2.0.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`7f42a77ca6 <https://github.com/apache/airflow/commit/7f42a77ca6096c147983f8a8bae7db362821e6fb>`_ 2024-12-07 ``Remove Provider Deprecations in Apprise (#44764)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +================================================================================================= =========== ==================================================================== + 1.4.1 ..... -Latest change: 2024-10-09 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` `a5ffbbda17 <https://github.com/apache/airflow/commit/a5ffbbda17450a5c99037b292844087119b5676a>`_ 2024-10-09 ``Standard provider bash operator (#42252)`` `e8a5996891 <https://github.com/apache/airflow/commit/e8a59968918e84a6221cd72cb3a8c6ddb563840c>`_ 2024-08-26 ``Unify DAG schedule args and change default to None (#41453)``
docs/apache-airflow-providers-apprise/index.rst+3 −3 modified@@ -64,7 +64,7 @@ apache-airflow-providers-apprise package `Apprise <https://github.com/caronc/apprise>`__ -Release: 1.4.1 +Release: 2.0.0 Provider package ---------------- @@ -82,11 +82,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apprise`` ``>=1.8.0`` ================== ==================
docs/apache-airflow-providers-arangodb/commits.rst+33 −8 modified@@ -35,14 +35,32 @@ For high-level changelog, see :doc:`package information including changelog <ind +2.7.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ============================================================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================================================ +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`258ef9d1e1 <https://github.com/apache/airflow/commit/258ef9d1e10db32aa5eabf1147464d08904cdd4b>`_ 2024-12-06 ``Added the ArangoDBCollectionOperator that executes collection operations in a ArangoDB database (#44676)`` +`0334901451 <https://github.com/apache/airflow/commit/03349014513114f1eaa413a9831b0027e4fbfa67>`_ 2024-11-29 ``Fix yoda-conditions (#44466)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +`82abd79913 <https://github.com/apache/airflow/commit/82abd7991353ca4fb611129f76ba3f6095d7deb1>`_ 2024-08-27 ``Fix some non-critical pre-commit issues (#41749)`` +================================================================================================= =========== ============================================================================================================ + 2.6.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -108,6 +126,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -138,6 +158,7 @@ Commit `85acbb4ae9 <https://github.com/apache/airflow/commit/85acbb4ae9bc26248ca624fa4d289feccba00836>`_ 2023-08-24 ``Refactor: Remove useless str() calls (#33629)`` `c645d8e40c <https://github.com/apache/airflow/commit/c645d8e40c167ea1f6c332cdc3ea0ca5a9363205>`_ 2023-08-12 ``D401 Support - Providers: Airbyte to Atlassian (Inclusive) (#33354)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -170,6 +191,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` @@ -181,12 +203,14 @@ Commit Latest change: 2023-02-08 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ===================================================================== Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ===================================================================== `ce6ae2457e <https://github.com/apache/airflow/commit/ce6ae2457ef3d9f44f0086b58026909170bbf22a>`_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` `1e9c8e52fd <https://github.com/apache/airflow/commit/1e9c8e52fda95a0a30b3ae298d5d3adc1971ed45>`_ 2023-01-10 ``Fix ArangoDB static checks (#28820)`` -================================================================================================= =========== ======================================================== +`2b92c3c74d <https://github.com/apache/airflow/commit/2b92c3c74d3259ebac714f157c525836f0af50f0>`_ 2023-01-05 ``Fix providers documentation formatting (#28754)`` +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` +================================================================================================= =========== ===================================================================== 2.1.0 ..... @@ -225,10 +249,11 @@ Commit 1.0.0 ..... -Latest change: 2022-04-03 +Latest change: 2022-04-07 -================================================================================================= =========== ===================================== +================================================================================================= =========== ====================================================== Commit Committed Subject -================================================================================================= =========== ===================================== +================================================================================================= =========== ====================================================== +`56ab82ed7a <https://github.com/apache/airflow/commit/56ab82ed7a5c179d024722ccc697b740b2b93b6a>`_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` `c758c76ac3 <https://github.com/apache/airflow/commit/c758c76ac336c054fd17d4b878378aa893b7a979>`_ 2022-04-03 ``Adding ArangoDB Provider (#22548)`` -================================================================================================= =========== ===================================== +================================================================================================= =========== ======================================================
docs/apache-airflow-providers-arangodb/index.rst+3 −3 modified@@ -76,7 +76,7 @@ apache-airflow-providers-arangodb package `ArangoDB <https://www.arangodb.com/>`__ -Release: 2.6.0 +Release: 2.7.0 Provider package ---------------- @@ -94,11 +94,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``python-arango`` ``>=7.3.2`` ================== ==================
docs/apache-airflow-providers-asana/commits.rst+32 −4 modified@@ -35,14 +35,30 @@ For high-level changelog, see :doc:`package information including changelog <ind +2.7.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 2.6.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -109,6 +125,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -140,6 +158,7 @@ Commit ================================================================================================= =========== =============================================================================== `60677b0ba3 <https://github.com/apache/airflow/commit/60677b0ba3c9e81595ec2aa3d4be2737e5b32054>`_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` `679c5b6177 <https://github.com/apache/airflow/commit/679c5b617752e060d3e9259e9ab12f7696805f39>`_ 2023-08-01 ``Limit Asana Python client until provider is adapted to 4.* version (#32995)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -173,10 +192,13 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` `d23a3bbed8 <https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +`2b92c3c74d <https://github.com/apache/airflow/commit/2b92c3c74d3259ebac714f157c525836f0af50f0>`_ 2023-01-05 ``Fix providers documentation formatting (#28754)`` +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` ================================================================================================= =========== ====================================================================================== 2.1.0 @@ -209,6 +231,7 @@ Commit `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` `510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` `9c59831ee7 <https://github.com/apache/airflow/commit/9c59831ee78f14de96421c74986933c494407afa>`_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)`` +`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)`` ================================================================================================= =========== ============================================================================= 2.0.0 @@ -272,10 +295,12 @@ Commit `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` `2fb5e1d0ec <https://github.com/apache/airflow/commit/2fb5e1d0ec306839a3ff21d0bddbde1d022ee8c7>`_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` `dad2f8103b <https://github.com/apache/airflow/commit/dad2f8103be954afaedf15e9d098ee417b0d5d02>`_ 2021-12-15 ``Fix mypy providers (#20190)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` `853576d901 <https://github.com/apache/airflow/commit/853576d9019d2aca8de1d9c587c883dcbe95b46a>`_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` `d9567eb106 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` `840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`_ 2021-09-30 ``Update documentation for September providers release (#18613)`` `ef037e7021 <https://github.com/apache/airflow/commit/ef037e702182e4370cb00c853c4fb0e246a0479c>`_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` ================================================================================================= =========== ====================================================================================== 1.1.0 @@ -302,9 +327,12 @@ Commit Latest change: 2021-06-18 -================================================================================================= =========== ================================================================ +================================================================================================= =========== ==================================================================== Commit Committed Subject -================================================================================================= =========== ================================================================ +================================================================================================= =========== ==================================================================== `bbc627a3da <https://github.com/apache/airflow/commit/bbc627a3dab17ba4cf920dd1a26dbed6f5cebfd1>`_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` +`1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_ 2021-06-15 ``More documentation update for June providers release (#16405)`` +`9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`1e647029e4 <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` `162e3204c0 <https://github.com/apache/airflow/commit/162e3204c000ca2ebdc42b9b90a1873d4362ed6e>`_ 2021-05-17 ``Add Asana Provider (#14521)`` -================================================================================================= =========== ================================================================ +================================================================================================= =========== ====================================================================
docs/apache-airflow-providers-asana/index.rst+3 −3 modified@@ -77,7 +77,7 @@ apache-airflow-providers-asana package `Asana <https://asana.com/>`__ -Release: 2.6.0 +Release: 2.7.0 Provider package ---------------- @@ -95,11 +95,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``asana`` ``>=0.10,<4.0.0`` ================== ==================
docs/apache-airflow-providers-atlassian-jira/commits.rst+15 −1 modified@@ -35,14 +35,28 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.0.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`b2deab7514 <https://github.com/apache/airflow/commit/b2deab7514f0e872885b4c617bf017d0cec70cbc>`_ 2024-12-05 ``Remove Provider Deprecations in Atlassian Jira (#44644)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +================================================================================================= =========== ==================================================================== + 2.7.1 ..... -Latest change: 2024-10-09 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` `a5ffbbda17 <https://github.com/apache/airflow/commit/a5ffbbda17450a5c99037b292844087119b5676a>`_ 2024-10-09 ``Standard provider bash operator (#42252)`` ================================================================================================= =========== ========================================================================================
docs/apache-airflow-providers-atlassian-jira/index.rst+3 −3 modified@@ -69,7 +69,7 @@ apache-airflow-providers-atlassian-jira package `Atlassian Jira <https://www.atlassian.com/software/jira/>`__ -Release: 2.7.1 +Release: 3.0.0 Provider package ---------------- @@ -87,11 +87,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================== ================== PIP package Version required ======================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``atlassian-python-api`` ``>3.41.10`` ======================== ==================
docs/apache-airflow-providers-celery/commits.rst+14 −0 modified@@ -35,6 +35,19 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.9.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ========================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`2b7015e5ff <https://github.com/apache/airflow/commit/2b7015e5ffea79b139b8811db3fa03b93cd6da4d>`_ 2024-12-03 ``AIP-81 Move CLI Commands to directories according to Hybrid, Local and Remote (#44538)`` +`e9f544cc3f <https://github.com/apache/airflow/commit/e9f544cc3fb1ac3d7709b3c54804dd6fdd510eca>`_ 2024-11-28 ``Remove AIP-44 configuration from the code (#44454)`` +================================================================================================= =========== ========================================================================================== + 3.8.5 ..... @@ -43,6 +56,7 @@ Latest change: 2024-11-24 ================================================================================================= =========== ==================================================================== Commit Committed Subject ================================================================================================= =========== ==================================================================== +`f0da8eeab3 <https://github.com/apache/airflow/commit/f0da8eeab3efba4d4e43439db30a273bfd67c9f1>`_ 2024-11-24 ``Prepare docs for Nov 2nd wave of ad hoc providers (#44321)`` `1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` `a41feeb5ae <https://github.com/apache/airflow/commit/a41feeb5aedad842be2b0f954e0be30c767dbc5e>`_ 2024-11-15 ``Re-queue tassk when they are stuck in queued (#43520)`` ================================================================================================= =========== ====================================================================
docs/apache-airflow-providers-celery/index.rst+5 −5 modified@@ -67,7 +67,7 @@ apache-airflow-providers-celery package `Celery <https://docs.celeryq.dev/en/stable/>`__ -Release: 3.8.5 +Release: 3.9.0 Provider package ---------------- @@ -85,12 +85,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ============================== PIP package Version required ================== ============================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``celery[redis]`` ``>=5.3.0,!=5.3.2,!=5.3.3,<6`` ``flower`` ``>=1.0.0`` ``google-re2`` ``>=1.0`` @@ -121,5 +121,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-celery 3.8.5 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.5.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.5.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.5.tar.gz.sha512>`__) -* `The apache-airflow-providers-celery 3.8.5 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.5-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.5-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.8.5-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-celery 3.9.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.9.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.9.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.9.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-celery 3.9.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.9.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.9.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.9.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-cloudant/commits.rst+16 −4 modified@@ -35,16 +35,28 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.1.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ================================================= +Commit Committed Subject +================================================================================================= =========== ================================================= +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +================================================================================================= =========== ================================================= + 4.0.3 ..... -Latest change: 2024-10-29 +Latest change: 2024-11-14 -================================================================================================= =========== ================================== +================================================================================================= =========== ======================================================= Commit Committed Subject -================================================================================================= =========== ================================== +================================================================================================= =========== ======================================================= +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `419d86318f <https://github.com/apache/airflow/commit/419d86318fe33c19d034a73f9ac4c373739f5344>`_ 2024-10-29 ``Bump 'uv' to '0.4.28' (#43451)`` -================================================================================================= =========== ================================== +================================================================================================= =========== ======================================================= 4.0.2 .....
docs/apache-airflow-providers-cloudant/index.rst+3 −3 modified@@ -55,7 +55,7 @@ apache-airflow-providers-cloudant package `IBM Cloudant <https://www.ibm.com/cloud/cloudant>`__ -Release: 4.0.3 +Release: 4.1.0 Provider package ---------------- @@ -73,11 +73,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ===================================== PIP package Version required ================== ===================================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``ibmcloudant`` ``==0.9.1; python_version >= "3.10"`` ================== =====================================
docs/apache-airflow-providers-cncf-kubernetes/commits.rst+21 −0 modified@@ -35,6 +35,26 @@ For high-level changelog, see :doc:`package information including changelog <ind +10.1.0 +...... + +Latest change: 2024-12-18 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`3c111680a8 <https://github.com/apache/airflow/commit/3c111680a837f22659555c9b6647df40d6ead5f0>`_ 2024-12-18 ``fix: Get the pid of xcom command dynamically (#45053)`` +`2a33da0246 <https://github.com/apache/airflow/commit/2a33da0246c811a98d5cdaf0af2bcca0dee8556a>`_ 2024-12-18 ``Remove references to AIRFLOW_V_2_9_PLUS (#44987)`` +`60eced9bca <https://github.com/apache/airflow/commit/60eced9bca4c744dfce5e1f723dc2e23940ab64b>`_ 2024-12-17 ``Add logging support for init containers in KubernetesPodOperator (#42498) (#43853)`` +`89fdc0326a <https://github.com/apache/airflow/commit/89fdc0326a0cf71d8e95155047092102695d00b2>`_ 2024-12-17 ``Compare k8s executor against alias, not full ExecutorName repr (#44967)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`8e2e1fa9f0 <https://github.com/apache/airflow/commit/8e2e1fa9f031edf1249e7d030d59536f74a497cd>`_ 2024-12-14 ``Fix failing KubernetesExecutor (#44931)`` +`8480460da4 <https://github.com/apache/airflow/commit/8480460da45e1e8fe7069ead1d0a936233b2d73a>`_ 2024-12-11 ``Implement KubernetesInstallKueueOperator + (#44568)`` +`490b5e816b <https://github.com/apache/airflow/commit/490b5e816b804f338b0eb97f240ae874d4e15810>`_ 2024-12-10 ``Consistent way of checking Airflow version in providers (#44686)`` +`0334901451 <https://github.com/apache/airflow/commit/03349014513114f1eaa413a9831b0027e4fbfa67>`_ 2024-11-29 ``Fix yoda-conditions (#44466)`` +`335f64c683 <https://github.com/apache/airflow/commit/335f64c6830b3d67028d38e915f2f69cd99ae3fa>`_ 2024-11-28 ``support grouping of log lines for KubernetesPodOperator (#44428)`` +================================================================================================= =========== ====================================================================================== + 10.0.1 ...... @@ -43,6 +63,7 @@ Latest change: 2024-11-24 ================================================================================================= =========== =========================================================================================================================================================== Commit Committed Subject ================================================================================================= =========== =========================================================================================================================================================== +`f0da8eeab3 <https://github.com/apache/airflow/commit/f0da8eeab3efba4d4e43439db30a273bfd67c9f1>`_ 2024-11-24 ``Prepare docs for Nov 2nd wave of ad hoc providers (#44321)`` `1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` `4bce3a353a <https://github.com/apache/airflow/commit/4bce3a353accf8709e69b0e71b72bcf333b2bba6>`_ 2024-11-18 ``Bugfix KubernetesJobOperator.on_kill() by removing unexpected 'job' argument from the k8s job client method 'delete_namespaced_job' invocation (#44131)`` `a41feeb5ae <https://github.com/apache/airflow/commit/a41feeb5aedad842be2b0f954e0be30c767dbc5e>`_ 2024-11-15 ``Re-queue tassk when they are stuck in queued (#43520)``
docs/apache-airflow-providers-cncf-kubernetes/index.rst+3 −3 modified@@ -87,7 +87,7 @@ apache-airflow-providers-cncf-kubernetes package `Kubernetes <https://kubernetes.io/>`__ -Release: 10.0.1 +Release: 10.1.0 Provider package ---------------- @@ -105,13 +105,13 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ====================== ===================== PIP package Version required ====================== ===================== ``aiofiles`` ``>=23.2.0`` -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``asgiref`` ``>=3.5.2`` ``cryptography`` ``>=41.0.0`` ``kubernetes`` ``>=29.0.0,<=31.0.0``
docs/apache-airflow-providers-cohere/commits.rst+17 −1 modified@@ -35,14 +35,29 @@ For high-level changelog, see :doc:`package information including changelog <ind +1.4.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 1.3.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` `d23881c648 <https://github.com/apache/airflow/commit/d23881c6489916113921dcedf85077441b44aaf3>`_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` `09a7bd1d58 <https://github.com/apache/airflow/commit/09a7bd1d585d2d306dd30435689f22b614fe0abf>`_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` @@ -87,6 +102,7 @@ Commit `3400dfe0be <https://github.com/apache/airflow/commit/3400dfe0bec29e6fde06a1ab7a7bc0b381f7c128>`_ 2024-03-21 ``Limit 'cohere' to <5 (#38348)`` `83316b8158 <https://github.com/apache/airflow/commit/83316b81584c9e516a8142778fc509f19d95cc3e>`_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` `5a0be392e6 <https://github.com/apache/airflow/commit/5a0be392e66f8e5426ba3478621115e92fcf245b>`_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` +`f61ffe58d3 <https://github.com/apache/airflow/commit/f61ffe58d3cd0bcb51f6f9036a3acbfa4443d977>`_ 2024-02-11 ``Remove extra package headers in provider indexes (#37324)`` ================================================================================================= =========== ================================================================== 1.1.2
docs/apache-airflow-providers-cohere/index.rst+3 −3 modified@@ -71,7 +71,7 @@ apache-airflow-providers-cohere package `Cohere <https://docs.cohere.com/docs>`__ -Release: 1.3.0 +Release: 1.4.0 Provider package ---------------- @@ -89,11 +89,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``cohere`` ``>=4.37,<5`` ================== ==================
docs/apache-airflow-providers-common-compat/commits.rst+25 −1 modified@@ -35,14 +35,38 @@ For high-level changelog, see :doc:`package information including changelog <ind +1.3.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ============================================================================================================= +Commit Committed Subject +================================================================================================= =========== ============================================================================================================= +`04ccef9b3a <https://github.com/apache/airflow/commit/04ccef9b3a4073eaf313db3905803e7ef3f910fb>`_ 2024-12-19 ``feat: automatically inject OL info into spark job in DataprocSubmitJobOperator (#44477)`` +`2a33da0246 <https://github.com/apache/airflow/commit/2a33da0246c811a98d5cdaf0af2bcca0dee8556a>`_ 2024-12-18 ``Remove references to AIRFLOW_V_2_9_PLUS (#44987)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`490b5e816b <https://github.com/apache/airflow/commit/490b5e816b804f338b0eb97f240ae874d4e15810>`_ 2024-12-10 ``Consistent way of checking Airflow version in providers (#44686)`` +`3d421f78d7 <https://github.com/apache/airflow/commit/3d421f78d7046474c5684580a744f87160378935>`_ 2024-12-06 ``Bumping common compat to 1.3.0 (#44728)`` +`bcc8a4abd1 <https://github.com/apache/airflow/commit/bcc8a4abd148455042d4d56408ff0565cc901bf3>`_ 2024-12-06 ``Prevent __init__.py in providers from being modified (#44713)`` +`450132bc85 <https://github.com/apache/airflow/commit/450132bc859ad4ec1686d4e521efc1efe79a47b8>`_ 2024-12-06 ``Remove unnecessary compatibility code in S3 asset import (#44714)`` +`5f4a30117d <https://github.com/apache/airflow/commit/5f4a30117d82e5981a36cec99a0bbda2bddb54d9>`_ 2024-12-06 ``Make AssetAliasEvent a class context.py (#44709)`` +`d9001cd14a <https://github.com/apache/airflow/commit/d9001cd14aaf8c35e22de3290bbe01ea3513979d>`_ 2024-12-06 ``Fix accidental db tests in Task SDK (#44690)`` +`b9ab0b5ffc <https://github.com/apache/airflow/commit/b9ab0b5ffcbf551fcad3f6e7e0382a78db23a23a>`_ 2024-12-05 ``fix(providers/common/compat): add back add_input_dataset and add_output_dataset to NoOpCollector (#44681)`` +`cac2d1dfda <https://github.com/apache/airflow/commit/cac2d1dfdab471d0dbd152951ce6dc6b3ca5c63b>`_ 2024-12-05 ``Fix name of private function in compat provider (#44680)`` +`4404e64247 <https://github.com/apache/airflow/commit/4404e64247daf37b350bc7cd835d397256507ad1>`_ 2024-11-25 ``Move triggers to standard provider (#43608)`` +`a0f3353c47 <https://github.com/apache/airflow/commit/a0f3353c471e4d9a2cd4b23f0c358d0ae908580a>`_ 2024-11-20 ``Move Asset user facing components to task_sdk (#43773)`` +================================================================================================= =========== ============================================================================================================= + 1.2.2 ..... -Latest change: 2024-11-05 +Latest change: 2024-11-14 ================================================================================================= =========== ================================================================================================ Commit Committed Subject ================================================================================================= =========== ================================================================================================ +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `73f2eab680 <https://github.com/apache/airflow/commit/73f2eab68081e966fd808bfaca923eed1f81bc43>`_ 2024-11-05 ``serialize asset/dataset timetable conditions in OpenLineage info also for Airflow 2 (#43434)`` `06088a3abc <https://github.com/apache/airflow/commit/06088a3abcbb46533e74de360746db766d50cf66>`_ 2024-10-31 ``Standard provider python operator (#42081)`` `68f8164a36 <https://github.com/apache/airflow/commit/68f8164a36db66e7096c1205abead183d34b8ae6>`_ 2024-10-18 ``Fix provider title in documentation (#43157)``
docs/apache-airflow-providers-common-compat/index.rst+5 −5 modified@@ -62,7 +62,7 @@ apache-airflow-providers-common-compat package ``Common Compatibility Provider - providing compatibility code for previous Airflow versions.`` -Release: 1.2.2 +Release: 1.3.0 Provider package ---------------- @@ -80,12 +80,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ================== ================== Cross provider package dependencies @@ -114,5 +114,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-common-compat 1.2.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.2.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.2.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.2.2.tar.gz.sha512>`__) -* `The apache-airflow-providers-common-compat 1.2.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.2.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.2.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.2.2-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-common-compat 1.3.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.3.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.3.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.3.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-common-compat 1.3.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.3.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.3.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.3.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-common-io/commits.rst+29 −4 modified@@ -35,17 +35,40 @@ For high-level changelog, see :doc:`package information including changelog <ind +1.5.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`2a33da0246 <https://github.com/apache/airflow/commit/2a33da0246c811a98d5cdaf0af2bcca0dee8556a>`_ 2024-12-18 ``Remove references to AIRFLOW_V_2_9_PLUS (#44987)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`490b5e816b <https://github.com/apache/airflow/commit/490b5e816b804f338b0eb97f240ae874d4e15810>`_ 2024-12-10 ``Consistent way of checking Airflow version in providers (#44686)`` +`1de5a96592 <https://github.com/apache/airflow/commit/1de5a965921e75162fa23f2fcd8514beea428429>`_ 2024-11-27 ``feat: add OpenLineage support for transfer operators between gcs and local (#44417)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`a0f3353c47 <https://github.com/apache/airflow/commit/a0f3353c471e4d9a2cd4b23f0c358d0ae908580a>`_ 2024-11-20 ``Move Asset user facing components to task_sdk (#43773)`` +`86c4c6fa9d <https://github.com/apache/airflow/commit/86c4c6fa9decd626cdea14aaf79d76252d4d7145>`_ 2024-11-19 ``Migrate pickled data & change XCom value type to JSON (#44166)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 1.4.2 ..... -Latest change: 2024-10-08 +Latest change: 2024-10-09 -================================================================================================= =========== ================================================================== +================================================================================================= =========== ======================================================================== Commit Committed Subject -================================================================================================= =========== ================================================================== +================================================================================================= =========== ======================================================================== +`2bb8628463 <https://github.com/apache/airflow/commit/2bb862846358d1c5a59b354adb39bc68d5aeae5e>`_ 2024-10-09 ``Prepare docs for Oct 1st adhoc wave of providers (#42862)`` `63ff22f403 <https://github.com/apache/airflow/commit/63ff22f4038f34354dc5807036d1bf10653c2ecd>`_ 2024-10-08 ``Drop python3.8 support core and providers (#42766)`` `ede7cb27fd <https://github.com/apache/airflow/commit/ede7cb27fd39e233889d127490a2255df8c5d27d>`_ 2024-09-30 ``Rename dataset related python variable names to asset (#41348)`` -================================================================================================= =========== ================================================================== +`ecb414168b <https://github.com/apache/airflow/commit/ecb414168b33ccc2753a57536abbcd3c349f5b9f>`_ 2024-09-27 ``Fix incorrect operator name in FileTransferOperator example (#42543)`` +================================================================================================= =========== ======================================================================== 1.4.1 ..... @@ -168,6 +191,8 @@ Commit `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` `865b3a5646 <https://github.com/apache/airflow/commit/865b3a56462adf6ec0715d3cde166f7e506dc227>`_ 2023-11-07 ``Improvements to airflow.io (#35478)`` `17c6a7e640 <https://github.com/apache/airflow/commit/17c6a7e64076977a10afc44c0102884af9f3ca23>`_ 2023-11-05 ``fix changelog of common-io (#35241)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` ================================================================================================= =========== ============================================================= 1.0.0
docs/apache-airflow-providers-common-io/index.rst+5 −5 modified@@ -79,7 +79,7 @@ apache-airflow-providers-common-io package ``Common IO Provider`` -Release: 1.4.2 +Release: 1.5.0 Provider package ---------------- @@ -97,12 +97,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ================== ================== Cross provider package dependencies @@ -131,5 +131,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-common-io 1.4.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.4.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.4.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.4.2.tar.gz.sha512>`__) -* `The apache-airflow-providers-common-io 1.4.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.4.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.4.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.4.2-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-common-io 1.5.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.5.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.5.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.5.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-common-io 1.5.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.5.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.5.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_io-1.5.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-common-sql/commits.rst+21 −1 modified@@ -35,14 +35,34 @@ For high-level changelog, see :doc:`package information including changelog <ind +1.21.0 +...... + +Latest change: 2024-12-19 + +================================================================================================= =========== ================================================================================================================================================================ +Commit Committed Subject +================================================================================================= =========== ================================================================================================================================================================ +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`ad3d02205f <https://github.com/apache/airflow/commit/ad3d02205f26d7e60f42fcf7bade2831b4697d43>`_ 2024-12-14 ``Fix static checks in common SQL hooks (#44930)`` +`bb259eaa67 <https://github.com/apache/airflow/commit/bb259eaa670240ead9bb9964e9f0b0e19f0f5cde>`_ 2024-12-09 ``Added output_processor parameter to SQLQueryOperator and fixed bug with return_single_query_results handler when None is passed as split_statements (#44781)`` +`f76883c95d <https://github.com/apache/airflow/commit/f76883c95d3894e9c6cd2fa736d0c4579c4b82b4>`_ 2024-12-09 ``Added documentation for the SqlThresholdCheckOperator (#44787)`` +`2688d7ce6f <https://github.com/apache/airflow/commit/2688d7ce6ff29190e4e51ce2aa28dcbf9a467866>`_ 2024-12-05 ``Remove Provider Deprecations in Common SQL (#44645)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`7a2fae0eef <https://github.com/apache/airflow/commit/7a2fae0eeffa6041fb84af01f62489d6fe2d34d9>`_ 2024-11-19 ``Moved common SQL handler methods of common-sql-provider into dedicated module (#43747)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +================================================================================================= =========== ================================================================================================================================================================ + 1.20.0 ...... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `d8c7d28411 <https://github.com/apache/airflow/commit/d8c7d28411bea04ae5771fc1e2973d92eb0a144e>`_ 2024-10-30 ``Start porting DAG definition code to the Task SDK (#43076)`` ================================================================================================= =========== ========================================================================================
docs/apache-airflow-providers-common-sql/index.rst+5 −5 modified@@ -77,7 +77,7 @@ apache-airflow-providers-common-sql package `Common SQL Provider <https://en.wikipedia.org/wiki/SQL>`__ -Release: 1.20.0 +Release: 1.21.0 Provider package ---------------- @@ -95,12 +95,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``sqlparse`` ``>=0.5.1`` ``more-itertools`` ``>=9.0.0`` ================== ================== @@ -130,5 +130,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-common-sql 1.20.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.20.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.20.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.20.0.tar.gz.sha512>`__) -* `The apache-airflow-providers-common-sql 1.20.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.20.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.20.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.20.0-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-common-sql 1.21.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.21.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.21.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.21.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-common-sql 1.21.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.21.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.21.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_sql-1.21.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-databricks/commits.rst+23 −1 modified@@ -35,14 +35,36 @@ For high-level changelog, see :doc:`package information including changelog <ind +7.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ============================================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================================ +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`09d8a803ca <https://github.com/apache/airflow/commit/09d8a803ca3f76d8598e7eeeb86397cf1cd4076d>`_ 2024-12-18 ``Revert "Added job_clusters as a templated parameter to CreateDatabricksWorkfl…" (#45035)`` +`9c4d711e1d <https://github.com/apache/airflow/commit/9c4d711e1de68da9faa6ebbcded4eed08d7b9c61>`_ 2024-12-18 ``Added job_clusters as a templated parameter to CreateDatabricksWorkflowOperator (#45022)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`419d8c62b1 <https://github.com/apache/airflow/commit/419d8c62b1491a85a9c80c29e6d7173ffd3ca1ce>`_ 2024-12-11 ``[FIX] Fixed databricks repair run deferrable (#44213)`` +`32c01766f1 <https://github.com/apache/airflow/commit/32c01766f141e8ef9f7e45a944c211daee2a8694>`_ 2024-12-04 ``Remove deprecations from Databricks Provider (#44566)`` +`0470bd9541 <https://github.com/apache/airflow/commit/0470bd95411ed599a946fe795d9c1fc241a0b70a>`_ 2024-11-26 ``Bump minimum version of databricks SDK to 3.0.0 (#43272)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`f5abe506fc <https://github.com/apache/airflow/commit/f5abe506fc6ba22a8b8efb0d4784dd85eaa90af4>`_ 2024-11-19 ``fix(providers/databricks): remove additional argument passed to repair_run (#44140)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`123dadda0e <https://github.com/apache/airflow/commit/123dadda0e0648ef1412053d1743128333eecb63>`_ 2024-11-15 ``Rename execution_date to logical_date across codebase (#43902)`` +================================================================================================= =========== ============================================================================================ + 6.13.0 ...... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ========================================================================================== Commit Committed Subject ================================================================================================= =========== ========================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `aa2a937e5c <https://github.com/apache/airflow/commit/aa2a937e5c51d430cedcc1dfcbf516f0bb8115c1>`_ 2024-11-13 ``Allow Databricks SQL hook to cancel timed out queries (#42668)`` `e7b493712d <https://github.com/apache/airflow/commit/e7b493712d4356a40a56f0fd76c9ade600328746>`_ 2024-11-12 ``Added support for job_parameters and dbt_commands in DatabricksRunNowOperator (#43895)``
docs/apache-airflow-providers-databricks/index.rst+6 −6 modified@@ -78,7 +78,7 @@ apache-airflow-providers-databricks package `Databricks <https://databricks.com/>`__ -Release: 6.13.0 +Release: 7.0.0 Provider package ---------------- @@ -96,15 +96,15 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ========================================= PIP package Version required ======================================= ========================================= -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``requests`` ``>=2.27.0,<3`` -``databricks-sql-connector`` ``>=2.0.0,!=2.9.0,<3.0.0`` +``databricks-sql-connector`` ``>=3.0.0`` ``aiohttp`` ``>=3.9.2,<4`` ``mergedeep`` ``>=1.3.4`` ``pandas`` ``>=2.1.2,<2.2; python_version >= "3.9"`` @@ -137,5 +137,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-databricks 6.13.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-6.13.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-6.13.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-6.13.0.tar.gz.sha512>`__) -* `The apache-airflow-providers-databricks 6.13.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-6.13.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-6.13.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-6.13.0-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-databricks 7.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-7.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-7.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-7.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-databricks 7.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-7.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-7.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_databricks-7.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-datadog/commits.rst+30 −7 modified@@ -35,16 +35,30 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.8.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 3.7.1 ..... -Latest change: 2024-08-25 +Latest change: 2024-09-21 -================================================================================================= =========== ============================= +================================================================================================= =========== ======================================================= Commit Committed Subject -================================================================================================= =========== ============================= +================================================================================================= =========== ======================================================= +`7628d47d04 <https://github.com/apache/airflow/commit/7628d47d0481966d9a9b25dfd4870b7a6797ebbf>`_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` `1613e9ec1c <https://github.com/apache/airflow/commit/1613e9ec1c4e5523953e045c8adcef1b9d4ce95d>`_ 2024-08-25 ``remove soft_fail (#41710)`` -================================================================================================= =========== ============================= +================================================================================================= =========== ======================================================= 3.7.0 ..... @@ -56,6 +70,7 @@ Commit ================================================================================================= =========== ======================================================================= `75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` +`86190aaa4a <https://github.com/apache/airflow/commit/86190aaa4a6601e86ba067ad4325e9fea7923511>`_ 2024-06-17 ``doc: add datadog connection json structure. (#40198)`` ================================================================================================= =========== ======================================================================= 3.6.1 @@ -119,6 +134,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -149,6 +166,7 @@ Commit `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `1cdd82391e <https://github.com/apache/airflow/commit/1cdd82391e0f7a24ab7f0badbe8f44a54f51d757>`_ 2023-08-21 ``Simplify conditions on len() in other providers (#33569)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -180,6 +198,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` @@ -273,6 +292,9 @@ Commit `f77417eb0d <https://github.com/apache/airflow/commit/f77417eb0d3f12e4849d80645325c02a48829278>`_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` `97496ba2b4 <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ========================================================================== 2.0.1 @@ -314,15 +336,16 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 .....
docs/apache-airflow-providers-datadog/index.rst+3 −3 modified@@ -68,7 +68,7 @@ apache-airflow-providers-datadog package `Datadog <https://www.datadoghq.com/>`__ -Release: 3.7.1 +Release: 3.8.0 Provider package ---------------- @@ -86,11 +86,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``datadog`` ``>=0.14.0`` ================== ==================
docs/apache-airflow-providers-dbt-cloud/commits.rst+19 −1 modified@@ -35,14 +35,32 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.0.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ====================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`666d80bfc3 <https://github.com/apache/airflow/commit/666d80bfc38e3a7d564c99c8b07f93c6459c42a3>`_ 2024-12-06 ``Remove Provider Deprecations in DBT (#44638)`` +`0334901451 <https://github.com/apache/airflow/commit/03349014513114f1eaa413a9831b0027e4fbfa67>`_ 2024-11-29 ``Fix yoda-conditions (#44466)`` +`05f935d2a6 <https://github.com/apache/airflow/commit/05f935d2a6c6f4bcd34f0f3d0e7c7f715b55b250>`_ 2024-11-25 ``utilize more information to deterministically generate OpenLineage run_id (#43936)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`b968307acf <https://github.com/apache/airflow/commit/b968307acf0b0f0fa148faefaf7e8c07550e4904>`_ 2024-11-19 ``Remove commented breakpoint in dbt provider (#44163)`` +`123dadda0e <https://github.com/apache/airflow/commit/123dadda0e0648ef1412053d1743128333eecb63>`_ 2024-11-15 ``Rename execution_date to logical_date across codebase (#43902)`` +================================================================================================= =========== ====================================================================================== + 3.11.2 ...... -Latest change: 2024-11-08 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `340a70bfe7 <https://github.com/apache/airflow/commit/340a70bfe7289e01898ddd75f8edfaf7772e9d09>`_ 2024-11-08 ``Added condition to check if it is a scheduled save or rerun (#43453)`` ================================================================================================= =========== ========================================================================
docs/apache-airflow-providers-dbt-cloud/index.rst+5 −5 modified@@ -81,7 +81,7 @@ apache-airflow-providers-dbt-cloud package `dbt Cloud <https://www.getdbt.com/product/dbt-cloud/>`__ -Release: 3.11.2 +Release: 4.0.0 Provider package ---------------- @@ -99,12 +99,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================================= ================== PIP package Version required ================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-http`` ``asgiref`` ``>=2.3.0`` ``aiohttp`` ``>=3.9.2`` @@ -136,5 +136,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-dbt-cloud 3.11.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-3.11.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-3.11.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-3.11.2.tar.gz.sha512>`__) -* `The apache-airflow-providers-dbt-cloud 3.11.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-3.11.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-3.11.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-3.11.2-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-dbt-cloud 4.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-dbt-cloud 4.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dbt_cloud-4.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-dingding/commits.rst+33 −4 modified@@ -35,14 +35,31 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.7.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 3.6.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` `d23881c648 <https://github.com/apache/airflow/commit/d23881c6489916113921dcedf85077441b44aaf3>`_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` `09a7bd1d58 <https://github.com/apache/airflow/commit/09a7bd1d585d2d306dd30435689f22b614fe0abf>`_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` @@ -99,6 +116,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -118,6 +137,7 @@ Commit `21990ed894 <https://github.com/apache/airflow/commit/21990ed8943ee4dc6e060ee2f11648490c714a3b>`_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -150,10 +170,12 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` `d23a3bbed8 <https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` ================================================================================================= =========== ====================================================================================== 3.1.0 @@ -173,6 +195,7 @@ Commit `d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` `510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)`` ================================================================================================= =========== ==================================================================================== 3.0.0 @@ -232,11 +255,14 @@ Commit `97496ba2b4 <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`9a469d813f <https://github.com/apache/airflow/commit/9a469d813fc083a7a5f402727e93df3e3f9c9118>`_ 2021-11-30 ``Capitalize names in docs (#19893)`` `853576d901 <https://github.com/apache/airflow/commit/853576d9019d2aca8de1d9c587c883dcbe95b46a>`_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` `d9567eb106 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` `86a2a19ad2 <https://github.com/apache/airflow/commit/86a2a19ad2bdc87a9ad14bb7fde9313b2d7489bb>`_ 2021-10-17 ``More f-strings (#18855)`` `840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`_ 2021-09-30 ``Update documentation for September providers release (#18613)`` `ef037e7021 <https://github.com/apache/airflow/commit/ef037e702182e4370cb00c853c4fb0e246a0479c>`_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ====================================================================================== 2.0.1 @@ -266,6 +292,7 @@ Commit `cbf8001d76 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` `1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_ 2021-06-15 ``More documentation update for June providers release (#16405)`` `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`1e647029e4 <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` `10ed42a837 <https://github.com/apache/airflow/commit/10ed42a837e11d8e954c1f885e289a4248edd2ca>`_ 2021-05-27 ``Fix hooks extended from http hook (#16109)`` `37681bca00 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` `807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` @@ -292,16 +319,17 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` `ed4926fa3f <https://github.com/apache/airflow/commit/ed4926fa3fc2fd8f902534c86887128605520990>`_ 2020-12-13 ``🔒 Fix missing HTTPS on airflow site links (#13043)`` -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= 1.0.0 ..... @@ -314,6 +342,7 @@ Commit `32971a1a2d <https://github.com/apache/airflow/commit/32971a1a2de1db0b4f7442ed26facdf8d3b7a36f>`_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` `bd90136aaf <https://github.com/apache/airflow/commit/bd90136aaf5035e3234fe545b79a3e4aad21efe2>`_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` `de15aa30d4 <https://github.com/apache/airflow/commit/de15aa30d476411379e33bc9d5ce4cf0544e858c>`_ 2020-11-22 ``Deprecate Read the Docs (#12541)`` +`f2569de7d1 <https://github.com/apache/airflow/commit/f2569de7d1a7b100774f397a641e977c307cbb91>`_ 2020-11-22 ``Add example DAGs to provider docs (#12528)`` `c34ef853c8 <https://github.com/apache/airflow/commit/c34ef853c890e08f5468183c03dc8f3f3ce84af2>`_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` `0080354502 <https://github.com/apache/airflow/commit/00803545023b096b8db4fbd6eb473843096d7ce4>`_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` `ae7cb4a1e2 <https://github.com/apache/airflow/commit/ae7cb4a1e2a96351f1976cf5832615e24863e05d>`_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)``
docs/apache-airflow-providers-dingding/index.rst+5 −5 modified@@ -76,7 +76,7 @@ apache-airflow-providers-dingding package `DingTalk <https://www.dingtalk.com/>`__ -Release: 3.6.0 +Release: 3.7.0 Provider package ---------------- @@ -94,12 +94,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================================= ================== PIP package Version required ================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-http`` ================================= ================== @@ -128,5 +128,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-dingding 3.6.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.6.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.6.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.6.0.tar.gz.sha512>`__) -* `The apache-airflow-providers-dingding 3.6.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.6.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.6.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.6.0-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-dingding 3.7.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.7.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.7.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.7.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-dingding 3.7.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.7.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.7.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_dingding-3.7.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-discord/commits.rst+27 −4 modified@@ -35,14 +35,29 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.9.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 3.8.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -119,6 +134,8 @@ Commit ================================================================================================= =========== ====================================================================== `de5b3a60b5 <https://github.com/apache/airflow/commit/de5b3a60b554643e0443cf2a52bbd1669171ed07>`_ 2023-11-12 ``Prepare docs 1st wave of Providers November 2023 (RC2) (#35589)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `70b3bd3fb9 <https://github.com/apache/airflow/commit/70b3bd3fb960e8b052f31b4acb59961357548e3a>`_ 2023-11-03 ``Add pagination to 'HttpOperator' and make it more modular (#34669)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` @@ -149,6 +166,7 @@ Commit `a7310f9c91 <https://github.com/apache/airflow/commit/a7310f9c9127cf87a71e0bfa141c066d6a0bc82b>`_ 2023-09-05 ``Refactor regex in providers (#33898)`` `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -181,6 +199,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` @@ -270,6 +289,9 @@ Commit `97496ba2b4 <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ========================================================================== 2.0.1 @@ -310,15 +332,16 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 .....
docs/apache-airflow-providers-discord/index.rst+5 −5 modified@@ -62,7 +62,7 @@ apache-airflow-providers-discord package `Discord <https://discord.com/>`__ -Release: 3.8.0 +Release: 3.9.0 Provider package ---------------- @@ -80,12 +80,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================================= ================== PIP package Version required ================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-http`` ================================= ================== @@ -114,5 +114,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-discord 3.8.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.8.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.8.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.8.0.tar.gz.sha512>`__) -* `The apache-airflow-providers-discord 3.8.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.8.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.8.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.8.0-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-discord 3.9.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.9.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.9.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.9.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-discord 3.9.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.9.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.9.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_discord-3.9.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-docker/commits.rst+19 −1 modified@@ -35,14 +35,32 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`e03265bb56 <https://github.com/apache/airflow/commit/e03265bb5613b8cfcaa2a42cf6369b1ba091ddf4>`_ 2024-12-05 ``Correct new changelog breaking changes header (#44659)`` +`f1f64998bd <https://github.com/apache/airflow/commit/f1f64998bd9614989167e4b80150ff800d3a1c1b>`_ 2024-12-02 ``Remove Provider Deprecations in Docker (#44583)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`8d8bb0f23e <https://github.com/apache/airflow/commit/8d8bb0f23e1ffa1c6518486eaee3c9df1bc3e0a5>`_ 2024-11-17 ``fix docker documentation auth url (#44112)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +================================================================================================= =========== ===================================================================== + 3.14.1 ...... -Latest change: 2024-11-09 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `74bc8728fb <https://github.com/apache/airflow/commit/74bc8728fb58f73d65b9283e33577f234e7b8bb3>`_ 2024-11-09 ``Fix logs with leading spaces in the Docker operator (#33692) (#43840)`` `06088a3abc <https://github.com/apache/airflow/commit/06088a3abcbb46533e74de360746db766d50cf66>`_ 2024-10-31 ``Standard provider python operator (#42081)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)``
docs/apache-airflow-providers-docker/index.rst+5 −5 modified@@ -70,7 +70,7 @@ apache-airflow-providers-docker package `Docker <https://www.docker.com/>`__ -Release: 3.14.1 +Release: 4.0.0 Provider package ---------------- @@ -88,12 +88,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``docker`` ``>=7.1.0`` ``python-dotenv`` ``>=0.21.0`` ================== ================== @@ -123,5 +123,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-docker 3.14.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-3.14.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-3.14.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-3.14.1.tar.gz.sha512>`__) -* `The apache-airflow-providers-docker 3.14.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-3.14.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-3.14.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-3.14.1-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-docker 4.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-4.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-4.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-4.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-docker 4.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-4.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-4.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_docker-4.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-elasticsearch/commits.rst+20 −1 modified@@ -35,14 +35,33 @@ For high-level changelog, see :doc:`package information including changelog <ind +6.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`2a33da0246 <https://github.com/apache/airflow/commit/2a33da0246c811a98d5cdaf0af2bcca0dee8556a>`_ 2024-12-18 ``Remove references to AIRFLOW_V_2_9_PLUS (#44987)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`490b5e816b <https://github.com/apache/airflow/commit/490b5e816b804f338b0eb97f240ae874d4e15810>`_ 2024-12-10 ``Consistent way of checking Airflow version in providers (#44686)`` +`f326e479d4 <https://github.com/apache/airflow/commit/f326e479d44b2cc7b70778ee948b332b3172a8db>`_ 2024-12-06 ``Remove Provider Deprecations in Elasticsearch (#44629)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`123dadda0e <https://github.com/apache/airflow/commit/123dadda0e0648ef1412053d1743128333eecb63>`_ 2024-11-15 ``Rename execution_date to logical_date across codebase (#43902)`` +================================================================================================= =========== ===================================================================== + 5.5.3 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ========================================================================================
docs/apache-airflow-providers-elasticsearch/index.rst+5 −5 modified@@ -79,7 +79,7 @@ apache-airflow-providers-elasticsearch package `Elasticsearch <https://www.elastic.co/elasticsearch>`__ -Release: 5.5.3 +Release: 6.0.0 Provider package ---------------- @@ -97,12 +97,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ================== PIP package Version required ======================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``elasticsearch`` ``>=8.10,<9`` ======================================= ================== @@ -132,5 +132,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-elasticsearch 5.5.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-5.5.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-5.5.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-5.5.3.tar.gz.sha512>`__) -* `The apache-airflow-providers-elasticsearch 5.5.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-5.5.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-5.5.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-5.5.3-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-elasticsearch 6.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-6.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-6.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-6.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-elasticsearch 6.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-6.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-6.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_elasticsearch-6.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-exasol/commits.rst+14 −1 modified@@ -35,14 +35,27 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.7.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +================================================================================================= =========== ==================================================================== + 4.6.1 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `d8c7d28411 <https://github.com/apache/airflow/commit/d8c7d28411bea04ae5771fc1e2973d92eb0a144e>`_ 2024-10-30 ``Start porting DAG definition code to the Task SDK (#43076)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)``
docs/apache-airflow-providers-exasol/index.rst+5 −5 modified@@ -61,7 +61,7 @@ apache-airflow-providers-exasol package `Exasol <https://www.exasol.com/>`__ -Release: 4.6.1 +Release: 4.7.0 Provider package ---------------- @@ -79,12 +79,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ========================================= PIP package Version required ======================================= ========================================= -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``pyexasol`` ``>=0.5.1`` ``pandas`` ``>=2.1.2,<2.2; python_version >= "3.9"`` @@ -116,5 +116,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-exasol 4.6.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.6.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.6.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.6.1.tar.gz.sha512>`__) -* `The apache-airflow-providers-exasol 4.6.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.6.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.6.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.6.1-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-exasol 4.7.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.7.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.7.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.7.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-exasol 4.7.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.7.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.7.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_exasol-4.7.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-fab/commits.rst+19 −1 modified@@ -35,14 +35,32 @@ For high-level changelog, see :doc:`package information including changelog <ind +2.0.0 +..... + +Latest change: 2024-12-06 + +================================================================================================= =========== ==================================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================================================================== +`662f6e2d94 <https://github.com/apache/airflow/commit/662f6e2d9473eef3384fb55990e7a58daabbd212>`_ 2024-12-06 ``AIP-79 Support Airflow 2.x plugins in fast api. Embed a minimal version of the Flask application in fastapi application (#44464)`` +`bcc8a4abd1 <https://github.com/apache/airflow/commit/bcc8a4abd148455042d4d56408ff0565cc901bf3>`_ 2024-12-06 ``Prevent __init__.py in providers from being modified (#44713)`` +`2b7015e5ff <https://github.com/apache/airflow/commit/2b7015e5ffea79b139b8811db3fa03b93cd6da4d>`_ 2024-12-03 ``AIP-81 Move CLI Commands to directories according to Hybrid, Local and Remote (#44538)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`48eb4301ea <https://github.com/apache/airflow/commit/48eb4301eabb4f6b1981a754a9a4bec5194b7adc>`_ 2024-11-21 ``Remove deprecations from fab provider (#44198)`` +`d5bd1344b6 <https://github.com/apache/airflow/commit/d5bd1344b626b0a407e651380c061c363e9cab5a>`_ 2024-11-19 ``Set up JWT token authentication in Fast APIs (#42634)`` +`c8c5756530 <https://github.com/apache/airflow/commit/c8c5756530b95de7f53b1f4cfc296d04627c7b25>`_ 2024-11-19 ``Prepare FAB provider to set next version as major version (#43939)`` +================================================================================================= =========== ==================================================================================================================================== + 1.5.1 ..... -Latest change: 2024-11-12 +Latest change: 2024-11-14 ================================================================================================= =========== ================================================================================================== Commit Committed Subject ================================================================================================= =========== ================================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `c047c87aed <https://github.com/apache/airflow/commit/c047c87aed0ba191ada035c47ed9f6de9756b4e3>`_ 2024-11-12 ``Expand and improve the kerberos api authentication documentation (#43682)`` `d536ec4bd1 <https://github.com/apache/airflow/commit/d536ec4bd1da958d2f2e5822a6fec647baa12ba9>`_ 2024-11-05 ``fab_auth_manager: allow get_user method to return the user authenticated via Kerberos (#43662)`` ================================================================================================= =========== ==================================================================================================
docs/apache-airflow-providers-fab/index.rst+5 −5 modified@@ -83,7 +83,7 @@ apache-airflow-providers-fab package `Flask App Builder <https://flask-appbuilder.readthedocs.io/>`__ -Release: 1.5.1 +Release: 2.0.0 Provider package ---------------- @@ -101,12 +101,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.9.0``. +The minimum Apache Airflow version supported by this provider package is ``3.0.0.dev0``. ========================================== ================== PIP package Version required ========================================== ================== -``apache-airflow`` ``>=2.9.0`` +``apache-airflow`` ``>=3.0.0.dev0`` ``apache-airflow-providers-common-compat`` ``>=1.2.1`` ``flask`` ``>=2.2,<2.3`` ``flask-appbuilder`` ``==4.5.2`` @@ -140,5 +140,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-fab 1.5.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-1.5.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-1.5.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-1.5.1.tar.gz.sha512>`__) -* `The apache-airflow-providers-fab 1.5.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-1.5.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-1.5.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-1.5.1-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-fab 2.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-2.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-2.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-2.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-fab 2.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-2.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-2.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_fab-2.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-facebook/commits.rst+29 −5 modified@@ -35,14 +35,28 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.7.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 3.6.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` `d23881c648 <https://github.com/apache/airflow/commit/d23881c6489916113921dcedf85077441b44aaf3>`_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` `09a7bd1d58 <https://github.com/apache/airflow/commit/09a7bd1d585d2d306dd30435689f22b614fe0abf>`_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` @@ -115,6 +129,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -145,6 +161,7 @@ Commit `9d8c77e447 <https://github.com/apache/airflow/commit/9d8c77e447f5515b9a6aa85fa72511a86a128c28>`_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -177,6 +194,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` @@ -277,6 +295,7 @@ Commit `2fb5e1d0ec <https://github.com/apache/airflow/commit/2fb5e1d0ec306839a3ff21d0bddbde1d022ee8c7>`_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` `1570519a97 <https://github.com/apache/airflow/commit/1570519a976dfb9de1aba9c2c0bee169e7ab5ee1>`_ 2021-12-14 ``Fix MyPy errors for google.cloud.transfers (#20229)`` `ed8b63ba24 <https://github.com/apache/airflow/commit/ed8b63ba2460f47744f4dcf40019592816bb89b5>`_ 2021-12-08 ``Providers facebook hook multiple account (#19377)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` ================================================================================================= =========== ========================================================================= 2.1.0 @@ -289,6 +308,8 @@ Commit ================================================================================================= =========== ================================================================= `d9567eb106 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` `d5aebf149a <https://github.com/apache/airflow/commit/d5aebf149ac81e3e81a903762a4a153568e67728>`_ 2021-10-14 ``Align the default version with Facebook business SDK (#18883)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ================================================================= 2.0.1 @@ -316,16 +337,18 @@ Commit `cbf8001d76 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` `1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_ 2021-06-15 ``More documentation update for June providers release (#16405)`` `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` ================================================================================================= =========== ================================================================= 1.1.0 ..... -Latest change: 2021-04-06 +Latest change: 2021-04-07 ================================================================================================= =========== ============================================================================= Commit Committed Subject ================================================================================================= =========== ============================================================================= +`4e018a870c <https://github.com/apache/airflow/commit/4e018a870ccdece6b0985db0c8ae68d10ae1d055>`_ 2021-04-07 ``Refreshed provider's upcoming release with k8s retries (#15239)`` `042be2e4e0 <https://github.com/apache/airflow/commit/042be2e4e06b988f5ba2dc146f53774dabc8b76b>`_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` `68e4c4dcb0 <https://github.com/apache/airflow/commit/68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8>`_ 2021-03-20 ``Remove Backport Providers (#14886)`` `6e6526a0f6 <https://github.com/apache/airflow/commit/6e6526a0f650119cb1ad7c2e2a1b87f0fa45c60e>`_ 2021-03-13 ``Update documentation for broken package releases (#14734)`` @@ -337,15 +360,16 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 .....
docs/apache-airflow-providers-facebook/index.rst+3 −3 modified@@ -61,7 +61,7 @@ apache-airflow-providers-facebook package `Facebook Ads <https://www.facebook.com/about/ads>`__ -Release: 3.6.0 +Release: 3.7.0 Provider package ---------------- @@ -79,11 +79,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ===================== ================== PIP package Version required ===================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``facebook-business`` ``>=15.0.2`` ===================== ==================
docs/apache-airflow-providers-ftp/commits.rst+38 −10 modified@@ -35,16 +35,33 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.12.0 +...... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 3.11.1 ...... -Latest change: 2024-08-25 +Latest change: 2024-09-21 -================================================================================================= =========== =================================== +================================================================================================= =========== ======================================================= Commit Committed Subject -================================================================================================= =========== =================================== +================================================================================================= =========== ======================================================= +`7628d47d04 <https://github.com/apache/airflow/commit/7628d47d0481966d9a9b25dfd4870b7a6797ebbf>`_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` `00e5976bde <https://github.com/apache/airflow/commit/00e5976bde0f4a5e41c5cd25f111084e159f9c23>`_ 2024-08-25 ``remove soft_fail part2 (#41727)`` -================================================================================================= =========== =================================== +================================================================================================= =========== ======================================================= 3.11.0 ...... @@ -160,6 +177,8 @@ Latest change: 2023-11-08 Commit Committed Subject ================================================================================================= =========== ========================================================================= `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `63cc915cd3 <https://github.com/apache/airflow/commit/63cc915cd38a5034df6bf9c618e12f8690eeade0>`_ 2023-10-31 ``Switch from Black to Ruff formatter (#35287)`` `ff30dcc1e1 <https://github.com/apache/airflow/commit/ff30dcc1e18abf267e4381bcc64a247da3c9af35>`_ 2023-10-31 ``FTPHook methods should not change working directory (#35105)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` @@ -218,6 +237,7 @@ Commit ================================================================================================= =========== ================================================================================== `60677b0ba3 <https://github.com/apache/airflow/commit/60677b0ba3c9e81595ec2aa3d4be2737e5b32054>`_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` `e1dd9b5cd2 <https://github.com/apache/airflow/commit/e1dd9b5cd2c5b19aec152f097709c7de02c42f34>`_ 2023-07-30 ``openlineage, ftp: add OpenLineage support for FTPFileTransferOperator (#31354)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -276,6 +296,7 @@ Latest change: 2023-02-08 Commit Committed Subject ================================================================================================= =========== ======================================================== `ce6ae2457e <https://github.com/apache/airflow/commit/ce6ae2457ef3d9f44f0086b58026909170bbf22a>`_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` +`1fbfd312d9 <https://github.com/apache/airflow/commit/1fbfd312d9d7e28e66f6ba5274421a96560fb7ba>`_ 2023-01-24 ``Fix ftp example broken docs link (#29134)`` `2b7071c600 <https://github.com/apache/airflow/commit/2b7071c60022b3c483406839d3c0ef734db5daad>`_ 2023-01-21 ``FTP operator has logic in __init__ (#29073)`` ================================================================================================= =========== ======================================================== @@ -284,13 +305,15 @@ Commit Latest change: 2023-01-02 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ============================================================ Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ============================================================ `5246c009c5 <https://github.com/apache/airflow/commit/5246c009c557b4f6bdf1cd62bf9b89a2da63f630>`_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` +`10c5361df6 <https://github.com/apache/airflow/commit/10c5361df60cfca17baf0de59127301fc6fafa69>`_ 2023-01-01 ``Improve check for system tests TOC in providers (#28666)`` `0e349d80bb <https://github.com/apache/airflow/commit/0e349d80bb329300b45875cdff8f8fc52141e82b>`_ 2022-12-28 ``Add FTPSFileTransmitOperator (#28318)`` +`3cd70ffee9 <https://github.com/apache/airflow/commit/3cd70ffee974c9f345aabb3a365dde4dbcdd84a4>`_ 2022-12-06 ``Fix link to example dags to contain |version| (#28179)`` `39f501d4f4 <https://github.com/apache/airflow/commit/39f501d4f4e87635c80d97bb599daf61096d23b8>`_ 2022-12-06 ``Add 'FTPFileTransmitOperator' (#26974)`` -================================================================================================= =========== ======================================================== +================================================================================================= =========== ============================================================ 3.2.0 ..... @@ -316,6 +339,7 @@ Commit ================================================================================================= =========== ================================================================== `d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `64412ee867 <https://github.com/apache/airflow/commit/64412ee867fe0918cc3b616b3fb0b72dcd88125c>`_ 2022-07-07 ``Add blocksize arg for ftp hook (#24860)`` +`96b01a8012 <https://github.com/apache/airflow/commit/96b01a8012d164df7c24c460149d3b79ecad3901>`_ 2022-07-05 ``Remove "bad characters" from our codebase (#24841)`` `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` `510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` ================================================================================================= =========== ================================================================== @@ -373,6 +397,9 @@ Commit `97496ba2b4 <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ========================================================================== 2.0.1 @@ -428,16 +455,17 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `a9ac2b040b <https://github.com/apache/airflow/commit/a9ac2b040b64de1aa5d9c2b9def33334e36a8d22>`_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 .....
docs/apache-airflow-providers-ftp/index.rst+5 −5 modified@@ -84,7 +84,7 @@ apache-airflow-providers-ftp package `File Transfer Protocol (FTP) <https://tools.ietf.org/html/rfc114>`__ -Release: 3.11.1 +Release: 3.12.0 Provider package ---------------- @@ -102,12 +102,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ================== ================== Cross provider package dependencies @@ -136,5 +136,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-ftp 3.11.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.11.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.11.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.11.1.tar.gz.sha512>`__) -* `The apache-airflow-providers-ftp 3.11.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.11.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.11.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.11.1-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-ftp 3.12.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.12.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.12.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.12.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-ftp 3.12.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.12.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.12.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ftp-3.12.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-github/commits.rst+32 −5 modified@@ -35,14 +35,31 @@ For high-level changelog, see :doc:`package information including changelog <ind +2.8.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +`82abd79913 <https://github.com/apache/airflow/commit/82abd7991353ca4fb611129f76ba3f6095d7deb1>`_ 2024-08-27 ``Fix some non-critical pre-commit issues (#41749)`` +================================================================================================= =========== ======================================================================================== + 2.7.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` `d23881c648 <https://github.com/apache/airflow/commit/d23881c6489916113921dcedf85077441b44aaf3>`_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` `09a7bd1d58 <https://github.com/apache/airflow/commit/09a7bd1d585d2d306dd30435689f22b614fe0abf>`_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` @@ -90,6 +107,7 @@ Commit `83316b8158 <https://github.com/apache/airflow/commit/83316b81584c9e516a8142778fc509f19d95cc3e>`_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` `5a0be392e6 <https://github.com/apache/airflow/commit/5a0be392e66f8e5426ba3478621115e92fcf245b>`_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` `bfb054e9e8 <https://github.com/apache/airflow/commit/bfb054e9e867b8b9a6a449e43bfba97f645e025e>`_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`f61ffe58d3 <https://github.com/apache/airflow/commit/f61ffe58d3cd0bcb51f6f9036a3acbfa4443d977>`_ 2024-02-11 ``Remove extra package headers in provider indexes (#37324)`` `cead3da4a6 <https://github.com/apache/airflow/commit/cead3da4a6f483fa626b81efd27a24dcb5a36ab0>`_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` `2b4da0101f <https://github.com/apache/airflow/commit/2b4da0101f0314989d148c3c8a02c87e87048974>`_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` `19ebcac239 <https://github.com/apache/airflow/commit/19ebcac2395ef9a6b6ded3a2faa29dc960c1e635>`_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` @@ -124,6 +142,8 @@ Commit `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `ffbba9efd6 <https://github.com/apache/airflow/commit/ffbba9efd6fd5f897586eea3025c7989b867fabf>`_ 2023-11-15 ``Fix case where pip requiremet version starts with != (#35645)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -154,6 +174,7 @@ Commit `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `85acbb4ae9 <https://github.com/apache/airflow/commit/85acbb4ae9bc26248ca624fa4d289feccba00836>`_ 2023-08-24 ``Refactor: Remove useless str() calls (#33629)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -186,6 +207,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` @@ -203,6 +225,8 @@ Commit `fcd3c0149f <https://github.com/apache/airflow/commit/fcd3c0149f17b364dfb94c0523d23e3145976bbe>`_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` `a3d0e79237 <https://github.com/apache/airflow/commit/a3d0e79237e66b52e8930d3e4886b3d84fc4d392>`_ 2023-02-27 ``Exclude v1.58 of 'PyGithub' package in GitHub provider (#29728)`` `d4af0cac02 <https://github.com/apache/airflow/commit/d4af0cac0245c4d576215619805e69ce7caf5c1a>`_ 2023-02-22 ``Handle 'github_method_args' in GithubOperator when not provided (#29699)`` +`2b92c3c74d <https://github.com/apache/airflow/commit/2b92c3c74d3259ebac714f157c525836f0af50f0>`_ 2023-01-05 ``Fix providers documentation formatting (#28754)`` +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` ================================================================================================= =========== ============================================================================ 2.2.0 @@ -216,6 +240,7 @@ Commit `12c3c39d1a <https://github.com/apache/airflow/commit/12c3c39d1a816c99c626fe4c650e88cf7b1cc1bc>`_ 2022-11-15 ``pRepare docs for November 2022 wave of Providers (#27613)`` `78b8ea2f22 <https://github.com/apache/airflow/commit/78b8ea2f22239db3ef9976301234a66e50b47a94>`_ 2022-10-24 ``Move min airflow version to 2.3.0 for all providers (#27196)`` `2a34dc9e84 <https://github.com/apache/airflow/commit/2a34dc9e8470285b0ed2db71109ef4265e29688b>`_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` +`d370362d14 <https://github.com/apache/airflow/commit/d370362d147ecbbcb699acea3aa33f0be5e24c16>`_ 2022-10-17 ``Fix broken PyGithub link in github provider doc (#27055)`` `f8db64c35c <https://github.com/apache/airflow/commit/f8db64c35c8589840591021a48901577cff39c07>`_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` `06acf40a43 <https://github.com/apache/airflow/commit/06acf40a4337759797f666d5bb27a5a393b74fed>`_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` ================================================================================================= =========== ==================================================================================== @@ -232,6 +257,7 @@ Commit `ef79a0d1c4 <https://github.com/apache/airflow/commit/ef79a0d1c4c0a041d7ebf83b93cbb25aa3778a70>`_ 2022-07-11 ``Only assert stuff for mypy when type checking (#24937)`` `7f749b653c <https://github.com/apache/airflow/commit/7f749b653ce363b1450346b61c7f6c406f72cd66>`_ 2022-07-07 ``Add test connection functionality to 'GithubHook' (#24903)`` `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)`` ================================================================================================= =========== ================================================================== 2.0.0 @@ -290,10 +316,11 @@ Commit 1.0.0 ..... -Latest change: 2022-01-28 +Latest change: 2022-02-05 -================================================================================================= =========== =================================== +================================================================================================= =========== ================================================================= Commit Committed Subject -================================================================================================= =========== =================================== +================================================================================================= =========== ================================================================= +`6c3a67d4fc <https://github.com/apache/airflow/commit/6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038>`_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` `5d23fbe2bb <https://github.com/apache/airflow/commit/5d23fbe2bb123ad778ff580cf85d1b3e39206388>`_ 2022-01-28 ``Adding GitHub provider (#21076)`` -================================================================================================= =========== =================================== +================================================================================================= =========== =================================================================
docs/apache-airflow-providers-github/index.rst+3 −3 modified@@ -77,7 +77,7 @@ apache-airflow-providers-github package `GitHub <https://www.github.com/>`__ -Release: 2.7.0 +Release: 2.8.0 Provider package ---------------- @@ -95,11 +95,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``PyGithub`` ``>=2.1.1`` ================== ==================
docs/apache-airflow-providers-google/commits.rst+35 −0 modified@@ -42,6 +42,40 @@ For high-level changelog, see :doc:`package information including changelog <ind +12.0.0 +...... + +Latest change: 2024-12-19 + +================================================================================================= =========== ============================================================================================================== +Commit Committed Subject +================================================================================================= =========== ============================================================================================================== +`7fe46e12e2 <https://github.com/apache/airflow/commit/7fe46e12e2bccc1312fe5e4aadc2a3729d34b385>`_ 2024-12-19 ``Google provider delete deprecated reaching removal date (December 2024) (#45084)`` +`04ccef9b3a <https://github.com/apache/airflow/commit/04ccef9b3a4073eaf313db3905803e7ef3f910fb>`_ 2024-12-19 ``feat: automatically inject OL info into spark job in DataprocSubmitJobOperator (#44477)`` +`60b04ae724 <https://github.com/apache/airflow/commit/60b04ae724b4d23985105c25541d442c0c360de5>`_ 2024-12-19 ``Implement AlloyDB operators: create/update/delete clusters (#45027)`` +`553ddf3b99 <https://github.com/apache/airflow/commit/553ddf3b992d4335aadbd6a8dd653f7575e61477>`_ 2024-12-18 ``Fix MetastoreHivePartitionSensor failing due to duplicate aliases (#45001)`` +`2a33da0246 <https://github.com/apache/airflow/commit/2a33da0246c811a98d5cdaf0af2bcca0dee8556a>`_ 2024-12-18 ``Remove references to AIRFLOW_V_2_9_PLUS (#44987)`` +`51584b8c37 <https://github.com/apache/airflow/commit/51584b8c371263bf34725afedd3c2f1b35468a8e>`_ 2024-12-18 ``Introduce gcp translation(V3), translate document providers (#44971)`` +`16022e008c <https://github.com/apache/airflow/commit/16022e008cc2eef122c5cd254cdb52d2c1b7e026>`_ 2024-12-16 ``Add Google Vertex AI Feature Store - Feature View Sync Operators, Sensor (#44891)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`9d6801353c <https://github.com/apache/airflow/commit/9d6801353c48569cfe0756f4cd0f02f0630e8baf>`_ 2024-12-15 ``Support multiple SQL queries in Dataproc SQL job (#44890)`` +`7f1d54ad4b <https://github.com/apache/airflow/commit/7f1d54ad4b14a4b255b20dfb162ee3667341d6f6>`_ 2024-12-11 ``chore: remove deprecated bigquery facets from OpenLineage utils (#44838)`` +`8480460da4 <https://github.com/apache/airflow/commit/8480460da45e1e8fe7069ead1d0a936233b2d73a>`_ 2024-12-11 ``Implement KubernetesInstallKueueOperator + (#44568)`` +`5079f7d855 <https://github.com/apache/airflow/commit/5079f7d8557ac2334aadfdbb9ce209199116fb06>`_ 2024-12-10 ``Fix failing OpenLineage emition for InsertBigQueryOperator (#44650)`` +`391ad6bbf2 <https://github.com/apache/airflow/commit/391ad6bbf20d86d2aa18b0605738706df22bf579>`_ 2024-12-10 ``feat: add OpenLineage support for BigQuery Create Table operators (#44783)`` +`490b5e816b <https://github.com/apache/airflow/commit/490b5e816b804f338b0eb97f240ae874d4e15810>`_ 2024-12-10 ``Consistent way of checking Airflow version in providers (#44686)`` +`ea3aa67891 <https://github.com/apache/airflow/commit/ea3aa67891b68c69d35af455ad3106c1253244fe>`_ 2024-12-06 ``Fix system test for dataform operators (#44729)`` +`7717985775 <https://github.com/apache/airflow/commit/7717985775fa42f5722ea1b624c09ac1e2fcfa75>`_ 2024-12-06 ``Introduce the translation API v3 (advanced) models operators. (#44627)`` +`f332c770f5 <https://github.com/apache/airflow/commit/f332c770f5b2a18733c0f0352411ca9f73b90e1f>`_ 2024-12-06 ``Deprecate VertexAI PaLM text generative model (#44719)`` +`d2eed7a0d6 <https://github.com/apache/airflow/commit/d2eed7a0d6008890135c747eda8656581030f8ba>`_ 2024-12-01 ``BigQueryInsertJobOperator: log transient error and check job state before marking task as success (#44279)`` +`4d90f145c8 <https://github.com/apache/airflow/commit/4d90f145c848fbb49be6954768da48783caa5c5c>`_ 2024-11-30 ``Make 'CloudBatchSubmitJobOperator' fail when job fails (#44425)`` +`35000c91ea <https://github.com/apache/airflow/commit/35000c91ea7b2ce0851a8af117fdfc3683ec07bb>`_ 2024-11-29 ``Show prominent warning for deprecations in docs (#44479)`` +`0334901451 <https://github.com/apache/airflow/commit/03349014513114f1eaa413a9831b0027e4fbfa67>`_ 2024-11-29 ``Fix yoda-conditions (#44466)`` +`1fdaebd904 <https://github.com/apache/airflow/commit/1fdaebd90472b32823bd14cb75cb28dc9ed55e20>`_ 2024-11-28 ``feat: add OpenLineage support for S3ToGCSOperator (#44426)`` +`1de5a96592 <https://github.com/apache/airflow/commit/1de5a965921e75162fa23f2fcd8514beea428429>`_ 2024-11-27 ``feat: add OpenLineage support for transfer operators between gcs and local (#44417)`` +`9bae4a5b48 <https://github.com/apache/airflow/commit/9bae4a5b48256982310d079df8ece0d95a643cc9>`_ 2024-11-27 ``chore: unify handling of gcs paths (#44410)`` +================================================================================================= =========== ============================================================================================================== + 11.0.0 ...... @@ -50,6 +84,7 @@ Latest change: 2024-11-24 ================================================================================================= =========== ============================================================================================================= Commit Committed Subject ================================================================================================= =========== ============================================================================================================= +`f0da8eeab3 <https://github.com/apache/airflow/commit/f0da8eeab3efba4d4e43439db30a273bfd67c9f1>`_ 2024-11-24 ``Prepare docs for Nov 2nd wave of ad hoc providers (#44321)`` `1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` `3c58e01266 <https://github.com/apache/airflow/commit/3c58e01266f884544fdebc70f92b63848c610d2d>`_ 2024-11-23 ``Bump 'google-cloud-translate' to '3.16' (#44297)`` `da94686520 <https://github.com/apache/airflow/commit/da9468652056794a4a4cd5f11ef4abaac6a16a9a>`_ 2024-11-22 ``Fix incorrect query in 'BigQueryAsyncHook.create_job_for_partition_get'. (#44225)``
docs/apache-airflow-providers-google/index.rst+8 −7 modified@@ -87,7 +87,7 @@ Google services including: - `Google Workspace <https://workspace.google.com/>`__ (formerly Google Suite) -Release: 11.0.0 +Release: 12.0.0 Provider package ---------------- @@ -105,13 +105,13 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ========================================== ========================================= PIP package Version required ========================================== ========================================= -``apache-airflow`` ``>=2.8.0`` -``apache-airflow-providers-common-compat`` ``>=1.2.1`` +``apache-airflow`` ``>=2.9.0`` +``apache-airflow-providers-common-compat`` ``>=1.3.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``asgiref`` ``>=3.5.2`` ``dill`` ``>=0.2.3`` @@ -125,7 +125,8 @@ PIP package Version required ``google-api-python-client`` ``>=2.0.2`` ``google-auth`` ``>=2.29.0`` ``google-auth-httplib2`` ``>=0.0.1`` -``google-cloud-aiplatform`` ``>=1.70.0`` +``google-cloud-aiplatform`` ``>=1.73.0`` +``google-cloud-alloydb`` ``google-cloud-automl`` ``>=2.12.0`` ``google-cloud-bigquery`` ``!=3.21.*,!=3.22.0,!=3.23.*,>=3.4.0`` ``google-cloud-bigquery-datatransfer`` ``>=3.13.0`` @@ -221,5 +222,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-google 11.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-11.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-11.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-11.0.0.tar.gz.sha512>`__) -* `The apache-airflow-providers-google 11.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-11.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-11.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-11.0.0-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-google 12.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-12.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-12.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-12.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-google 12.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-12.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-12.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_google-12.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-grpc/commits.rst+32 −5 modified@@ -35,14 +35,29 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.7.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 3.6.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -123,6 +138,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -154,6 +171,7 @@ Commit `85acbb4ae9 <https://github.com/apache/airflow/commit/85acbb4ae9bc26248ca624fa4d289feccba00836>`_ 2023-08-24 ``Refactor: Remove useless str() calls (#33629)`` `abef61ff3d <https://github.com/apache/airflow/commit/abef61ff3d6b9ae8dcb7f9dbbea78a9648a0c50b>`_ 2023-08-20 ``Replace repr() with proper formatting (#33520)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -184,6 +202,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` @@ -267,9 +286,12 @@ Commit `97496ba2b4 <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`9a469d813f <https://github.com/apache/airflow/commit/9a469d813fc083a7a5f402727e93df3e3f9c9118>`_ 2021-11-30 ``Capitalize names in docs (#19893)`` `853576d901 <https://github.com/apache/airflow/commit/853576d9019d2aca8de1d9c587c883dcbe95b46a>`_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` `d9567eb106 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` `86a2a19ad2 <https://github.com/apache/airflow/commit/86a2a19ad2bdc87a9ad14bb7fde9313b2d7489bb>`_ 2021-10-17 ``More f-strings (#18855)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ========================================================================== 2.0.1 @@ -281,6 +303,7 @@ Latest change: 2021-08-30 Commit Committed Subject ================================================================================================= =========== ============================================================================ `0a68588479 <https://github.com/apache/airflow/commit/0a68588479e34cf175d744ea77b283d9d78ea71a>`_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` +`220678dc61 <https://github.com/apache/airflow/commit/220678dc61749c41927f04a809de357cdaac63ff>`_ 2021-08-27 ``Allow google-auth < 3 and google-api-core < 3 (#17671)`` `be75dcd39c <https://github.com/apache/airflow/commit/be75dcd39cd10264048c86e74110365bd5daf8b7>`_ 2021-08-23 ``Update description about the new ''connection-types'' provider meta-data`` `76ed2a49c6 <https://github.com/apache/airflow/commit/76ed2a49c6cd285bf59706cf04f39a7444c382c9>`_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` `87f408b1e7 <https://github.com/apache/airflow/commit/87f408b1e78968580c760acb275ae5bb042161db>`_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` @@ -301,16 +324,18 @@ Commit `1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_ 2021-06-15 ``More documentation update for June providers release (#16405)`` `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` `37681bca00 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` ================================================================================================= =========== ================================================================= 1.1.0 ..... -Latest change: 2021-04-06 +Latest change: 2021-04-07 ================================================================================================= =========== ============================================================================= Commit Committed Subject ================================================================================================= =========== ============================================================================= +`4e018a870c <https://github.com/apache/airflow/commit/4e018a870ccdece6b0985db0c8ae68d10ae1d055>`_ 2021-04-07 ``Refreshed provider's upcoming release with k8s retries (#15239)`` `042be2e4e0 <https://github.com/apache/airflow/commit/042be2e4e06b988f5ba2dc146f53774dabc8b76b>`_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` `9b76b94c94 <https://github.com/apache/airflow/commit/9b76b94c940d472290861930a1d5860b43b3b2b2>`_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` `68e4c4dcb0 <https://github.com/apache/airflow/commit/68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8>`_ 2021-03-20 ``Remove Backport Providers (#14886)`` @@ -322,14 +347,15 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 ..... @@ -343,6 +369,7 @@ Commit `b40dffa085 <https://github.com/apache/airflow/commit/b40dffa08547b610162f8cacfa75847f3c4ca364>`_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` `9b39f24780 <https://github.com/apache/airflow/commit/9b39f24780e85f859236672e9060b2fbeee81b36>`_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` `2037303eef <https://github.com/apache/airflow/commit/2037303eef93fd36ab13746b045d1c1fee6aa143>`_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`de3b1e687b <https://github.com/apache/airflow/commit/de3b1e687b26c524c6909b7b4dfbb60d25019751>`_ 2020-11-28 ``Move connection guides to provider documentation packages (#12653)`` `c34ef853c8 <https://github.com/apache/airflow/commit/c34ef853c890e08f5468183c03dc8f3f3ce84af2>`_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` `0080354502 <https://github.com/apache/airflow/commit/00803545023b096b8db4fbd6eb473843096d7ce4>`_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` `ae7cb4a1e2 <https://github.com/apache/airflow/commit/ae7cb4a1e2a96351f1976cf5832615e24863e05d>`_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)``
docs/apache-airflow-providers-grpc/index.rst+3 −3 modified@@ -68,7 +68,7 @@ apache-airflow-providers-grpc package `gRPC <https://grpc.io/>`__ -Release: 3.6.0 +Release: 3.7.0 Provider package ---------------- @@ -86,12 +86,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================== ================== PIP package Version required ======================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``google-auth`` ``>=1.0.0,<3.0.0`` ``google-auth-httplib2`` ``>=0.0.1`` ``grpcio`` ``>=1.59.0``
docs/apache-airflow-providers-hashicorp/commits.rst+37 −5 modified@@ -35,14 +35,29 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.0.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`696cb29f3b <https://github.com/apache/airflow/commit/696cb29f3bb5f0a1a947d183688cbd4f30bfeb3f>`_ 2024-12-06 ``Removed deprecated code from hashicorp provider (#44598)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 3.8.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -70,6 +85,7 @@ Latest change: 2024-05-01 Commit Committed Subject ================================================================================================= =========== ======================================================================= `fe4605a10e <https://github.com/apache/airflow/commit/fe4605a10e26f1b8a180979ba5765d1cb7fb0111>`_ 2024-05-01 ``Prepare docs 1st wave May 2024 (#39328)`` +`48c98bc1d4 <https://github.com/apache/airflow/commit/48c98bc1d4371a990bfadbfdd1478254e0098fa6>`_ 2024-04-27 ``Update Hashicorp AWS assume role auth docs (#39287)`` `a3f0d83679 <https://github.com/apache/airflow/commit/a3f0d836796c34d3643842f1674f1d5b04bb34bd>`_ 2024-04-27 ``Add assume_role_kwargs in hashicorp backend config (#39279)`` `ead9b00f7c <https://github.com/apache/airflow/commit/ead9b00f7cd5acecf9d575c459bb62633088436a>`_ 2024-04-25 ``Bump minimum Airflow version in providers to Airflow 2.7.0 (#39240)`` `d08f893f25 <https://github.com/apache/airflow/commit/d08f893f25c2267198916f013dd41c900aa3f3af>`_ 2024-04-25 ``Expose AWS IAM missing param in Hashicorp secret (#38536)`` @@ -119,6 +135,7 @@ Commit `6bd450da1e <https://github.com/apache/airflow/commit/6bd450da1eb6cacc2ccfd4544d520ae059b75c3b>`_ 2024-01-10 ``Provide the logger_name param in providers hooks in order to override the logger name (#36675)`` `19ebcac239 <https://github.com/apache/airflow/commit/19ebcac2395ef9a6b6ded3a2faa29dc960c1e635>`_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` `6937ae7647 <https://github.com/apache/airflow/commit/6937ae76476b3bc869ef912d000bcc94ad642db1>`_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` +`8b723e498d <https://github.com/apache/airflow/commit/8b723e498de47a14f4d2dc13d5a2b876d42d7ff8>`_ 2023-12-27 ``Use RST headers instead of Markdown (#36452)`` ================================================================================================= =========== ==================================================================================================================== 3.6.1 @@ -131,6 +148,7 @@ Commit ================================================================================================= =========== ================================================================================== `b15d5578da <https://github.com/apache/airflow/commit/b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c>`_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` `f5883d6e7b <https://github.com/apache/airflow/commit/f5883d6e7be83f1ab9468e67164b7ac381fdb49f>`_ 2023-12-23 ``Prepare 2nd wave of providers in December (#36373)`` +`b9c38c6b18 <https://github.com/apache/airflow/commit/b9c38c6b18412179afca11aea5d68f416e7bcafd>`_ 2023-12-20 ``DOC multiple vault mount points (#36313)`` `cd476acd8f <https://github.com/apache/airflow/commit/cd476acd8f1684f613c20dddaa9e988bcfb3ac1c>`_ 2023-12-11 ``Follow BaseHook connection fields method signature in child classes (#36086)`` ================================================================================================= =========== ================================================================================== @@ -148,6 +166,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -178,6 +198,7 @@ Commit `9d8c77e447 <https://github.com/apache/airflow/commit/9d8c77e447f5515b9a6aa85fa72511a86a128c28>`_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `a54c2424df <https://github.com/apache/airflow/commit/a54c2424df51bf1acec420f4792a237dabcfa12b>`_ 2023-08-23 ``Fix typos (double words and it's/its) (#33623)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` ================================================================================================= =========== =================================================================================================== 3.4.2 @@ -222,6 +243,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `0a30706aa7 <https://github.com/apache/airflow/commit/0a30706aa7c581905ca99a8b6e2f05960d480729>`_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` @@ -256,6 +278,7 @@ Commit `4fa91d7540 <https://github.com/apache/airflow/commit/4fa91d7540b93420a6c7c43737e3ac881b418873>`_ 2023-03-04 ``Fix empty paths in Vault secrets backend (#29908)`` `fcd3c0149f <https://github.com/apache/airflow/commit/fcd3c0149f17b364dfb94c0523d23e3145976bbe>`_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` `dff425bc3d <https://github.com/apache/airflow/commit/dff425bc3d92697bb447010aa9f3b56519a59f1e>`_ 2023-02-24 ``Support multiple mount points in Vault backend secret (#29734)`` +`1816bc321f <https://github.com/apache/airflow/commit/1816bc321f72ad768cc6ee6f3ed766b7a448abc6>`_ 2023-02-11 ``Update hashicorp-vault.rst (#29464)`` ================================================================================================= =========== ================================================================== 3.2.0 @@ -369,7 +392,9 @@ Commit `03b08aad8c <https://github.com/apache/airflow/commit/03b08aad8c71204da7edc1202ff9928ff236366a>`_ 2022-01-14 ``Fix Vault Hook default connection name (#20792)`` `f77417eb0d <https://github.com/apache/airflow/commit/f77417eb0d3f12e4849d80645325c02a48829278>`_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` `97496ba2b4 <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`5516c14951 <https://github.com/apache/airflow/commit/5516c14951e41aa5852df7358df6284f549111cc>`_ 2021-12-22 ``Update hashicorp-vault.rst (#20348)`` `2fb5e1d0ec <https://github.com/apache/airflow/commit/2fb5e1d0ec306839a3ff21d0bddbde1d022ee8c7>`_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` ================================================================================================= =========== ========================================================================== 2.1.1 @@ -381,7 +406,9 @@ Latest change: 2021-09-30 Commit Committed Subject ================================================================================================= =========== ================================================================= `840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` `476ae0eb58 <https://github.com/apache/airflow/commit/476ae0eb588a5bfbc3d415a34cf4f0262f53888e>`_ 2021-09-10 ``Fixing Vault AppRole authentication with CONN_URI (#18064)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ================================================================= 2.1.0 @@ -400,6 +427,7 @@ Commit `6301faa388 <https://github.com/apache/airflow/commit/6301faa3888371ef361e704844f36d9bf768f731>`_ 2021-08-23 ``Enable Connection creation from Vault parameters (#15013)`` `76ed2a49c6 <https://github.com/apache/airflow/commit/76ed2a49c6cd285bf59706cf04f39a7444c382c9>`_ 2021-08-19 ``Import Hooks lazily individually in providers manager (#17682)`` `29aab6434f <https://github.com/apache/airflow/commit/29aab6434ffe0fb8c83b6fd6c9e44310966d496a>`_ 2021-08-17 ``Adds secrets backend/logging/auth information to provider yaml (#17625)`` +`8fa4a8b587 <https://github.com/apache/airflow/commit/8fa4a8b587a3672156110fc4cf5c04bdf6830867>`_ 2021-08-02 ``Update hasicorp-vault.rst to describe use of config (#17313)`` `87f408b1e7 <https://github.com/apache/airflow/commit/87f408b1e78968580c760acb275ae5bb042161db>`_ 2021-07-26 ``Prepares docs for Rc2 release of July providers (#17116)`` `b916b75079 <https://github.com/apache/airflow/commit/b916b7507921129dc48d6add1bdc4b923b60c9b9>`_ 2021-07-15 ``Prepare documentation for July release of providers. (#17015)`` `866a601b76 <https://github.com/apache/airflow/commit/866a601b76e219b3c043e1dbbc8fb22300866351>`_ 2021-06-28 ``Removes pylint from our toolchain (#16682)`` @@ -418,16 +446,18 @@ Commit `1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_ 2021-06-15 ``More documentation update for June providers release (#16405)`` `70cfe01353 <https://github.com/apache/airflow/commit/70cfe0135373d1f0400e7d9b275ebb017429794b>`_ 2021-06-12 ``Sanitize end of line character when loading token from a file (vault) (#16407)`` `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` ================================================================================================= =========== ================================================================================== 1.0.2 ..... -Latest change: 2021-04-06 +Latest change: 2021-04-07 ================================================================================================= =========== ============================================================================= Commit Committed Subject ================================================================================================= =========== ============================================================================= +`4e018a870c <https://github.com/apache/airflow/commit/4e018a870ccdece6b0985db0c8ae68d10ae1d055>`_ 2021-04-07 ``Refreshed provider's upcoming release with k8s retries (#15239)`` `042be2e4e0 <https://github.com/apache/airflow/commit/042be2e4e06b988f5ba2dc146f53774dabc8b76b>`_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` `b74f796c83 <https://github.com/apache/airflow/commit/b74f796c833283c820c81b20df1ba9f9cfa485c3>`_ 2021-04-06 ``Fix deprecated warning hvac auth (#15216)`` `68e4c4dcb0 <https://github.com/apache/airflow/commit/68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8>`_ 2021-03-20 ``Remove Backport Providers (#14886)`` @@ -439,15 +469,16 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 ..... @@ -460,6 +491,7 @@ Commit `32971a1a2d <https://github.com/apache/airflow/commit/32971a1a2de1db0b4f7442ed26facdf8d3b7a36f>`_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` `b40dffa085 <https://github.com/apache/airflow/commit/b40dffa08547b610162f8cacfa75847f3c4ca364>`_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` `9b39f24780 <https://github.com/apache/airflow/commit/9b39f24780e85f859236672e9060b2fbeee81b36>`_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`70b1cc2cfc <https://github.com/apache/airflow/commit/70b1cc2cfc9a130a9a8677df3503b13be926eb2b>`_ 2020-12-04 ``Move secret backends guides to provider docs (#12798)`` `36a9b0f48b <https://github.com/apache/airflow/commit/36a9b0f48baf4a8ef8fc02a450a279948a8c0f02>`_ 2020-11-20 ``Fix the default value for VaultBackend's config_path (#12518)`` `c34ef853c8 <https://github.com/apache/airflow/commit/c34ef853c890e08f5468183c03dc8f3f3ce84af2>`_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` `0080354502 <https://github.com/apache/airflow/commit/00803545023b096b8db4fbd6eb473843096d7ce4>`_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)``
docs/apache-airflow-providers-hashicorp/index.rst+5 −5 modified@@ -69,7 +69,7 @@ apache-airflow-providers-hashicorp package Hashicorp including `Hashicorp Vault <https://www.vaultproject.io/>`__ -Release: 3.8.0 +Release: 4.0.0 Provider package ---------------- @@ -87,12 +87,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``hvac`` ``>=1.1.0`` ================== ================== @@ -121,5 +121,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-hashicorp 3.8.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-3.8.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-3.8.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-3.8.0.tar.gz.sha512>`__) -* `The apache-airflow-providers-hashicorp 3.8.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-3.8.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-3.8.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-3.8.0-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-hashicorp 4.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-hashicorp 4.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_hashicorp-4.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-http/commits.rst+20 −0 modified@@ -35,6 +35,25 @@ For high-level changelog, see :doc:`package information including changelog <ind +5.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ================================================================================================= +Commit Committed Subject +================================================================================================= =========== ================================================================================================= +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`e03265bb56 <https://github.com/apache/airflow/commit/e03265bb5613b8cfcaa2a42cf6369b1ba091ddf4>`_ 2024-12-05 ``Correct new changelog breaking changes header (#44659)`` +`71fec4e661 <https://github.com/apache/airflow/commit/71fec4e661ae4858dfe0f3797124c68b87aa13b2>`_ 2024-12-03 ``[Providers/HTTP] Add adapter parameter to HttpHook to allow custom requests adapters (#44302)`` +`1cf796460c <https://github.com/apache/airflow/commit/1cf796460cb033726336e7d7c688c6ed3ea2fa9a>`_ 2024-12-02 ``Remove Provider Deprecations in HTTP (#44542)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`123dadda0e <https://github.com/apache/airflow/commit/123dadda0e0648ef1412053d1743128333eecb63>`_ 2024-11-15 ``Rename execution_date to logical_date across codebase (#43902)`` +`cc7b7a2795 <https://github.com/apache/airflow/commit/cc7b7a2795b2226fdbcbfa15a52164f5b2811fb6>`_ 2024-11-14 ``Apply suggestions from code review (#44036)`` +================================================================================================= =========== ================================================================================================= + 4.13.3 ...... @@ -43,6 +62,7 @@ Latest change: 2024-11-14 ================================================================================================= =========== =============================================================== Commit Committed Subject ================================================================================================= =========== =============================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7a0dddc09 <https://github.com/apache/airflow/commit/e7a0dddc09c3ebad29c73e1c2f66a7c09a6f2b5e>`_ 2024-11-14 ``Limit temporarily aiohttp to < 3.11.0 (#44006)`` `fba17703b7 <https://github.com/apache/airflow/commit/fba17703b7e745a7a8574693f75f7b46dec13222>`_ 2024-10-29 ``Fix(http) bug, pass request_kwargs to HttpHooK.run (#43459)`` ================================================================================================= =========== ===============================================================
docs/apache-airflow-providers-http/index.rst+7 −7 modified@@ -77,7 +77,7 @@ apache-airflow-providers-http package `Hypertext Transfer Protocol (HTTP) <https://www.w3.org/Protocols/>`__ -Release: 4.13.3 +Release: 5.0.0 Provider package ---------------- @@ -95,14 +95,14 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. -===================== =================== +===================== ==================== PIP package Version required -===================== =================== -``apache-airflow`` ``>=2.8.0`` +===================== ==================== +``apache-airflow`` ``>=2.9.0`` ``requests`` ``>=2.27.0,<3`` ``requests-toolbelt`` ``>=0.4.0`` -``aiohttp`` ``<3.11.0,>=3.9.2`` +``aiohttp`` ``!=3.11.0,>=3.9.2`` ``asgiref`` ``>=2.3.0`` -===================== =================== +===================== ====================
docs/apache-airflow-providers-imap/commits.rst+27 −4 modified@@ -35,14 +35,29 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.8.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 3.7.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -102,6 +117,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -154,6 +171,7 @@ Commit `60677b0ba3 <https://github.com/apache/airflow/commit/60677b0ba3c9e81595ec2aa3d4be2737e5b32054>`_ 2023-08-05 ``Prepare docs for Aug 2023 1st wave of Providers (#33128)`` `cf7e0c5aa5 <https://github.com/apache/airflow/commit/cf7e0c5aa5ccc7b8a3963b14eadde0c8bc7c4eb7>`_ 2023-08-04 ``Add possibility to use 'ssl_context' extra for SMTP and IMAP connections (#33112)`` `52ca7bfc98 <https://github.com/apache/airflow/commit/52ca7bfc988f4c9b608f544bc3e9524fd6564639>`_ 2023-08-04 ``Allows to choose SSL context for IMAP provider (#33108)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -309,6 +327,9 @@ Commit `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` `ee87953652 <https://github.com/apache/airflow/commit/ee87953652e1bea103aa1b338293306eb7ae041d>`_ 2021-12-21 ``Allow setting port in IMAP Connection (#20440)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ========================================================================= 2.0.1 @@ -336,6 +357,7 @@ Commit `cbf8001d76 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` `1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_ 2021-06-15 ``More documentation update for June providers release (#16405)`` `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`9c8391a13f <https://github.com/apache/airflow/commit/9c8391a13f6ba29749675cf23f2f874f96b0cc8c>`_ 2021-05-10 ``Fix spelling (#15699)`` `37681bca00 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` `807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` `5b2fe0e740 <https://github.com/apache/airflow/commit/5b2fe0e74013cd08d1f76f5c115f2c8f990ff9bc>`_ 2021-04-27 ``Add Connection Documentation for Popular Providers (#15393)`` @@ -349,15 +371,16 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 .....
docs/apache-airflow-providers-imap/index.rst+3 −3 modified@@ -63,7 +63,7 @@ apache-airflow-providers-imap package `Internet Message Access Protocol (IMAP) <https://tools.ietf.org/html/rfc3501>`__ -Release: 3.7.0 +Release: 3.8.0 Provider package ---------------- @@ -81,10 +81,10 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ================== ==================
docs/apache-airflow-providers-influxdb/commits.rst+29 −2 modified@@ -35,14 +35,31 @@ For high-level changelog, see :doc:`package information including changelog <ind +2.8.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 2.7.1 ..... -Latest change: 2024-09-13 +Latest change: 2024-09-21 ================================================================================================= =========== ==================================================================== Commit Committed Subject ================================================================================================= =========== ==================================================================== +`7628d47d04 <https://github.com/apache/airflow/commit/7628d47d0481966d9a9b25dfd4870b7a6797ebbf>`_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` `1272c1cc61 <https://github.com/apache/airflow/commit/1272c1cc6146ab80d80a26daaf7db933fe342407>`_ 2024-09-13 ``Fix MyPy Checks introduced by newer version of InfluxDB (#42227)`` ================================================================================================= =========== ==================================================================== @@ -112,6 +129,7 @@ Commit ================================================================================================= =========== ================================================================================== `bfb054e9e8 <https://github.com/apache/airflow/commit/bfb054e9e867b8b9a6a449e43bfba97f645e025e>`_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` `78294c24e2 <https://github.com/apache/airflow/commit/78294c24e2a522815459b5ba9f67b9d2f8143990>`_ 2024-02-11 ``Get rid of pytest-httpx as dependency (#37334)`` +`f61ffe58d3 <https://github.com/apache/airflow/commit/f61ffe58d3cd0bcb51f6f9036a3acbfa4443d977>`_ 2024-02-11 ``Remove extra package headers in provider indexes (#37324)`` `cead3da4a6 <https://github.com/apache/airflow/commit/cead3da4a6f483fa626b81efd27a24dcb5a36ab0>`_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` `2b4da0101f <https://github.com/apache/airflow/commit/2b4da0101f0314989d148c3c8a02c87e87048974>`_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` `19ebcac239 <https://github.com/apache/airflow/commit/19ebcac2395ef9a6b6ded3a2faa29dc960c1e635>`_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` @@ -134,6 +152,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -174,6 +194,7 @@ Commit `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `ea8519c055 <https://github.com/apache/airflow/commit/ea8519c0554d16b13d330a686f8479fc10cc58f2>`_ 2023-08-18 ``Avoid importing pandas and numpy in runtime and module level (#33483)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -206,10 +227,13 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` `d23a3bbed8 <https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +`2b92c3c74d <https://github.com/apache/airflow/commit/2b92c3c74d3259ebac714f157c525836f0af50f0>`_ 2023-01-05 ``Fix providers documentation formatting (#28754)`` +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` ================================================================================================= =========== ====================================================================================== 2.1.0 @@ -228,6 +252,7 @@ Commit `e5ac6c7cfb <https://github.com/apache/airflow/commit/e5ac6c7cfb189c33e3b247f7d5aec59fe5e89a00>`_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)`` ================================================================================================= =========== ==================================================================================== 2.0.0 @@ -286,6 +311,7 @@ Commit `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` `36aa695ea8 <https://github.com/apache/airflow/commit/36aa695ea817ea6f7e446558ef108d2c450ebb0c>`_ 2021-12-11 ``Fix mypy neo4j and influxdb (#20189)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` ================================================================================================= =========== ========================================================================== 1.1.0 @@ -305,11 +331,12 @@ Commit 1.0.0 ..... -Latest change: 2021-09-29 +Latest change: 2021-09-30 ================================================================================================= =========== ====================================================================== Commit Committed Subject ================================================================================================= =========== ====================================================================== +`840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`_ 2021-09-30 ``Update documentation for September providers release (#18613)`` `e84527509e <https://github.com/apache/airflow/commit/e84527509e50f37dbbfb9c0698647a03c1a42c71>`_ 2021-09-29 ``Updating the InfluxDB example DAG to use the TaskFlow API (#18596)`` `c747bce135 <https://github.com/apache/airflow/commit/c747bce135c5bcbc92645c226cb90fd99dc62be5>`_ 2021-09-28 ``Influxdb Hook (#17068)`` ================================================================================================= =========== ======================================================================
docs/apache-airflow-providers-influxdb/index.rst+3 −3 modified@@ -77,7 +77,7 @@ apache-airflow-providers-influxdb package `InfluxDB <https://www.influxdata.com/>`__ -Release: 2.7.1 +Release: 2.8.0 Provider package ---------------- @@ -95,12 +95,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. =================== ================== PIP package Version required =================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``influxdb-client`` ``>=1.19.0`` ``requests`` ``>=2.27.0,<3`` =================== ==================
docs/apache-airflow-providers-jdbc/commits.rst+20 −1 modified@@ -35,14 +35,33 @@ For high-level changelog, see :doc:`package information including changelog <ind +5.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== =============================================================================================================== +Commit Committed Subject +================================================================================================= =========== =============================================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`a10b3fccb0 <https://github.com/apache/airflow/commit/a10b3fccb09805397e607df4cd3ded6194d20170>`_ 2024-12-18 ``Allow configuration of sqlalchemy query parameter for JdbcHook and PostgresHook through extras (#44910)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`2c0145766a <https://github.com/apache/airflow/commit/2c0145766a12a55a6a5096a7f78a15654b0ea129>`_ 2024-12-13 ``Made get_conn in JdbcHook threadsafe to avoid OSError: JVM is already started (#44718)`` +`8d1018e2b7 <https://github.com/apache/airflow/commit/8d1018e2b74bdbf6a46989cabf81c5ac9525e39d>`_ 2024-12-05 ``Remove Provider Deprecations in JDBC (#44662)`` +`b32ca97bfc <https://github.com/apache/airflow/commit/b32ca97bfc961d173e06dcec0ac217bf5cc25f52>`_ 2024-11-28 ``Suppress JException when get_autocommit and set_autocommit methods aren't supported on JDBC driver (#43786)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +================================================================================================= =========== =============================================================================================================== + 4.5.3 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `d8c7d28411 <https://github.com/apache/airflow/commit/d8c7d28411bea04ae5771fc1e2973d92eb0a144e>`_ 2024-10-30 ``Start porting DAG definition code to the Task SDK (#43076)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)``
docs/apache-airflow-providers-jdbc/index.rst+5 −5 modified@@ -78,7 +78,7 @@ apache-airflow-providers-jdbc package `Java Database Connectivity (JDBC) <https://docs.oracle.com/javase/8/docs/technotes/guides/jdbc/>`__ -Release: 4.5.3 +Release: 5.0.0 Provider package ---------------- @@ -96,12 +96,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ================== PIP package Version required ======================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``jaydebeapi`` ``>=1.1.1`` ======================================= ================== @@ -131,5 +131,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-jdbc 4.5.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-4.5.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-4.5.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-4.5.3.tar.gz.sha512>`__) -* `The apache-airflow-providers-jdbc 4.5.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-4.5.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-4.5.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-4.5.3-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-jdbc 5.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-5.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-5.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-5.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-jdbc 5.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-5.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-5.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_jdbc-5.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-jenkins/commits.rst+36 −7 modified@@ -35,14 +35,30 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`c48975eb77 <https://github.com/apache/airflow/commit/c48975eb77a1ae6f04380ad1e5ec782e7d89df7a>`_ 2024-12-03 ``Remove Provider Deprecations in Jenkins (#44630)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +================================================================================================= =========== ===================================================================== + 3.7.2 ..... -Latest change: 2024-10-22 +Latest change: 2024-10-27 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`78ff0a9970 <https://github.com/apache/airflow/commit/78ff0a99700125121b7f0647023503750f14a11b>`_ 2024-10-27 ``Prepare docs for Oct 2nd wave of providers (#43409)`` `ccd7b86142 <https://github.com/apache/airflow/commit/ccd7b861427bceac0b5d122f98c3d408882b5175>`_ 2024-10-22 ``Remove unnecessary return value from 'jenkins_request_with_headers' (#43207)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== @@ -137,6 +153,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -169,6 +187,7 @@ Commit `794bd43aa8 <https://github.com/apache/airflow/commit/794bd43aa870c08d68488ad7597576f6ad0ed02c>`_ 2023-09-01 ``Move the try outside the loop when this is possible in jenkins provider (#33979)`` `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -201,6 +220,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` @@ -224,12 +244,13 @@ Commit Latest change: 2023-01-14 -================================================================================================= =========== ================================================================== +================================================================================================= =========== ===================================================================== Commit Committed Subject -================================================================================================= =========== ================================================================== +================================================================================================= =========== ===================================================================== `911b708ffd <https://github.com/apache/airflow/commit/911b708ffddd4e7cb6aaeac84048291891eb0f1f>`_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` `149a7ea3de <https://github.com/apache/airflow/commit/149a7ea3de56c04deb9f74ba0c6e5bb88aef4d10>`_ 2023-01-06 ``check jenkins result state (#28659)`` -================================================================================================= =========== ================================================================== +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` +================================================================================================= =========== ===================================================================== 3.1.0 ..... @@ -249,6 +270,7 @@ Commit `d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` `510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)`` ================================================================================================= =========== ==================================================================================== 3.0.0 @@ -279,6 +301,7 @@ Commit ================================================================================================= =========== ============================================================== `56ab82ed7a <https://github.com/apache/airflow/commit/56ab82ed7a5c179d024722ccc697b740b2b93b6a>`_ 2022-04-07 ``Prepare mid-April provider documentation. (#22819)`` `c30ab6945e <https://github.com/apache/airflow/commit/c30ab6945ea0715889d32e38e943c899a32d5862>`_ 2022-04-04 ``extra condition to check returned object not None (#22608)`` +`cb41d5c02e <https://github.com/apache/airflow/commit/cb41d5c02e3c53a24f9dc148e45e696891c347c2>`_ 2022-04-02 ``Add jenkins connection doc (#22682)`` `4e24b22379 <https://github.com/apache/airflow/commit/4e24b22379e131fe1007e911b93f52e1b6afcf3f>`_ 2022-03-24 ``Add 'JenkinsBuildSensor' (#22421)`` ================================================================================================= =========== ============================================================== @@ -331,6 +354,7 @@ Commit `83f8e178ba <https://github.com/apache/airflow/commit/83f8e178ba7a3d4ca012c831a5bfc2cade9e812d>`_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `85bedd03c3 <https://github.com/apache/airflow/commit/85bedd03c33a1d6c6339e846558727bf20bc16f7>`_ 2021-12-20 ``Clean up JenkinsJobTriggerOperator (#19019)`` +`9a469d813f <https://github.com/apache/airflow/commit/9a469d813fc083a7a5f402727e93df3e3f9c9118>`_ 2021-11-30 ``Capitalize names in docs (#19893)`` ================================================================================================= =========== ========================================================================= 2.0.3 @@ -346,6 +370,8 @@ Commit `86a2a19ad2 <https://github.com/apache/airflow/commit/86a2a19ad2bdc87a9ad14bb7fde9313b2d7489bb>`_ 2021-10-17 ``More f-strings (#18855)`` `840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`_ 2021-09-30 ``Update documentation for September providers release (#18613)`` `a458fcc573 <https://github.com/apache/airflow/commit/a458fcc573845ff65244a2dafd204ed70129f3e8>`_ 2021-09-27 ``Updating miscellaneous provider DAGs to use TaskFlow API where applicable (#18278)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ====================================================================================== 2.0.2 @@ -390,6 +416,7 @@ Commit `cbf8001d76 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` `1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_ 2021-06-15 ``More documentation update for June providers release (#16405)`` `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`1e647029e4 <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` `37681bca00 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` `807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` `40a2476a5d <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` @@ -414,16 +441,17 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `a9ac2b040b <https://github.com/apache/airflow/commit/a9ac2b040b64de1aa5d9c2b9def33334e36a8d22>`_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 ..... @@ -436,6 +464,7 @@ Commit `32971a1a2d <https://github.com/apache/airflow/commit/32971a1a2de1db0b4f7442ed26facdf8d3b7a36f>`_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` `b40dffa085 <https://github.com/apache/airflow/commit/b40dffa08547b610162f8cacfa75847f3c4ca364>`_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` `9b39f24780 <https://github.com/apache/airflow/commit/9b39f24780e85f859236672e9060b2fbeee81b36>`_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`f2569de7d1 <https://github.com/apache/airflow/commit/f2569de7d1a7b100774f397a641e977c307cbb91>`_ 2020-11-22 ``Add example DAGs to provider docs (#12528)`` `c34ef853c8 <https://github.com/apache/airflow/commit/c34ef853c890e08f5468183c03dc8f3f3ce84af2>`_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` `0080354502 <https://github.com/apache/airflow/commit/00803545023b096b8db4fbd6eb473843096d7ce4>`_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` `ae7cb4a1e2 <https://github.com/apache/airflow/commit/ae7cb4a1e2a96351f1976cf5832615e24863e05d>`_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)``
docs/apache-airflow-providers-jenkins/index.rst+3 −3 modified@@ -76,7 +76,7 @@ apache-airflow-providers-jenkins package `Jenkins <https://jenkins.io/>`__ -Release: 3.7.2 +Release: 4.0.0 Provider package ---------------- @@ -94,11 +94,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``python-jenkins`` ``>=1.0.0`` ================== ==================
docs/apache-airflow-providers-microsoft-azure/commits.rst+23 −1 modified@@ -35,14 +35,36 @@ For high-level changelog, see :doc:`package information including changelog <ind +12.0.0 +...... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================================================== +`2947bf00f9 <https://github.com/apache/airflow/commit/2947bf00f97603299a5c1e133375120fbd18da93>`_ 2024-12-19 ``PowerBIDatasetRefreshOperator should fail when refresh fails (#44696)`` +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`3310b8628e <https://github.com/apache/airflow/commit/3310b8628e34578d16d2afbea3809ae422cd6d76>`_ 2024-12-18 ``Avoid 1.1.8 version of msgraph-core (#45044)`` +`01e0bc3152 <https://github.com/apache/airflow/commit/01e0bc315244d43bc317ddb82b2339801ce150b5>`_ 2024-12-18 ``refactor: Added MS Graph connection type (#45006)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`088e796e93 <https://github.com/apache/airflow/commit/088e796e93b1f573a84bd965666913bdc56a291c>`_ 2024-12-07 ``Remove Provider Deprecations in Microsoft-AZURE (#44763)`` +`c5832d9fb8 <https://github.com/apache/airflow/commit/c5832d9fb8c223afd9b5b1a3fc9339ab549b4591>`_ 2024-11-28 ``Added test-case for callable values in path and query parameters of MSGraphAsyncOperator (#43799)`` +`4404e64247 <https://github.com/apache/airflow/commit/4404e64247daf37b350bc7cd835d397256507ad1>`_ 2024-11-25 ``Move triggers to standard provider (#43608)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`6faa720cd8 <https://github.com/apache/airflow/commit/6faa720cd8f206a5af718752d27c1dd5d38c96d1>`_ 2024-11-18 ``Remove XCom pickling (#43905)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +================================================================================================= =========== ===================================================================================================== + 11.1.0 ...... -Latest change: 2024-11-09 +Latest change: 2024-11-14 ================================================================================================= =========== ============================================================ Commit Committed Subject ================================================================================================= =========== ============================================================ +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `b9513cc9b9 <https://github.com/apache/airflow/commit/b9513cc9b94a70e721a439088ddd9e93f8c6c429>`_ 2024-11-09 ``Fix Power BI trigger testcase (#43494)`` `59ea748f74 <https://github.com/apache/airflow/commit/59ea748f740a89ec17ece00ca874e5ac56b7e28f>`_ 2024-11-02 ``Add min version to ipykernel,scrapbook, pywinrm (#43603)`` `1f7a58a517 <https://github.com/apache/airflow/commit/1f7a58a5172bfd6dacf09d446f48e2cd5edca3d5>`_ 2024-11-01 ``Add copy_object functionality for wasbhook (#43037)``
docs/apache-airflow-providers-microsoft-azure/index.rst+14 −14 modified@@ -82,7 +82,7 @@ apache-airflow-providers-microsoft-azure package `Microsoft Azure <https://azure.microsoft.com/>`__ -Release: 11.1.0 +Release: 12.0.0 Provider package ---------------- @@ -100,12 +100,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ====================================== =================== PIP package Version required ====================================== =================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``adlfs`` ``>=2023.10.0`` ``azure-batch`` ``>=8.0.0`` ``azure-cosmos`` ``>=4.6.0`` @@ -127,7 +127,7 @@ PIP package Version required ``azure-mgmt-datafactory`` ``>=2.0.0`` ``azure-mgmt-containerregistry`` ``>=8.0.0`` ``azure-mgmt-containerinstance`` ``>=10.1.0`` -``msgraph-core`` ``>=1.0.0`` +``msgraph-core`` ``>=1.0.0,!=1.1.8`` ``microsoft-kiota-http`` ``>=1.3.0,!=1.3.4`` ``microsoft-kiota-serialization-json`` ``==1.0.0`` ``microsoft-kiota-serialization-text`` ``==1.0.0`` @@ -147,20 +147,20 @@ You can install such cross-provider dependencies when installing from PyPI. For pip install apache-airflow-providers-microsoft-azure[amazon] -==================================================================================================== ========== -Dependent package Extra -==================================================================================================== ========== -`apache-airflow-providers-amazon <https://airflow.apache.org/docs/apache-airflow-providers-amazon>`_ ``amazon`` -`apache-airflow-providers-google <https://airflow.apache.org/docs/apache-airflow-providers-google>`_ ``google`` -`apache-airflow-providers-oracle <https://airflow.apache.org/docs/apache-airflow-providers-oracle>`_ ``oracle`` -`apache-airflow-providers-sftp <https://airflow.apache.org/docs/apache-airflow-providers-sftp>`_ ``sftp`` -==================================================================================================== ========== +================================================================================================================== ================= +Dependent package Extra +================================================================================================================== ================= +`apache-airflow-providers-amazon <https://airflow.apache.org/docs/apache-airflow-providers-amazon>`_ ``amazon`` +`apache-airflow-providers-common-compat <https://airflow.apache.org/docs/apache-airflow-providers-common-compat>`_ ``common.compat`` +`apache-airflow-providers-oracle <https://airflow.apache.org/docs/apache-airflow-providers-oracle>`_ ``oracle`` +`apache-airflow-providers-sftp <https://airflow.apache.org/docs/apache-airflow-providers-sftp>`_ ``sftp`` +================================================================================================================== ================= Downloading official packages ----------------------------- You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-microsoft-azure 11.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-11.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-11.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-11.1.0.tar.gz.sha512>`__) -* `The apache-airflow-providers-microsoft-azure 11.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-11.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-11.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-11.1.0-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-microsoft-azure 12.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-12.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-12.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-12.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-microsoft-azure 12.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-12.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-12.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_azure-12.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-microsoft-mssql/commits.rst+18 −1 modified@@ -35,14 +35,31 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`75b24e88b2 <https://github.com/apache/airflow/commit/75b24e88b25a762b503e783154361ff978024340>`_ 2024-12-07 ``Remove Provider Deprecations in Microsoft-MSSQL (#44762)`` +`e46453966e <https://github.com/apache/airflow/commit/e46453966ef521cc8f6dc7019566ea2fdcc0063b>`_ 2024-11-26 ``Support connection extra parameters in MsSqlHook (#44310)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +================================================================================================= =========== ===================================================================== + 3.9.2 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `d8c7d28411 <https://github.com/apache/airflow/commit/d8c7d28411bea04ae5771fc1e2973d92eb0a144e>`_ 2024-10-30 ``Start porting DAG definition code to the Task SDK (#43076)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)``
docs/apache-airflow-providers-microsoft-mssql/index.rst+5 −5 modified@@ -77,7 +77,7 @@ apache-airflow-providers-microsoft-mssql package `Microsoft SQL Server (MSSQL) <https://www.microsoft.com/sql-server/>`__ -Release: 3.9.2 +Release: 4.0.0 Provider package ---------------- @@ -95,12 +95,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ================== PIP package Version required ======================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``pymssql`` ``>=2.3.0`` ``methodtools`` ``>=0.4.7`` @@ -131,5 +131,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-microsoft-mssql 3.9.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_mssql-3.9.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_mssql-3.9.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_mssql-3.9.2.tar.gz.sha512>`__) -* `The apache-airflow-providers-microsoft-mssql 3.9.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_mssql-3.9.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_mssql-3.9.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_mssql-3.9.2-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-microsoft-mssql 4.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_mssql-4.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_mssql-4.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_mssql-4.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-microsoft-mssql 4.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_mssql-4.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_mssql-4.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_microsoft_mssql-4.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-microsoft-psrp/commits.rst+26 −2 modified@@ -37,14 +37,30 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.0.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`558148c6de <https://github.com/apache/airflow/commit/558148c6ded5ee6e05dedced154130b7b8cf8140>`_ 2024-12-07 ``Remove Provider Deprecations in Microsoft-PSRP (#44761)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 2.8.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` `d23881c648 <https://github.com/apache/airflow/commit/d23881c6489916113921dcedf85077441b44aaf3>`_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` `09a7bd1d58 <https://github.com/apache/airflow/commit/09a7bd1d585d2d306dd30435689f22b614fe0abf>`_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` @@ -127,6 +143,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -156,6 +174,7 @@ Commit `9d8c77e447 <https://github.com/apache/airflow/commit/9d8c77e447f5515b9a6aa85fa72511a86a128c28>`_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` `bb2689ab45 <https://github.com/apache/airflow/commit/bb2689ab455ca5d82f4f9b8d4b73ec071849c439>`_ 2023-08-21 ``Use str.splitlines() to split lines in providers (#33593)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -186,6 +205,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `0a30706aa7 <https://github.com/apache/airflow/commit/0a30706aa7c581905ca99a8b6e2f05960d480729>`_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` @@ -206,6 +226,7 @@ Commit ================================================================================================= =========== ================================================================== `911b708ffd <https://github.com/apache/airflow/commit/911b708ffddd4e7cb6aaeac84048291891eb0f1f>`_ 2023-01-14 ``Prepare docs for Jan 2023 mid-month wave of Providers (#28929)`` `3b6ced6512 <https://github.com/apache/airflow/commit/3b6ced6512752b18e48bc68616f898855c7d3c4c>`_ 2023-01-03 ``Add option to add arguments to PSRP hook and operator (#27689)`` +`401fc57e8b <https://github.com/apache/airflow/commit/401fc57e8ba1dddb041e0d777bb0277a09f227db>`_ 2022-12-16 ``Restructure Docs (#27235)`` ================================================================================================= =========== ================================================================== 2.1.0 @@ -304,6 +325,8 @@ Commit `97496ba2b4 <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `e63e23c582 <https://github.com/apache/airflow/commit/e63e23c582cd757ea6593bdb4dfde66d76a8c9f1>`_ 2021-12-23 ``Fixing MyPy issues inside providers/microsoft (#20409)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` ================================================================================================= =========== ========================================================================== 1.0.1 @@ -321,11 +344,12 @@ Commit 1.0.0 ..... -Latest change: 2021-08-27 +Latest change: 2021-08-30 ================================================================================================= =========== ============================================================ Commit Committed Subject ================================================================================================= =========== ============================================================ +`0a68588479 <https://github.com/apache/airflow/commit/0a68588479e34cf175d744ea77b283d9d78ea71a>`_ 2021-08-30 ``Add August 2021 Provider's documentation (#17890)`` `41632e03b8 <https://github.com/apache/airflow/commit/41632e03b8caf71de308414c48e9cb211a083761>`_ 2021-08-27 ``Fix provider.yaml errors due to exit(0) in test (#17858)`` `69d2ed65cb <https://github.com/apache/airflow/commit/69d2ed65cb7c9384d309ae5e499d5798c2c3ac96>`_ 2021-08-08 ``Add Microsoft PSRP provider (#17361)`` ================================================================================================= =========== ============================================================
docs/apache-airflow-providers-microsoft-psrp/index.rst+3 −3 modified@@ -70,7 +70,7 @@ This package provides remote execution capabilities via the <https://docs.microsoft.com/openspecs/windows_protocols/ms-psrp/>`__. -Release: 2.8.0 +Release: 3.0.0 Provider package ---------------- @@ -88,11 +88,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``pypsrp`` ``>=0.8.0`` ================== ==================
docs/apache-airflow-providers-microsoft-winrm/commits.rst+17 −1 modified@@ -35,14 +35,30 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.7.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`6faa720cd8 <https://github.com/apache/airflow/commit/6faa720cd8f206a5af718752d27c1dd5d38c96d1>`_ 2024-11-18 ``Remove XCom pickling (#43905)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +================================================================================================= =========== ===================================================================== + 3.6.1 ..... -Latest change: 2024-11-06 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `464f7c4560 <https://github.com/apache/airflow/commit/464f7c456038683992cea2b665a968fd23e4b2a6>`_ 2024-11-06 ``Move responsibility to run a command from WinRMOperator to WinRMHook (#43646)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ========================================================================================
docs/apache-airflow-providers-microsoft-winrm/index.rst+3 −3 modified@@ -76,7 +76,7 @@ apache-airflow-providers-microsoft-winrm package `Windows Remote Management (WinRM) <https://docs.microsoft.com/windows/win32/winrm/portal>`__ -Release: 3.6.1 +Release: 3.7.0 Provider package ---------------- @@ -94,11 +94,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``pywinrm`` ``>=0.4`` ================== ==================
docs/apache-airflow-providers-mongo/commits.rst+27 −4 modified@@ -35,14 +35,28 @@ For high-level changelog, see :doc:`package information including changelog <ind +5.0.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`5c2253f002 <https://github.com/apache/airflow/commit/5c2253f002da15032951d73d77d9a7bb30a34688>`_ 2024-12-03 ``Remove Provider Deprecations in Mongo (#44632)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +================================================================================================= =========== ==================================================================== + 4.2.2 ..... -Latest change: 2024-10-16 +Latest change: 2024-10-27 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`78ff0a9970 <https://github.com/apache/airflow/commit/78ff0a99700125121b7f0647023503750f14a11b>`_ 2024-10-27 ``Prepare docs for Oct 2nd wave of providers (#43409)`` `fda45143cd <https://github.com/apache/airflow/commit/fda45143cde4884b89ccf59edc7b50e4dfd79c37>`_ 2024-10-16 ``fix(providers/mongo): prevent applying lower method on boolean field (#43024)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== @@ -166,6 +180,8 @@ Commit `0b23d5601c <https://github.com/apache/airflow/commit/0b23d5601c6f833392b0ea816e651dcb13a14685>`_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` ================================================================================================= =========== ======================================================================== 3.4.0 @@ -207,6 +223,7 @@ Commit `9d8c77e447 <https://github.com/apache/airflow/commit/9d8c77e447f5515b9a6aa85fa72511a86a128c28>`_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -238,6 +255,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `0117246db6 <https://github.com/apache/airflow/commit/0117246db65c631a06a4bc9ee24ad9abdecc820e>`_ 2023-05-15 ``Add future-compatible mongo Hook typing (#31289)`` `d4dc73416a <https://github.com/apache/airflow/commit/d4dc73416a652a895ada6484d67879a1aad5f0bb>`_ 2023-05-11 ``Remove the upper version bound on pymongo (#31189)`` @@ -314,6 +332,7 @@ Latest change: 2022-03-14 Commit Committed Subject ================================================================================================= =========== ==================================================================== `16adc035b1 <https://github.com/apache/airflow/commit/16adc035b1ecdf533f44fbb3e32bea972127bb71>`_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` +`4e70aebdc6 <https://github.com/apache/airflow/commit/4e70aebdc624a83f05b48518f42d7a81b27531d3>`_ 2022-03-12 ``Fix typo in mongo.rst (#22211)`` ================================================================================================= =========== ==================================================================== 2.3.1 @@ -342,6 +361,7 @@ Commit `97496ba2b4 <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`9a469d813f <https://github.com/apache/airflow/commit/9a469d813fc083a7a5f402727e93df3e3f9c9118>`_ 2021-11-30 ``Capitalize names in docs (#19893)`` `853576d901 <https://github.com/apache/airflow/commit/853576d9019d2aca8de1d9c587c883dcbe95b46a>`_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` `fe682ec3d3 <https://github.com/apache/airflow/commit/fe682ec3d376f0983410d64beb4f3529fb7b0f99>`_ 2021-11-24 ``Fix duplicate changelog entries (#19759)`` `454ca2ff92 <https://github.com/apache/airflow/commit/454ca2ff92d221e4163e5024fc0fc797dc9bad84>`_ 2021-10-29 ``add mongo_db param to function doc string (#19280)`` @@ -357,6 +377,8 @@ Commit ================================================================================================= =========== ================================================================= `d9567eb106 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` `fd569e7144 <https://github.com/apache/airflow/commit/fd569e714403176770b26cf595632812bd384bc0>`_ 2021-10-28 ``#19223 add mongo_db param to MongoSensor (#19276)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ================================================================= 2.1.0 @@ -398,15 +420,16 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 .....
docs/apache-airflow-providers-mongo/index.rst+3 −3 modified@@ -62,7 +62,7 @@ apache-airflow-providers-mongo package `MongoDB <https://www.mongodb.com/>`__ -Release: 4.2.2 +Release: 5.0.0 Provider package ---------------- @@ -80,12 +80,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``dnspython`` ``>=1.13.0`` ``pymongo`` ``>=4.0.0`` ================== ==================
docs/apache-airflow-providers-mysql/commits.rst+19 −1 modified@@ -35,14 +35,32 @@ For high-level changelog, see :doc:`package information including changelog <ind +6.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ====================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ====================================================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`3c0915c75b <https://github.com/apache/airflow/commit/3c0915c75b6f1285e79a9d260a109cf085b14171>`_ 2024-12-06 ``Remove Provider Deprecations in MySQL (#44665)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`8c91fcec50 <https://github.com/apache/airflow/commit/8c91fcec50ab18ddabaaf97d2461a32f8ce4fb44>`_ 2024-11-19 ``Fix error file not found. tmp file is deleted before inserting rows to DB in VerticaToMySQLOperator bulk (#44028)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`0393c1ffc8 <https://github.com/apache/airflow/commit/0393c1ffc8bb6b9513865e5b2c73a3b8eef29915>`_ 2024-11-14 ``Add basic asyncio support (#43944)`` +================================================================================================= =========== ====================================================================================================================== + 5.7.4 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `229c6a3e46 <https://github.com/apache/airflow/commit/229c6a3e4673db03119c78828e546ebae272ef75>`_ 2024-11-02 ``Explain how to use uv with airflow virtualenv and make it works (#43604)`` `d8c7d28411 <https://github.com/apache/airflow/commit/d8c7d28411bea04ae5771fc1e2973d92eb0a144e>`_ 2024-10-30 ``Start porting DAG definition code to the Task SDK (#43076)``
docs/apache-airflow-providers-mysql/index.rst+6 −5 modified@@ -77,7 +77,7 @@ apache-airflow-providers-mysql package `MySQL <https://www.mysql.com/>`__ -Release: 5.7.4 +Release: 6.0.0 Provider package ---------------- @@ -95,15 +95,16 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ===================================== PIP package Version required ======================================= ===================================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``mysqlclient`` ``>=1.4.0; sys_platform != "darwin"`` ``mysql-connector-python`` ``>=8.0.29`` +``aiomysql`` ``>=0.2.0`` ======================================= ===================================== Cross provider package dependencies @@ -136,5 +137,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-mysql 5.7.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-5.7.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-5.7.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-5.7.4.tar.gz.sha512>`__) -* `The apache-airflow-providers-mysql 5.7.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-5.7.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-5.7.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-5.7.4-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-mysql 6.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-mysql 6.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_mysql-6.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-neo4j/commits.rst+33 −5 modified@@ -35,14 +35,31 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.8.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 3.7.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -98,6 +115,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -136,6 +155,7 @@ Latest change: 2023-07-29 Commit Committed Subject ================================================================================================= =========== ================================================================= `d06b7af69a <https://github.com/apache/airflow/commit/d06b7af69a65c50321ba2a9904551f3b8affc7f1>`_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `60c49ab2df <https://github.com/apache/airflow/commit/60c49ab2dfabaf450b80a5c7569743dd383500a6>`_ 2023-07-19 ``Add more accurate typing for DbApiHook.run method (#31846)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` @@ -168,11 +188,14 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` `cd458426c6 <https://github.com/apache/airflow/commit/cd458426c66aca201e43506c950ee68c2f6c3a0a>`_ 2023-04-22 ``Removed Mandatory Encryption in Neo4jHook (#30418)`` `d23a3bbed8 <https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +`2b92c3c74d <https://github.com/apache/airflow/commit/2b92c3c74d3259ebac714f157c525836f0af50f0>`_ 2023-01-05 ``Fix providers documentation formatting (#28754)`` +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` ================================================================================================= =========== ====================================================================================== 3.2.1 @@ -216,6 +239,7 @@ Commit `d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` `510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)`` ================================================================================================= =========== ============================================================================ 3.0.0 @@ -285,6 +309,7 @@ Commit `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` `36aa695ea8 <https://github.com/apache/airflow/commit/36aa695ea817ea6f7e446558ef108d2c450ebb0c>`_ 2021-12-11 ``Fix mypy neo4j and influxdb (#20189)`` `93a6e20f43 <https://github.com/apache/airflow/commit/93a6e20f43ffa4f1918974f9d394256525ec1a4b>`_ 2021-12-07 ``Add template fields to neo4j operator (#20043)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` ================================================================================================= =========== ========================================================================= 2.0.2 @@ -297,6 +322,7 @@ Commit ================================================================================================= =========== ====================================================================================== `840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`_ 2021-09-30 ``Update documentation for September providers release (#18613)`` `ef037e7021 <https://github.com/apache/airflow/commit/ef037e702182e4370cb00c853c4fb0e246a0479c>`_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` `5d2b056f55 <https://github.com/apache/airflow/commit/5d2b056f558f3802499eb6d98643433c31d8534c>`_ 2021-09-07 ``Fix Neo4jHook to get the query response (#18007)`` ================================================================================================= =========== ====================================================================================== @@ -328,6 +354,7 @@ Commit `cbf8001d76 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` `1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_ 2021-06-15 ``More documentation update for June providers release (#16405)`` `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`1e647029e4 <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` `37681bca00 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` `807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` `40a2476a5d <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` @@ -350,11 +377,12 @@ Commit 1.0.0 ..... -Latest change: 2021-02-01 +Latest change: 2021-02-04 -================================================================================================= =========== ================================================ +================================================================================================= =========== ======================================================== Commit Committed Subject -================================================================================================= =========== ================================================ +================================================================================================= =========== ======================================================== +`88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `1d2977f6a4 <https://github.com/apache/airflow/commit/1d2977f6a4c67fa6174c79dcdc4e9ee3ce06f1b1>`_ 2021-01-14 ``Add Neo4j hook and operator (#13324)`` -================================================================================================= =========== ================================================ +================================================================================================= =========== ========================================================
docs/apache-airflow-providers-neo4j/index.rst+3 −3 modified@@ -77,7 +77,7 @@ apache-airflow-providers-neo4j package `Neo4j <https://neo4j.com/>`__ -Release: 3.7.0 +Release: 3.8.0 Provider package ---------------- @@ -95,11 +95,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``neo4j`` ``>=4.2.1`` ================== ==================
docs/apache-airflow-providers-odbc/commits.rst+14 −1 modified@@ -35,14 +35,27 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.9.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +================================================================================================= =========== ==================================================================== + 4.8.1 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` ================================================================================================= =========== ========================================================================================
docs/apache-airflow-providers-odbc/index.rst+5 −5 modified@@ -63,7 +63,7 @@ apache-airflow-providers-odbc package `ODBC <https://github.com/mkleehammer/pyodbc/wiki>`__ -Release: 4.8.1 +Release: 4.9.0 Provider package ---------------- @@ -81,12 +81,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ================== PIP package Version required ======================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``pyodbc`` ``>=5.0.0`` ======================================= ================== @@ -116,5 +116,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-odbc 4.8.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_odbc-4.8.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_odbc-4.8.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_odbc-4.8.1.tar.gz.sha512>`__) -* `The apache-airflow-providers-odbc 4.8.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_odbc-4.8.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_odbc-4.8.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_odbc-4.8.1-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-odbc 4.9.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_odbc-4.9.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_odbc-4.9.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_odbc-4.9.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-odbc 4.9.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_odbc-4.9.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_odbc-4.9.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_odbc-4.9.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-openai/commits.rst+17 −1 modified@@ -35,14 +35,29 @@ For high-level changelog, see :doc:`package information including changelog <ind +1.5.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 1.4.0 ..... -Latest change: 2024-08-22 +Latest change: 2024-09-21 ================================================================================================= =========== =============================================================================== Commit Committed Subject ================================================================================================= =========== =============================================================================== +`7628d47d04 <https://github.com/apache/airflow/commit/7628d47d0481966d9a9b25dfd4870b7a6797ebbf>`_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` `00e73e6089 <https://github.com/apache/airflow/commit/00e73e6089f2d54a38944ec47303aa00f9d211d7>`_ 2024-08-22 ``feat(providers/openai): support batch api in hook/operator/trigger (#41554)`` ================================================================================================= =========== =============================================================================== @@ -100,6 +115,7 @@ Commit `83316b8158 <https://github.com/apache/airflow/commit/83316b81584c9e516a8142778fc509f19d95cc3e>`_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` `5a0be392e6 <https://github.com/apache/airflow/commit/5a0be392e66f8e5426ba3478621115e92fcf245b>`_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` `bfb054e9e8 <https://github.com/apache/airflow/commit/bfb054e9e867b8b9a6a449e43bfba97f645e025e>`_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`f61ffe58d3 <https://github.com/apache/airflow/commit/f61ffe58d3cd0bcb51f6f9036a3acbfa4443d977>`_ 2024-02-11 ``Remove extra package headers in provider indexes (#37324)`` `cead3da4a6 <https://github.com/apache/airflow/commit/cead3da4a6f483fa626b81efd27a24dcb5a36ab0>`_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` `2b4da0101f <https://github.com/apache/airflow/commit/2b4da0101f0314989d148c3c8a02c87e87048974>`_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` `19ebcac239 <https://github.com/apache/airflow/commit/19ebcac2395ef9a6b6ded3a2faa29dc960c1e635>`_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)``
docs/apache-airflow-providers-openai/index.rst+3 −3 modified@@ -71,7 +71,7 @@ apache-airflow-providers-openai package `OpenAI <https://platform.openai.com/docs/introduction>`__ -Release: 1.4.0 +Release: 1.5.0 Provider package ---------------- @@ -89,11 +89,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. =================== ================== PIP package Version required =================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``openai[datalib]`` ``>=1.32.0`` =================== ==================
docs/apache-airflow-providers-openfaas/commits.rst+26 −4 modified@@ -35,14 +35,28 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.7.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 3.6.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -97,6 +111,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -115,6 +131,7 @@ Commit `21990ed894 <https://github.com/apache/airflow/commit/21990ed8943ee4dc6e060ee2f11648490c714a3b>`_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -145,6 +162,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` @@ -219,9 +237,12 @@ Commit `602abe8394 <https://github.com/apache/airflow/commit/602abe8394fafe7de54df7e73af56de848cdf617>`_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` `f77417eb0d <https://github.com/apache/airflow/commit/f77417eb0d3f12e4849d80645325c02a48829278>`_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` `97496ba2b4 <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` `853576d901 <https://github.com/apache/airflow/commit/853576d9019d2aca8de1d9c587c883dcbe95b46a>`_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` `d9567eb106 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` `2a6cadbd58 <https://github.com/apache/airflow/commit/2a6cadbd587bc20ebb36625f43b692671b9cd385>`_ 2021-10-06 ``Small improvements for Airflow UI (#18715)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ========================================================================== 2.0.0 @@ -258,16 +279,17 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `abf34b8aba <https://github.com/apache/airflow/commit/abf34b8aba33db4e751db44194429aeb2e8791c0>`_ 2021-01-01 ``Kuba openfaas sync call (#13356)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 .....
docs/apache-airflow-providers-openfaas/index.rst+3 −3 modified@@ -61,7 +61,7 @@ apache-airflow-providers-openfaas package `OpenFaaS <https://www.openfaas.com/>`__ -Release: 3.6.0 +Release: 3.7.0 Provider package ---------------- @@ -79,10 +79,10 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ================== ==================
docs/apache-airflow-providers-openlineage/commits.rst+22 −0 modified@@ -35,6 +35,27 @@ For high-level changelog, see :doc:`package information including changelog <ind +2.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== =========================================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================================== +`04ccef9b3a <https://github.com/apache/airflow/commit/04ccef9b3a4073eaf313db3905803e7ef3f910fb>`_ 2024-12-19 ``feat: automatically inject OL info into spark job in DataprocSubmitJobOperator (#44477)`` +`2a33da0246 <https://github.com/apache/airflow/commit/2a33da0246c811a98d5cdaf0af2bcca0dee8556a>`_ 2024-12-18 ``Remove references to AIRFLOW_V_2_9_PLUS (#44987)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`490b5e816b <https://github.com/apache/airflow/commit/490b5e816b804f338b0eb97f240ae874d4e15810>`_ 2024-12-10 ``Consistent way of checking Airflow version in providers (#44686)`` +`e26909df6a <https://github.com/apache/airflow/commit/e26909df6af86cc18a272d993ad45ab17dfa333a>`_ 2024-12-07 ``add clear_number to OpenLineage's dagrun-level event run id generation (#44617)`` +`37236b6983 <https://github.com/apache/airflow/commit/37236b6983384a1ee4e56c789d3f7e25be395c4f>`_ 2024-12-06 ``Remove Provider Deprecations in OpenLineage (#44636)`` +`7cc36104ab <https://github.com/apache/airflow/commit/7cc36104ab9c68e2246795612fdd9713ad7aa977>`_ 2024-11-27 ``add basic system tests for OpenLineage (#43643)`` +`05f935d2a6 <https://github.com/apache/airflow/commit/05f935d2a6c6f4bcd34f0f3d0e7c7f715b55b250>`_ 2024-11-25 ``utilize more information to deterministically generate OpenLineage run_id (#43936)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`a0f3353c47 <https://github.com/apache/airflow/commit/a0f3353c471e4d9a2cd4b23f0c358d0ae908580a>`_ 2024-11-20 ``Move Asset user facing components to task_sdk (#43773)`` +`123dadda0e <https://github.com/apache/airflow/commit/123dadda0e0648ef1412053d1743128333eecb63>`_ 2024-11-15 ``Rename execution_date to logical_date across codebase (#43902)`` +================================================================================================= =========== =========================================================================================== + 1.14.0 ...... @@ -43,6 +64,7 @@ Latest change: 2024-11-14 ================================================================================================= =========== ================================================================================================ Commit Committed Subject ================================================================================================= =========== ================================================================================================ +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `f60886cf36 <https://github.com/apache/airflow/commit/f60886cf368b943120af20889b83704ccdbb8c91>`_ 2024-11-14 ``add ProcessingEngineRunFacet to OL DAG Start event (#43213)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `c7c6547481 <https://github.com/apache/airflow/commit/c7c65474810a1d4a22320b9064fa1374e38129c9>`_ 2024-11-06 ``OpenLineage: accept whole config when instantiating OpenLineageClient. (#43740)``
docs/apache-airflow-providers-openlineage/index.rst+6 −6 modified@@ -81,7 +81,7 @@ apache-airflow-providers-openlineage package `OpenLineage <https://openlineage.io/>`__ -Release: 1.14.0 +Release: 2.0.0 Provider package ---------------- @@ -99,14 +99,14 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ========================================== ================== PIP package Version required ========================================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` -``apache-airflow-providers-common-compat`` ``>=1.2.1`` +``apache-airflow-providers-common-compat`` ``>=1.3.0`` ``attrs`` ``>=22.2`` ``openlineage-integration-common`` ``>=1.24.2`` ``openlineage-python`` ``>=1.24.2`` @@ -138,5 +138,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-openlineage 1.14.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.14.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.14.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.14.0.tar.gz.sha512>`__) -* `The apache-airflow-providers-openlineage 1.14.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.14.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.14.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-1.14.0-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-openlineage 2.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-openlineage 2.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_openlineage-2.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-opensearch/commits.rst+21 −1 modified@@ -35,14 +35,32 @@ For high-level changelog, see :doc:`package information including changelog <ind +1.6.0 +..... + +Latest change: 2024-12-18 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`2a33da0246 <https://github.com/apache/airflow/commit/2a33da0246c811a98d5cdaf0af2bcca0dee8556a>`_ 2024-12-18 ``Remove references to AIRFLOW_V_2_9_PLUS (#44987)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`490b5e816b <https://github.com/apache/airflow/commit/490b5e816b804f338b0eb97f240ae874d4e15810>`_ 2024-12-10 ``Consistent way of checking Airflow version in providers (#44686)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`123dadda0e <https://github.com/apache/airflow/commit/123dadda0e0648ef1412053d1743128333eecb63>`_ 2024-11-15 ``Rename execution_date to logical_date across codebase (#43902)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 1.5.0 ..... -Latest change: 2024-10-06 +Latest change: 2024-10-09 ================================================================================================= =========== ================================================================================================== Commit Committed Subject ================================================================================================= =========== ================================================================================================== +`2bb8628463 <https://github.com/apache/airflow/commit/2bb862846358d1c5a59b354adb39bc68d5aeae5e>`_ 2024-10-09 ``Prepare docs for Oct 1st adhoc wave of providers (#42862)`` `1cb9294c64 <https://github.com/apache/airflow/commit/1cb9294c6442f4e6792c1ea2b1948b1d38284326>`_ 2024-10-06 ``Removed conditional check for task context logging in airflow version 2.8.0 and above (#42764)`` `b0a18d9019 <https://github.com/apache/airflow/commit/b0a18d9019a1a12d58435185b0c86e28af050685>`_ 2024-10-04 ``Handle empty login and password with opensearch client (#39982)`` `ba1c602533 <https://github.com/apache/airflow/commit/ba1c60253311ee1b0f668877c5da12b7508dac6b>`_ 2024-09-21 ``(feat): Add opensearch logging integration (#41799)`` @@ -146,6 +164,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `9e2f1ce4c3 <https://github.com/apache/airflow/commit/9e2f1ce4c3f7538027d283c4d03e7bea15629afb>`_ 2023-11-01 ``Fix parameter syntax in OpenSearch docstrings (#35345)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
docs/apache-airflow-providers-opensearch/index.rst+3 −3 modified@@ -78,7 +78,7 @@ apache-airflow-providers-opensearch package `OpenSearch <https://opensearch.org/>`__ -Release: 1.5.0 +Release: 1.6.0 Provider package ---------------- @@ -96,11 +96,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``opensearch-py`` ``>=2.2.0`` ================== ==================
docs/apache-airflow-providers-opsgenie/commits.rst+35 −5 modified@@ -35,14 +35,31 @@ For high-level changelog, see :doc:`package information including changelog <ind +5.8.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 5.7.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -93,6 +110,7 @@ Commit `6937ae7647 <https://github.com/apache/airflow/commit/6937ae76476b3bc869ef912d000bcc94ad642db1>`_ 2023-12-30 ``Speed up autocompletion of Breeze by simplifying provider state (#36499)`` `9b5d6bfe27 <https://github.com/apache/airflow/commit/9b5d6bfe273cf6af0972e28ff97f99ea325cd991>`_ 2023-12-28 ``Add documentation for 3rd wave of providers in Deember (#36464)`` `b15d5578da <https://github.com/apache/airflow/commit/b15d5578dac73c4c6a3ca94d90ab0dc9e9e74c9c>`_ 2023-12-23 ``Re-apply updated version numbers to 2nd wave of providers in December (#36380)`` +`e718395714 <https://github.com/apache/airflow/commit/e718395714a499b6c1d6554b1867c1a21e01d4a9>`_ 2023-12-20 ``Remove notifiers compatibility note (#36323)`` ================================================================================================= =========== ================================================================================== 5.4.0 @@ -121,6 +139,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -139,6 +159,7 @@ Commit `21990ed894 <https://github.com/apache/airflow/commit/21990ed8943ee4dc6e060ee2f11648490c714a3b>`_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -170,10 +191,12 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` `d23a3bbed8 <https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` ================================================================================================= =========== ====================================================================================== 5.0.0 @@ -195,6 +218,7 @@ Commit `d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` `510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)`` ================================================================================================= =========== ==================================================================================== 4.0.0 @@ -277,6 +301,9 @@ Commit `1728e35e00 <https://github.com/apache/airflow/commit/1728e35e00fa19a329af8d5d45a764b334020450>`_ 2021-12-27 ``Add 'OpsgenieCloseAlertOperator' (#20488)`` `d57ebb7aed <https://github.com/apache/airflow/commit/d57ebb7aed3b09101d46d1c169851cfd22be69a5>`_ 2021-12-22 ``Organize Opsgenie provider classes (#20454)`` `46a6088e11 <https://github.com/apache/airflow/commit/46a6088e1121893e4d449ee757937af520ce771f>`_ 2021-12-21 ``rewrite opsgenie alert hook with official python sdk, related issue #18641 (#20263)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ======================================================================================= 2.0.1 @@ -309,16 +336,18 @@ Commit `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` `10ed42a837 <https://github.com/apache/airflow/commit/10ed42a837e11d8e954c1f885e289a4248edd2ca>`_ 2021-05-27 ``Fix hooks extended from http hook (#16109)`` `37681bca00 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` +`807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` ================================================================================================= =========== ================================================================= 1.0.2 ..... -Latest change: 2021-04-06 +Latest change: 2021-04-07 ================================================================================================= =========== ============================================================================= Commit Committed Subject ================================================================================================= =========== ============================================================================= +`4e018a870c <https://github.com/apache/airflow/commit/4e018a870ccdece6b0985db0c8ae68d10ae1d055>`_ 2021-04-07 ``Refreshed provider's upcoming release with k8s retries (#15239)`` `042be2e4e0 <https://github.com/apache/airflow/commit/042be2e4e06b988f5ba2dc146f53774dabc8b76b>`_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` `68e4c4dcb0 <https://github.com/apache/airflow/commit/68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8>`_ 2021-03-20 ``Remove Backport Providers (#14886)`` `6e6526a0f6 <https://github.com/apache/airflow/commit/6e6526a0f650119cb1ad7c2e2a1b87f0fa45c60e>`_ 2021-03-13 ``Update documentation for broken package releases (#14734)`` @@ -330,16 +359,17 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `a9ac2b040b <https://github.com/apache/airflow/commit/a9ac2b040b64de1aa5d9c2b9def33334e36a8d22>`_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 .....
docs/apache-airflow-providers-opsgenie/index.rst+3 −3 modified@@ -78,7 +78,7 @@ apache-airflow-providers-opsgenie package `Opsgenie <https://www.atlassian.com/software/opsgenie>`__ -Release: 5.7.0 +Release: 5.8.0 Provider package ---------------- @@ -96,11 +96,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``opsgenie-sdk`` ``>=2.1.5`` ================== ==================
docs/apache-airflow-providers-oracle/commits.rst+15 −1 modified@@ -35,14 +35,28 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.0.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1ff9fe8010 <https://github.com/apache/airflow/commit/1ff9fe80103c454e5ba94402aceaf9a1727e345b>`_ 2024-12-06 ``Remove Provider Deprecations in Oracle (#44704)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +================================================================================================= =========== ==================================================================== + 3.12.1 ...... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `d8c7d28411 <https://github.com/apache/airflow/commit/d8c7d28411bea04ae5771fc1e2973d92eb0a144e>`_ 2024-10-30 ``Start porting DAG definition code to the Task SDK (#43076)`` `1badaec151 <https://github.com/apache/airflow/commit/1badaec1515b19bfff4a34c329db22efecf2e282>`_ 2024-10-29 ``Fix oracle bulk insert issue when leftover chunk is empty (#43467)``
docs/apache-airflow-providers-oracle/index.rst+5 −5 modified@@ -70,7 +70,7 @@ apache-airflow-providers-oracle package `Oracle <https://www.oracle.com/en/database/>`__ -Release: 3.12.1 +Release: 4.0.0 Provider package ---------------- @@ -88,12 +88,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ================== PIP package Version required ======================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``oracledb`` ``>=2.0.0`` ======================================= ================== @@ -123,5 +123,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-oracle 3.12.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_oracle-3.12.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_oracle-3.12.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_oracle-3.12.1.tar.gz.sha512>`__) -* `The apache-airflow-providers-oracle 3.12.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_oracle-3.12.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_oracle-3.12.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_oracle-3.12.1-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-oracle 4.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_oracle-4.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_oracle-4.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_oracle-4.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-oracle 4.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_oracle-4.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_oracle-4.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_oracle-4.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-pagerduty/commits.rst+14 −1 modified@@ -35,14 +35,27 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.0.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ============================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================ +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`8cd2f8249d <https://github.com/apache/airflow/commit/8cd2f8249dbd9f4d30f3ad73bb8eed785043ed7b>`_ 2024-12-07 ``Remove deprecated code from Pagerduty provider (#44653)`` +================================================================================================= =========== ============================================================ + 3.8.1 ..... -Latest change: 2024-10-09 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` `a5ffbbda17 <https://github.com/apache/airflow/commit/a5ffbbda17450a5c99037b292844087119b5676a>`_ 2024-10-09 ``Standard provider bash operator (#42252)`` `55fe75d083 <https://github.com/apache/airflow/commit/55fe75d083499c6fbaaca35d6dbad4487f4a9ad0>`_ 2024-09-25 ``Purge existing SLA implementation (#42285)``
docs/apache-airflow-providers-pagerduty/index.rst+3 −3 modified@@ -69,7 +69,7 @@ apache-airflow-providers-pagerduty package `Pagerduty <https://www.pagerduty.com/>`__ -Release: 3.8.1 +Release: 4.0.0 Provider package ---------------- @@ -87,11 +87,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``pdpyras`` ``>=4.2.0`` ================== ==================
docs/apache-airflow-providers-papermill/commits.rst+16 −1 modified@@ -35,14 +35,29 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.9.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +================================================================================================= =========== ===================================================================== + 3.8.2 ..... -Latest change: 2024-11-02 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `59ea748f74 <https://github.com/apache/airflow/commit/59ea748f740a89ec17ece00ca874e5ac56b7e28f>`_ 2024-11-02 ``Add min version to ipykernel,scrapbook, pywinrm (#43603)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ========================================================================================
docs/apache-airflow-providers-papermill/index.rst+3 −3 modified@@ -77,7 +77,7 @@ apache-airflow-providers-papermill package `Papermill <https://github.com/nteract/papermill>`__ -Release: 3.8.2 +Release: 3.9.0 Provider package ---------------- @@ -95,12 +95,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ========================================= PIP package Version required ================== ========================================= -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``papermill[all]`` ``>=2.6.0`` ``scrapbook[all]`` ``>=0.5.0`` ``ipykernel`` ``>=6.29.4``
docs/apache-airflow-providers-pgvector/commits.rst+21 −5 modified@@ -35,14 +35,28 @@ For high-level changelog, see :doc:`package information including changelog <ind +1.4.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 1.3.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -86,6 +100,7 @@ Commit `83316b8158 <https://github.com/apache/airflow/commit/83316b81584c9e516a8142778fc509f19d95cc3e>`_ 2024-03-04 ``Prepare docs 1st wave (RC1) March 2024 (#37876)`` `5a0be392e6 <https://github.com/apache/airflow/commit/5a0be392e66f8e5426ba3478621115e92fcf245b>`_ 2024-02-16 ``Add comment about versions updated by release manager (#37488)`` `bfb054e9e8 <https://github.com/apache/airflow/commit/bfb054e9e867b8b9a6a449e43bfba97f645e025e>`_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`f61ffe58d3 <https://github.com/apache/airflow/commit/f61ffe58d3cd0bcb51f6f9036a3acbfa4443d977>`_ 2024-02-11 ``Remove extra package headers in provider indexes (#37324)`` `cead3da4a6 <https://github.com/apache/airflow/commit/cead3da4a6f483fa626b81efd27a24dcb5a36ab0>`_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` `2b4da0101f <https://github.com/apache/airflow/commit/2b4da0101f0314989d148c3c8a02c87e87048974>`_ 2024-01-22 ``Prepare docs 2nd wave of Providers January 2024 (#36945)`` `19ebcac239 <https://github.com/apache/airflow/commit/19ebcac2395ef9a6b6ded3a2faa29dc960c1e635>`_ 2024-01-07 ``Prepare docs 1st wave of Providers January 2024 (#36640)`` @@ -112,10 +127,11 @@ Commit 1.0.0 ..... -Latest change: 2023-11-07 +Latest change: 2023-11-08 -================================================================================================= =========== ================================================= +================================================================================================= =========== ============================================================= Commit Committed Subject -================================================================================================= =========== ================================================= +================================================================================================= =========== ============================================================= +`1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` `fb76f1fa15 <https://github.com/apache/airflow/commit/fb76f1fa156a6e49cc3fd0fa6c3719737a1bb548>`_ 2023-11-07 ``Add pgvector provider implementation (#35399)`` -================================================================================================= =========== ================================================= +================================================================================================= =========== =============================================================
docs/apache-airflow-providers-pgvector/index.rst+5 −5 modified@@ -79,7 +79,7 @@ apache-airflow-providers-pgvector package `pgvector <https://github.com/pgvector/pgvector>`__ -Release: 1.3.0 +Release: 1.4.0 Provider package ---------------- @@ -97,12 +97,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ===================================== ================== PIP package Version required ===================================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-postgres`` ``>=5.7.1`` ``pgvector`` ``!=0.3.0`` ===================================== ================== @@ -133,5 +133,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-pgvector 1.3.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_pgvector-1.3.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_pgvector-1.3.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_pgvector-1.3.0.tar.gz.sha512>`__) -* `The apache-airflow-providers-pgvector 1.3.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_pgvector-1.3.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_pgvector-1.3.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_pgvector-1.3.0-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-pgvector 1.4.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_pgvector-1.4.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_pgvector-1.4.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_pgvector-1.4.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-pgvector 1.4.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_pgvector-1.4.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_pgvector-1.4.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_pgvector-1.4.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-pinecone/commits.rst+14 −1 modified@@ -35,14 +35,27 @@ For high-level changelog, see :doc:`package information including changelog <ind +2.2.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +================================================================================================= =========== ==================================================================== + 2.1.1 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `8d1abf7482 <https://github.com/apache/airflow/commit/8d1abf74825e82a43163921fca4cc892b62484ce>`_ 2024-11-13 ``Add 'source_tag' to PineconeHook (#43960)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ========================================================================================
docs/apache-airflow-providers-pinecone/index.rst+3 −3 modified@@ -71,7 +71,7 @@ apache-airflow-providers-pinecone package `Pinecone <https://docs.pinecone.io/docs/overview>`__ -Release: 2.1.1 +Release: 2.2.0 Provider package ---------------- @@ -89,11 +89,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. =================== ================== PIP package Version required =================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``pinecone-client`` ``>=3.1.0`` =================== ==================
docs/apache-airflow-providers-postgres/commits.rst+19 −1 modified@@ -35,14 +35,32 @@ For high-level changelog, see :doc:`package information including changelog <ind +6.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== =========================================================================================================== +Commit Committed Subject +================================================================================================= =========== =========================================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`a10b3fccb0 <https://github.com/apache/airflow/commit/a10b3fccb09805397e607df4cd3ded6194d20170>`_ 2024-12-18 ``Allow configuration of sqlalchemy query parameter for JdbcHook and PostgresHook through extras (#44910)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`163042fd3a <https://github.com/apache/airflow/commit/163042fd3a73b8290f2402c632fa98b1a8ab36ae>`_ 2024-12-06 ``Remove Provider Deprecations in Postgres (#44705)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`0393c1ffc8 <https://github.com/apache/airflow/commit/0393c1ffc8bb6b9513865e5b2c73a3b8eef29915>`_ 2024-11-14 ``Add basic asyncio support (#43944)`` +================================================================================================= =========== =========================================================================================================== + 5.14.0 ...... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `1363cc5f8c <https://github.com/apache/airflow/commit/1363cc5f8c11a3fbcd41e2da3ed6fbb7f257a14f>`_ 2024-11-08 ``Fix PostgresHook bug when getting AWS Redshift Serverless credentials (#43807)`` `43f3c31d28 <https://github.com/apache/airflow/commit/43f3c31d28dd8ebd8dcc8a42bd17f642e94313b3>`_ 2024-11-06 ``Add AWS Redshift Serverless support to PostgresHook (#43669)``
docs/apache-airflow-providers-postgres/index.rst+6 −5 modified@@ -77,7 +77,7 @@ apache-airflow-providers-postgres package `PostgreSQL <https://www.postgresql.org/>`__ -Release: 5.14.0 +Release: 6.0.0 Provider package ---------------- @@ -95,14 +95,15 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ================== PIP package Version required ======================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``psycopg2-binary`` ``>=2.9.4`` +``asyncpg`` ``>=0.30.0`` ======================================= ================== Cross provider package dependencies @@ -132,5 +133,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-postgres 5.14.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-5.14.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-5.14.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-5.14.0.tar.gz.sha512>`__) -* `The apache-airflow-providers-postgres 5.14.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-5.14.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-5.14.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-5.14.0-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-postgres 6.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-6.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-6.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-6.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-postgres 6.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-6.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-6.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-6.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-presto/commits.rst+19 −1 modified@@ -35,14 +35,32 @@ For high-level changelog, see :doc:`package information including changelog <ind +5.8.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`2a33da0246 <https://github.com/apache/airflow/commit/2a33da0246c811a98d5cdaf0af2bcca0dee8556a>`_ 2024-12-18 ``Remove references to AIRFLOW_V_2_9_PLUS (#44987)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`490b5e816b <https://github.com/apache/airflow/commit/490b5e816b804f338b0eb97f240ae874d4e15810>`_ 2024-12-10 ``Consistent way of checking Airflow version in providers (#44686)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`123dadda0e <https://github.com/apache/airflow/commit/123dadda0e0648ef1412053d1743128333eecb63>`_ 2024-11-15 ``Rename execution_date to logical_date across codebase (#43902)`` +================================================================================================= =========== ===================================================================== + 5.7.0 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ========================================================================================
docs/apache-airflow-providers-presto/index.rst+5 −5 modified@@ -77,7 +77,7 @@ apache-airflow-providers-presto package `Presto <https://prestodb.io/>`__ -Release: 5.7.0 +Release: 5.8.0 Provider package ---------------- @@ -95,12 +95,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ========================================= PIP package Version required ======================================= ========================================= -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``presto-python-client`` ``>=0.8.4`` ``pandas`` ``>=2.1.2,<2.2; python_version >= "3.9"`` @@ -133,5 +133,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-presto 5.7.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_presto-5.7.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_presto-5.7.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_presto-5.7.0.tar.gz.sha512>`__) -* `The apache-airflow-providers-presto 5.7.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_presto-5.7.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_presto-5.7.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_presto-5.7.0-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-presto 5.8.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_presto-5.8.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_presto-5.8.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_presto-5.8.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-presto 5.8.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_presto-5.8.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_presto-5.8.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_presto-5.8.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-qdrant/commits.rst+21 −5 modified@@ -35,14 +35,29 @@ For high-level changelog, see :doc:`package information including changelog <ind +1.3.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 1.2.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -91,11 +106,12 @@ Commit 1.0.0 ..... -Latest change: 2024-02-11 +Latest change: 2024-02-12 -================================================================================================= =========== ========================================== +================================================================================================= =========== ============================================================= Commit Committed Subject -================================================================================================= =========== ========================================== +================================================================================================= =========== ============================================================= +`bfb054e9e8 <https://github.com/apache/airflow/commit/bfb054e9e867b8b9a6a449e43bfba97f645e025e>`_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` `91936e504f <https://github.com/apache/airflow/commit/91936e504f22e7b78d7e981982fbc9ae54a6c4ac>`_ 2024-02-11 ``Fix index for qdrant provider (#37330)`` `bc50c58768 <https://github.com/apache/airflow/commit/bc50c58768f436916f1bb7ceb6cfae038683c358>`_ 2024-02-08 ``Add Qdrant Provider (#36805)`` -================================================================================================= =========== ========================================== +================================================================================================= =========== =============================================================
docs/apache-airflow-providers-qdrant/index.rst+3 −3 modified@@ -70,7 +70,7 @@ apache-airflow-providers-qdrant package `Qdrant <https://qdrant.tech/documentation>`__ -Release: 1.2.0 +Release: 1.3.0 Provider package ---------------- @@ -88,11 +88,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== ``qdrant_client`` ``>=1.10.1`` -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ================== ==================
docs/apache-airflow-providers-redis/commits.rst+30 −4 modified@@ -35,14 +35,32 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`ee6f6fbbb1 <https://github.com/apache/airflow/commit/ee6f6fbbb1a04ed38f9269193cfdfb2b36866e72>`_ 2024-12-06 ``Remove Provider Deprecations in Redis (#44633)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 3.8.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -134,6 +152,8 @@ Commit `2f69b5f007 <https://github.com/apache/airflow/commit/2f69b5f007b544f992432a3c681f393317e16c16>`_ 2023-11-17 ``Add task context logging feature to allow forwarding messages to task logs (#32646)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -192,6 +212,7 @@ Commit ================================================================================================= =========== ================================================================ `d06b7af69a <https://github.com/apache/airflow/commit/d06b7af69a65c50321ba2a9904551f3b8affc7f1>`_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` `42b4b43c4c <https://github.com/apache/airflow/commit/42b4b43c4c2ccf0b6e7eaa105c982df495768d01>`_ 2023-07-23 ``Add Redis task handler (#31855)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -222,6 +243,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `94cad11b43 <https://github.com/apache/airflow/commit/94cad11b439e0ab102268e9e7221b0ab9d98e0df>`_ 2023-05-16 ``Upgrade redis (#31279)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` @@ -300,6 +322,9 @@ Commit `97496ba2b4 <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ========================================================================== 2.0.1 @@ -339,15 +364,16 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 .....
docs/apache-airflow-providers-redis/index.rst+3 −3 modified@@ -77,7 +77,7 @@ apache-airflow-providers-redis package `Redis <https://redis.io/>`__ -Release: 3.8.0 +Release: 4.0.0 Provider package ---------------- @@ -95,11 +95,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== =========================== PIP package Version required ================== =========================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``redis`` ``>=4.5.2,!=4.5.5,!=5.0.2`` ================== ===========================
docs/apache-airflow-providers-salesforce/commits.rst+46 −14 modified@@ -35,14 +35,31 @@ For high-level changelog, see :doc:`package information including changelog <ind +5.9.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 5.8.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -158,6 +175,8 @@ Commit ================================================================================================= =========== ================================================================== `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` `11bdfe4c12 <https://github.com/apache/airflow/commit/11bdfe4c12efa2f5d256cc49916a20beaa5487eb>`_ 2023-11-07 ``Work around typing issue in examples and providers (#35494)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `90a100a7c3 <https://github.com/apache/airflow/commit/90a100a7c3d554d1c674a90feaefdf42fd4c45ba>`_ 2023-10-31 ``Fix SalesforceHook compatiblity with Pandas 2.x (#35145)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` @@ -200,6 +219,7 @@ Commit `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `ea8519c055 <https://github.com/apache/airflow/commit/ea8519c0554d16b13d330a686f8479fc10cc58f2>`_ 2023-08-18 ``Avoid importing pandas and numpy in runtime and module level (#33483)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `e45bee8840 <https://github.com/apache/airflow/commit/e45bee884068399e7265421511e17fed106ce5b4>`_ 2023-07-05 ``D205 Support - Providers: Pagerduty to SMTP (inclusive) (#32358)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` @@ -232,6 +252,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` @@ -243,12 +264,13 @@ Commit Latest change: 2023-01-02 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ===================================================================== Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ===================================================================== `5246c009c5 <https://github.com/apache/airflow/commit/5246c009c557b4f6bdf1cd62bf9b89a2da63f630>`_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` `ed26b86a50 <https://github.com/apache/airflow/commit/ed26b86a506b07ecf66c314e5514bd906e608359>`_ 2022-11-30 ``Add test_connection to SalesforceHook (#27921)`` -================================================================================================= =========== ======================================================== +================================================================================================= =========== ===================================================================== 5.2.0 ..... @@ -294,6 +316,7 @@ Commit `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` `510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` `9c59831ee7 <https://github.com/apache/airflow/commit/9c59831ee78f14de96421c74986933c494407afa>`_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)`` +`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)`` ================================================================================================= =========== ============================================================================= 4.0.0 @@ -363,6 +386,7 @@ Commit `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` `92bc8047cf <https://github.com/apache/airflow/commit/92bc8047cf822bcedfecb8cbdc82a83dc7ea43ad>`_ 2021-12-16 ``Fix mypy in providers/salesforce (#20325)`` `2fb5e1d0ec <https://github.com/apache/airflow/commit/2fb5e1d0ec306839a3ff21d0bddbde1d022ee8c7>`_ 2021-12-15 ``Fix cached_property MyPy declaration and related MyPy errors (#20226)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` ================================================================================================= =========== ========================================================================== 3.4.0 @@ -387,6 +411,8 @@ Commit ================================================================================================= =========== ================================================================= `d9567eb106 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` `e9a72a4e95 <https://github.com/apache/airflow/commit/e9a72a4e95e6d23bae010ad92499cd7b06d50037>`_ 2021-10-08 ``Add SalesforceApexRestOperator (#18819)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ================================================================= 3.2.0 @@ -423,43 +449,47 @@ Commit Latest change: 2021-06-18 -================================================================================================= =========== ================================================================= +================================================================================================= =========== ==================================================================== Commit Committed Subject -================================================================================================= =========== ================================================================= +================================================================================================= =========== ==================================================================== `bbc627a3da <https://github.com/apache/airflow/commit/bbc627a3dab17ba4cf920dd1a26dbed6f5cebfd1>`_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` `cbf8001d76 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` `1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_ 2021-06-15 ``More documentation update for June providers release (#16405)`` `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` -================================================================================================= =========== ================================================================= +`1e647029e4 <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` +`807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +================================================================================================= =========== ==================================================================== 2.0.0 ..... -Latest change: 2021-03-20 +Latest change: 2021-04-06 -================================================================================================= =========== =================================================================== +================================================================================================= =========== ============================================================================= Commit Committed Subject -================================================================================================= =========== =================================================================== +================================================================================================= =========== ============================================================================= +`042be2e4e0 <https://github.com/apache/airflow/commit/042be2e4e06b988f5ba2dc146f53774dabc8b76b>`_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` `68e4c4dcb0 <https://github.com/apache/airflow/commit/68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8>`_ 2021-03-20 ``Remove Backport Providers (#14886)`` `589d6dec92 <https://github.com/apache/airflow/commit/589d6dec922565897785bcbc5ac6bb3b973d7f5d>`_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` `45e72ca830 <https://github.com/apache/airflow/commit/45e72ca83049a7db526b1f0fbd94c75f5f92cc75>`_ 2021-02-25 ``Add Tableau provider separate from Salesforce Provider (#14030)`` -================================================================================================= =========== =================================================================== +================================================================================================= =========== ============================================================================= 1.0.1 ..... Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `a9ac2b040b <https://github.com/apache/airflow/commit/a9ac2b040b64de1aa5d9c2b9def33334e36a8d22>`_ 2021-01-23 ``Switch to f-strings using flynt. (#13732)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 ..... @@ -473,6 +503,8 @@ Commit `b40dffa085 <https://github.com/apache/airflow/commit/b40dffa08547b610162f8cacfa75847f3c4ca364>`_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` `9b39f24780 <https://github.com/apache/airflow/commit/9b39f24780e85f859236672e9060b2fbeee81b36>`_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` `2037303eef <https://github.com/apache/airflow/commit/2037303eef93fd36ab13746b045d1c1fee6aa143>`_ 2020-11-29 ``Adds support for Connection/Hook discovery from providers (#12466)`` +`de3b1e687b <https://github.com/apache/airflow/commit/de3b1e687b26c524c6909b7b4dfbb60d25019751>`_ 2020-11-28 ``Move connection guides to provider documentation packages (#12653)`` +`f2569de7d1 <https://github.com/apache/airflow/commit/f2569de7d1a7b100774f397a641e977c307cbb91>`_ 2020-11-22 ``Add example DAGs to provider docs (#12528)`` `c34ef853c8 <https://github.com/apache/airflow/commit/c34ef853c890e08f5468183c03dc8f3f3ce84af2>`_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` `0080354502 <https://github.com/apache/airflow/commit/00803545023b096b8db4fbd6eb473843096d7ce4>`_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` `ae7cb4a1e2 <https://github.com/apache/airflow/commit/ae7cb4a1e2a96351f1976cf5832615e24863e05d>`_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)``
docs/apache-airflow-providers-salesforce/index.rst+3 −3 modified@@ -77,7 +77,7 @@ apache-airflow-providers-salesforce package `Salesforce <https://www.salesforce.com/>`__ -Release: 5.8.0 +Release: 5.9.0 Provider package ---------------- @@ -95,12 +95,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ===================== ========================================= PIP package Version required ===================== ========================================= -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``simple-salesforce`` ``>=1.0.0`` ``pandas`` ``>=2.1.2,<2.2; python_version >= "3.9"`` ``pandas`` ``>=1.5.3,<2.2; python_version < "3.9"``
docs/apache-airflow-providers-samba/commits.rst+27 −4 modified@@ -35,14 +35,29 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.9.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 4.8.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` `d23881c648 <https://github.com/apache/airflow/commit/d23881c6489916113921dcedf85077441b44aaf3>`_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` `09a7bd1d58 <https://github.com/apache/airflow/commit/09a7bd1d585d2d306dd30435689f22b614fe0abf>`_ 2024-07-09 ``Prepare docs 1st wave July 2024 (#40644)`` @@ -125,6 +140,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -155,6 +172,7 @@ Commit `9d8c77e447 <https://github.com/apache/airflow/commit/9d8c77e447f5515b9a6aa85fa72511a86a128c28>`_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -185,6 +203,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` @@ -261,6 +280,7 @@ Commit `f77417eb0d <https://github.com/apache/airflow/commit/f77417eb0d3f12e4849d80645325c02a48829278>`_ 2021-12-31 ``Fix K8S changelog to be PyPI-compatible (#20614)`` `97496ba2b4 <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` `65d7f427a0 <https://github.com/apache/airflow/commit/65d7f427a0fe02ec07802e3b713c4d32da0b86f4>`_ 2021-12-13 ``Fix MyPy Errors for Samba provider (#20243)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` ================================================================================================= =========== ========================================================================== 3.0.1 @@ -274,6 +294,8 @@ Commit `d9567eb106 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` `d17ae60be4 <https://github.com/apache/airflow/commit/d17ae60be4d83e0bdfa6cb3c2c41e2bb1fcbf1b6>`_ 2021-10-09 ``Handle leading slash in samba path (#18847)`` `63ca12c0f2 <https://github.com/apache/airflow/commit/63ca12c0f2b4b6db1c46dd55405f7055dcb1c02c>`_ 2021-10-07 ``Open src and dst in binary for samba copy (#18752)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ================================================================= 3.0.0 @@ -314,15 +336,16 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 .....
docs/apache-airflow-providers-samba/index.rst+5 −5 modified@@ -76,7 +76,7 @@ apache-airflow-providers-samba package `Samba <https://www.samba.org/>`__ -Release: 4.8.0 +Release: 4.9.0 Provider package ---------------- @@ -94,12 +94,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``smbprotocol`` ``>=1.5.0`` ================== ================== @@ -128,5 +128,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-samba 4.8.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_samba-4.8.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_samba-4.8.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_samba-4.8.0.tar.gz.sha512>`__) -* `The apache-airflow-providers-samba 4.8.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_samba-4.8.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_samba-4.8.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_samba-4.8.0-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-samba 4.9.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_samba-4.9.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_samba-4.9.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_samba-4.9.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-samba 4.9.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_samba-4.9.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_samba-4.9.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_samba-4.9.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-segment/commits.rst+27 −4 modified@@ -35,14 +35,29 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.7.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 3.6.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -100,6 +115,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -118,6 +135,7 @@ Commit `21990ed894 <https://github.com/apache/airflow/commit/21990ed8943ee4dc6e060ee2f11648490c714a3b>`_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `e45bee8840 <https://github.com/apache/airflow/commit/e45bee884068399e7265421511e17fed106ce5b4>`_ 2023-07-05 ``D205 Support - Providers: Pagerduty to SMTP (inclusive) (#32358)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` @@ -149,6 +167,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` @@ -226,6 +245,9 @@ Commit `97496ba2b4 <https://github.com/apache/airflow/commit/97496ba2b41063fa24393c58c5c648a0cdb5a7f8>`_ 2021-12-31 ``Update documentation for provider December 2021 release (#20523)`` `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`9a469d813f <https://github.com/apache/airflow/commit/9a469d813fc083a7a5f402727e93df3e3f9c9118>`_ 2021-11-30 ``Capitalize names in docs (#19893)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ========================================================================== 2.0.1 @@ -268,16 +290,17 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `548d082008 <https://github.com/apache/airflow/commit/548d082008c0c83f44020937f6ff19ca006b96cc>`_ 2021-01-13 ``Update external docs URL for Segment (#13645)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 .....
docs/apache-airflow-providers-segment/index.rst+3 −3 modified@@ -61,7 +61,7 @@ apache-airflow-providers-segment package `Segment <https://segment.com/>`__ -Release: 3.6.0 +Release: 3.7.0 Provider package ---------------- @@ -79,11 +79,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ==================== ================== PIP package Version required ==================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``analytics-python`` ``>=1.2.9`` ==================== ==================
docs/apache-airflow-providers-sendgrid/commits.rst+27 −4 modified@@ -35,14 +35,30 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.0.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`cba3e3856a <https://github.com/apache/airflow/commit/cba3e3856ad70d2c72110d7afe6ac4a3a5ba7d59>`_ 2024-12-06 ``Remove Provider Deprecations in SendGrid (#44637)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 3.6.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -97,6 +113,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -125,6 +143,7 @@ Commit `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `a91ee7ac2f <https://github.com/apache/airflow/commit/a91ee7ac2fe29f460a4e4b0d8c1346f40672be43>`_ 2023-08-20 ``Refactor: Simplify code in smaller providers (#33234)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -155,6 +174,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `0a30706aa7 <https://github.com/apache/airflow/commit/0a30706aa7c581905ca99a8b6e2f05960d480729>`_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` @@ -222,11 +242,13 @@ Commit Latest change: 2022-03-07 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ================================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ================================================================= `f5b96315fe <https://github.com/apache/airflow/commit/f5b96315fe65b99c0e2542831ff73a3406c4232d>`_ 2022-03-07 ``Add documentation for Feb Providers release (#22056)`` -================================================================================================= =========== ======================================================== +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +================================================================================================= =========== ================================================================= 2.0.1 ..... @@ -284,6 +306,7 @@ Commit `86695b62a0 <https://github.com/apache/airflow/commit/86695b62a0281364088642fa3dc17d92cf9e7cbe>`_ 2021-01-30 ``Deprecate email credentials from environment variables. (#13601)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` ================================================================================================= =========== ==================================================================== 1.0.0
docs/apache-airflow-providers-sendgrid/index.rst+3 −3 modified@@ -61,7 +61,7 @@ apache-airflow-providers-sendgrid package `Sendgrid <https://sendgrid.com/>`__ -Release: 3.6.0 +Release: 4.0.0 Provider package ---------------- @@ -79,11 +79,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``sendgrid`` ``>=6.0.0`` ================== ==================
docs/apache-airflow-providers-sftp/commits.rst+36 −7 modified@@ -35,16 +35,34 @@ For high-level changelog, see :doc:`package information including changelog <ind +5.0.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`ad7a3dd5e1 <https://github.com/apache/airflow/commit/ad7a3dd5e11830e8acb4e05d93553d9ae4a5213f>`_ 2024-12-07 ``Remove deprecations from SFTP Provider (#44740)`` +`e625e7fb64 <https://github.com/apache/airflow/commit/e625e7fb6422cd7762d4e76d012606275a45f7cc>`_ 2024-12-06 ``feat: retrieve sftp file attrs onces instead multiple time (#44625)`` +`a3a596906c <https://github.com/apache/airflow/commit/a3a596906cb28fd7b303b15411801b733b9b49b4>`_ 2024-12-03 ``Add host_proxy_cmd parameter to SSHHook and SFTPHook (#44565)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 4.11.1 ...... -Latest change: 2024-08-25 +Latest change: 2024-09-21 -================================================================================================= =========== ============================= +================================================================================================= =========== ======================================================= Commit Committed Subject -================================================================================================= =========== ============================= +================================================================================================= =========== ======================================================= +`7628d47d04 <https://github.com/apache/airflow/commit/7628d47d0481966d9a9b25dfd4870b7a6797ebbf>`_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` `1613e9ec1c <https://github.com/apache/airflow/commit/1613e9ec1c4e5523953e045c8adcef1b9d4ce95d>`_ 2024-08-25 ``remove soft_fail (#41710)`` -================================================================================================= =========== ============================= +================================================================================================= =========== ======================================================= 4.11.0 ...... @@ -140,6 +158,7 @@ Latest change: 2024-02-12 Commit Committed Subject ================================================================================================= =========== ============================================================================ `bfb054e9e8 <https://github.com/apache/airflow/commit/bfb054e9e867b8b9a6a449e43bfba97f645e025e>`_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`f61ffe58d3 <https://github.com/apache/airflow/commit/f61ffe58d3cd0bcb51f6f9036a3acbfa4443d977>`_ 2024-02-11 ``Remove extra package headers in provider indexes (#37324)`` `bb414f0122 <https://github.com/apache/airflow/commit/bb414f012246aa9874e7c5e84388a1487bbd5bd3>`_ 2024-02-10 ``Added D401 support to http, smtp and sftp provider (#37303)`` `f24a03709e <https://github.com/apache/airflow/commit/f24a03709eecbda87ed794cee567806e51c3a21f>`_ 2024-02-04 ``Add deferrable param in SFTPSensor (#37117)`` `cead3da4a6 <https://github.com/apache/airflow/commit/cead3da4a6f483fa626b81efd27a24dcb5a36ab0>`_ 2024-01-26 ``Add docs for RC2 wave of providers for 2nd round of Jan 2024 (#37019)`` @@ -177,6 +196,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `63cc915cd3 <https://github.com/apache/airflow/commit/63cc915cd38a5034df6bf9c618e12f8690eeade0>`_ 2023-10-31 ``Switch from Black to Ruff formatter (#35287)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` @@ -233,6 +254,7 @@ Commit ================================================================================================= =========== ========================================================================= `d06b7af69a <https://github.com/apache/airflow/commit/d06b7af69a65c50321ba2a9904551f3b8affc7f1>`_ 2023-07-29 ``Prepare docs for July 2023 3rd wave of Providers (#32875)`` `6b880844ad <https://github.com/apache/airflow/commit/6b880844ade6036954d5343f6a74a241b3865153>`_ 2023-07-25 ``openlineage, sftp: add OpenLineage support for sftp provider (#31360)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` ================================================================================================= =========== ========================================================================= 4.4.0 @@ -278,6 +300,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `0a30706aa7 <https://github.com/apache/airflow/commit/0a30706aa7c581905ca99a8b6e2f05960d480729>`_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` @@ -374,6 +397,7 @@ Commit `abb0341135 <https://github.com/apache/airflow/commit/abb034113540b708e87379665a1b5caadb8748bc>`_ 2022-07-17 ``Add documentation for follow-up release for june providers (#25111)`` `d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `acaa0635c8 <https://github.com/apache/airflow/commit/acaa0635c8477c98ab78da9f6d86e6f1bad2737d>`_ 2022-07-08 ``Automatically detect if non-lazy logging interpolation is used (#24910)`` +`96b01a8012 <https://github.com/apache/airflow/commit/96b01a8012d164df7c24c460149d3b79ecad3901>`_ 2022-07-05 ``Remove "bad characters" from our codebase (#24841)`` `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` `510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` `f3aacebe50 <https://github.com/apache/airflow/commit/f3aacebe502c4ea5dc2b7d29373539296fa037eb>`_ 2022-06-20 ``Convert sftp hook to use paramiko instead of pysftp (#24512)`` @@ -423,11 +447,12 @@ Commit Latest change: 2022-03-14 -================================================================================================= =========== ==================================================================== +================================================================================================= =========== ====================================================================================================== Commit Committed Subject -================================================================================================= =========== ==================================================================== +================================================================================================= =========== ====================================================================================================== `16adc035b1 <https://github.com/apache/airflow/commit/16adc035b1ecdf533f44fbb3e32bea972127bb71>`_ 2022-03-14 ``Add documentation for Classifier release for March 2022 (#22226)`` -================================================================================================= =========== ==================================================================== +`69f5ab1987 <https://github.com/apache/airflow/commit/69f5ab19872871a34179551a53fe302efe884e62>`_ 2022-03-13 ``SFTP docs add example "extras" field using ''key_file'', ''private_key'' and ''host_key'' (#20757)`` +================================================================================================= =========== ====================================================================================================== 2.5.0 ..... @@ -472,6 +497,7 @@ Commit `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` `f35ad27080 <https://github.com/apache/airflow/commit/f35ad27080a2e1f29efc20a9bd0613af0f6ff2ec>`_ 2021-12-14 ``Making SFTPHook's constructor consistent with its superclass SSHHook (#20164)`` `756b1207a9 <https://github.com/apache/airflow/commit/756b1207a96ff65f7e0f83864a7ad0386df9fa9d>`_ 2021-12-13 ``Fix MyPy Errors for SFTP provider (#20242)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` ================================================================================================= =========== ================================================================================= 2.3.0 @@ -497,6 +523,8 @@ Commit `d9567eb106 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` `83eb80d4ec <https://github.com/apache/airflow/commit/83eb80d4eccb881775dd44bab19818e50e42270b>`_ 2021-10-27 ``SFTP hook to prefer the SSH paramiko key over the key file path (#18988)`` `86a2a19ad2 <https://github.com/apache/airflow/commit/86a2a19ad2bdc87a9ad14bb7fde9313b2d7489bb>`_ 2021-10-17 ``More f-strings (#18855)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ============================================================================ 2.1.1 @@ -587,6 +615,7 @@ Commit `52339a55c0 <https://github.com/apache/airflow/commit/52339a55c054bddd1d46253575274a3d5d141ebe>`_ 2021-01-08 ``[AIRFLOW-7044] Host key can be specified via SSH connection extras. (#12944)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` ================================================================================================= =========== ================================================================================ 1.0.0
docs/apache-airflow-providers-sftp/index.rst+5 −5 modified@@ -70,7 +70,7 @@ apache-airflow-providers-sftp package `SSH File Transfer Protocol (SFTP) <https://tools.ietf.org/wg/secsh/draft-ietf-secsh-filexfer/>`__ -Release: 4.11.1 +Release: 5.0.0 Provider package ---------------- @@ -88,12 +88,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================================ ================== PIP package Version required ================================ ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-ssh`` ``>=2.1.0`` ``paramiko`` ``>=2.9.0`` ``asyncssh`` ``>=2.12.0`` @@ -126,5 +126,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-sftp 4.11.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-4.11.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-4.11.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-4.11.1.tar.gz.sha512>`__) -* `The apache-airflow-providers-sftp 4.11.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-4.11.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-4.11.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-4.11.1-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-sftp 5.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-5.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-5.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-5.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-sftp 5.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-5.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-5.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sftp-5.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-singularity/commits.rst+39 −8 modified@@ -35,14 +35,31 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.7.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 3.6.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -96,6 +113,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -126,6 +145,7 @@ Commit `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `2dbb963324 <https://github.com/apache/airflow/commit/2dbb9633240777d658031d32217255849150684b>`_ 2023-08-24 ``Refactor: Improve detection of duplicates and list sorting (#33675)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -156,10 +176,12 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` `d23a3bbed8 <https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` ================================================================================================= =========== ====================================================================================== 3.1.0 @@ -178,6 +200,7 @@ Commit `e5ac6c7cfb <https://github.com/apache/airflow/commit/e5ac6c7cfb189c33e3b247f7d5aec59fe5e89a00>`_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)`` ================================================================================================= =========== ==================================================================================== 3.0.0 @@ -234,10 +257,13 @@ Commit `83f8e178ba <https://github.com/apache/airflow/commit/83f8e178ba7a3d4ca012c831a5bfc2cade9e812d>`_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` +`9a469d813f <https://github.com/apache/airflow/commit/9a469d813fc083a7a5f402727e93df3e3f9c9118>`_ 2021-11-30 ``Capitalize names in docs (#19893)`` `853576d901 <https://github.com/apache/airflow/commit/853576d9019d2aca8de1d9c587c883dcbe95b46a>`_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` `d9567eb106 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` `840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`_ 2021-09-30 ``Update documentation for September providers release (#18613)`` `ef037e7021 <https://github.com/apache/airflow/commit/ef037e702182e4370cb00c853c4fb0e246a0479c>`_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ====================================================================================== 2.0.1 @@ -261,24 +287,27 @@ Commit Latest change: 2021-06-18 -================================================================================================= =========== ================================================================= +================================================================================================= =========== ==================================================================== Commit Committed Subject -================================================================================================= =========== ================================================================= +================================================================================================= =========== ==================================================================== `bbc627a3da <https://github.com/apache/airflow/commit/bbc627a3dab17ba4cf920dd1a26dbed6f5cebfd1>`_ 2021-06-18 ``Prepares documentation for rc2 release of Providers (#16501)`` `cbf8001d76 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` `1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_ 2021-06-15 ``More documentation update for June providers release (#16405)`` `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`1e647029e4 <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` `37681bca00 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` -================================================================================================= =========== ================================================================= +`807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` +================================================================================================= =========== ==================================================================== 1.1.0 ..... -Latest change: 2021-04-06 +Latest change: 2021-04-07 ================================================================================================= =========== ============================================================================= Commit Committed Subject ================================================================================================= =========== ============================================================================= +`4e018a870c <https://github.com/apache/airflow/commit/4e018a870ccdece6b0985db0c8ae68d10ae1d055>`_ 2021-04-07 ``Refreshed provider's upcoming release with k8s retries (#15239)`` `042be2e4e0 <https://github.com/apache/airflow/commit/042be2e4e06b988f5ba2dc146f53774dabc8b76b>`_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` `9b76b94c94 <https://github.com/apache/airflow/commit/9b76b94c940d472290861930a1d5860b43b3b2b2>`_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` `a7ca1b3b0b <https://github.com/apache/airflow/commit/a7ca1b3b0bdf0b7677e53be1b11e833714dfbbb4>`_ 2021-03-26 ``Fix Sphinx Issues with Docstrings (#14968)`` @@ -291,15 +320,16 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 ..... @@ -310,6 +340,7 @@ Latest change: 2020-12-09 Commit Committed Subject ================================================================================================= =========== ==================================================================================== `32971a1a2d <https://github.com/apache/airflow/commit/32971a1a2de1db0b4f7442ed26facdf8d3b7a36f>`_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` +`f2569de7d1 <https://github.com/apache/airflow/commit/f2569de7d1a7b100774f397a641e977c307cbb91>`_ 2020-11-22 ``Add example DAGs to provider docs (#12528)`` `c34ef853c8 <https://github.com/apache/airflow/commit/c34ef853c890e08f5468183c03dc8f3f3ce84af2>`_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` `0080354502 <https://github.com/apache/airflow/commit/00803545023b096b8db4fbd6eb473843096d7ce4>`_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` `ae7cb4a1e2 <https://github.com/apache/airflow/commit/ae7cb4a1e2a96351f1976cf5832615e24863e05d>`_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)``
docs/apache-airflow-providers-singularity/index.rst+3 −3 modified@@ -69,7 +69,7 @@ apache-airflow-providers-singularity package `Singularity <https://sylabs.io/guides/latest/user-guide/>`__ -Release: 3.6.0 +Release: 3.7.0 Provider package ---------------- @@ -87,11 +87,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``spython`` ``>=0.0.56`` ================== ==================
docs/apache-airflow-providers-slack/commits.rst+17 −1 modified@@ -38,14 +38,30 @@ For high-level changelog, see :doc:`package information including changelog <ind +9.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1b4922d95c <https://github.com/apache/airflow/commit/1b4922d95c38168bf3218e1ae462a92016827454>`_ 2024-12-06 ``Remove deprecations from Slack Provider (#44693)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +================================================================================================= =========== ===================================================================== + 8.9.2 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` ================================================================================================= =========== ========================================================================================
docs/apache-airflow-providers-slack/index.rst+5 −5 modified@@ -81,7 +81,7 @@ apache-airflow-providers-slack package - `Slack Incoming Webhook <https://api.slack.com/messaging/webhooks>`__ -Release: 8.9.2 +Release: 9.0.0 Provider package ---------------- @@ -99,12 +99,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ================== PIP package Version required ======================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``slack_sdk`` ``>=3.19.0`` ======================================= ================== @@ -134,5 +134,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-slack 8.9.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-8.9.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-8.9.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-8.9.2.tar.gz.sha512>`__) -* `The apache-airflow-providers-slack 8.9.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-8.9.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-8.9.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-8.9.2-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-slack 9.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-9.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-9.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-9.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-slack 9.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-9.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-9.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_slack-9.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-smtp/commits.rst+14 −1 modified@@ -35,14 +35,27 @@ For high-level changelog, see :doc:`package information including changelog <ind +1.9.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +================================================================================================= =========== ==================================================================== + 1.8.1 ..... -Latest change: 2024-10-09 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` `a5ffbbda17 <https://github.com/apache/airflow/commit/a5ffbbda17450a5c99037b292844087119b5676a>`_ 2024-10-09 ``Standard provider bash operator (#42252)`` `55fe75d083 <https://github.com/apache/airflow/commit/55fe75d083499c6fbaaca35d6dbad4487f4a9ad0>`_ 2024-09-25 ``Purge existing SLA implementation (#42285)``
docs/apache-airflow-providers-smtp/index.rst+3 −3 modified@@ -64,7 +64,7 @@ apache-airflow-providers-smtp package `Simple Mail Transfer Protocol (SMTP) <https://tools.ietf.org/html/rfc5321>`__ -Release: 1.8.1 +Release: 1.9.0 Provider package ---------------- @@ -82,10 +82,10 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ================== ==================
docs/apache-airflow-providers-snowflake/commits.rst+20 −1 modified@@ -35,14 +35,33 @@ For high-level changelog, see :doc:`package information including changelog <ind +6.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ========================================================================================================================== +Commit Committed Subject +================================================================================================= =========== ========================================================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`ee6167e150 <https://github.com/apache/airflow/commit/ee6167e1505d69f392fb20cce8c32ec3bd2a0f1a>`_ 2024-12-07 ``remove deprecations (#44756)`` +`e1f0f1f2cc <https://github.com/apache/airflow/commit/e1f0f1f2cc5a14599180575656a4a2bcd11d1a5b>`_ 2024-11-30 ``enable client_store_temporary_credential for snowflake provider (#44431)`` +`518d394119 <https://github.com/apache/airflow/commit/518d394119af0afe302a2b5b4f406af330e5078f>`_ 2024-11-28 ``Allow 'json_result_force_utf8_encoding' specification in 'providers.snowflake.hooks.SnowflakeHook' extra dict (#44264)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`d8bff0094e <https://github.com/apache/airflow/commit/d8bff0094ee453f4b01266b7d0cc662ff48a7f59>`_ 2024-11-16 ``make host/port configurable for Snowflake connections (#44079)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +================================================================================================= =========== ========================================================================================================================== + 5.8.1 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `06088a3abc <https://github.com/apache/airflow/commit/06088a3abcbb46533e74de360746db766d50cf66>`_ 2024-10-31 ``Standard provider python operator (#42081)`` `d8c7d28411 <https://github.com/apache/airflow/commit/d8c7d28411bea04ae5771fc1e2973d92eb0a144e>`_ 2024-10-30 ``Start porting DAG definition code to the Task SDK (#43076)``
docs/apache-airflow-providers-snowflake/index.rst+5 −5 modified@@ -78,7 +78,7 @@ apache-airflow-providers-snowflake package `Snowflake <https://www.snowflake.com/>`__ -Release: 5.8.1 +Release: 6.0.0 Provider package ---------------- @@ -96,12 +96,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ========================================== ========================================= PIP package Version required ========================================== ========================================= -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-compat`` ``>=1.1.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``pandas`` ``>=2.1.2,<2.2; python_version >= "3.9"`` @@ -139,5 +139,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-snowflake 5.8.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-5.8.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-5.8.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-5.8.1.tar.gz.sha512>`__) -* `The apache-airflow-providers-snowflake 5.8.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-5.8.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-5.8.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-5.8.1-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-snowflake 6.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-6.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-6.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-6.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-snowflake 6.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-6.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-6.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_snowflake-6.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-sqlite/commits.rst+18 −1 modified@@ -35,14 +35,31 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`c73becd1a7 <https://github.com/apache/airflow/commit/c73becd1a7b5b38a5b0dfe0cb9d02b076bfe6f32>`_ 2024-12-07 ``Remove Provider Deprecations in Sqlite (#44707)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`0393c1ffc8 <https://github.com/apache/airflow/commit/0393c1ffc8bb6b9513865e5b2c73a3b8eef29915>`_ 2024-11-14 ``Add basic asyncio support (#43944)`` +================================================================================================= =========== ===================================================================== + 3.9.1 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `d8c7d28411 <https://github.com/apache/airflow/commit/d8c7d28411bea04ae5771fc1e2973d92eb0a144e>`_ 2024-10-30 ``Start porting DAG definition code to the Task SDK (#43076)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)``
docs/apache-airflow-providers-sqlite/index.rst+6 −5 modified@@ -77,7 +77,7 @@ apache-airflow-providers-sqlite package `SQLite <https://www.sqlite.org/>`__ -Release: 3.9.1 +Release: 4.0.0 Provider package ---------------- @@ -95,12 +95,13 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ================== PIP package Version required ======================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` +``aiosqlite`` ``>=0.20.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ======================================= ================== @@ -129,5 +130,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-sqlite 3.9.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-3.9.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-3.9.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-3.9.1.tar.gz.sha512>`__) -* `The apache-airflow-providers-sqlite 3.9.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-3.9.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-3.9.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-3.9.1-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-sqlite 4.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-4.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-4.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-4.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-sqlite 4.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-4.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-4.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_sqlite-4.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-ssh/commits.rst+30 −2 modified@@ -35,14 +35,31 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.0.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`e03265bb56 <https://github.com/apache/airflow/commit/e03265bb5613b8cfcaa2a42cf6369b1ba091ddf4>`_ 2024-12-05 ``Correct new changelog breaking changes header (#44659)`` +`a3a596906c <https://github.com/apache/airflow/commit/a3a596906cb28fd7b303b15411801b733b9b49b4>`_ 2024-12-03 ``Add host_proxy_cmd parameter to SSHHook and SFTPHook (#44565)`` +`9765a420af <https://github.com/apache/airflow/commit/9765a420aff17b8f52d8b402dfdcdaf8ebbbbffb>`_ 2024-12-02 ``Remove Provider Deprecations in SSH (#44544)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`6faa720cd8 <https://github.com/apache/airflow/commit/6faa720cd8f206a5af718752d27c1dd5d38c96d1>`_ 2024-11-18 ``Remove XCom pickling (#43905)`` +================================================================================================= =========== ==================================================================== + 3.14.0 ...... -Latest change: 2024-10-17 +Latest change: 2024-10-27 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`78ff0a9970 <https://github.com/apache/airflow/commit/78ff0a99700125121b7f0647023503750f14a11b>`_ 2024-10-27 ``Prepare docs for Oct 2nd wave of providers (#43409)`` `b3b48501c7 <https://github.com/apache/airflow/commit/b3b48501c790d0b10dadca08ce403a820eb16972>`_ 2024-10-17 ``SSHHook expose auth_timeout parameter (#43048)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` ================================================================================================= =========== ======================================================================================== @@ -176,6 +193,8 @@ Commit `0b23d5601c <https://github.com/apache/airflow/commit/0b23d5601c6f833392b0ea816e651dcb13a14685>`_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` ================================================================================================= =========== ======================================================================= 3.8.1 @@ -231,6 +250,7 @@ Commit `bb2689ab45 <https://github.com/apache/airflow/commit/bb2689ab455ca5d82f4f9b8d4b73ec071849c439>`_ 2023-08-21 ``Use str.splitlines() to split lines in providers (#33593)`` `1cdd82391e <https://github.com/apache/airflow/commit/1cdd82391e0f7a24ab7f0badbe8f44a54f51d757>`_ 2023-08-21 ``Simplify conditions on len() in other providers (#33569)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -263,6 +283,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `0a30706aa7 <https://github.com/apache/airflow/commit/0a30706aa7c581905ca99a8b6e2f05960d480729>`_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` @@ -292,6 +313,7 @@ Commit ================================================================================================= =========== ================================================================== `fcd3c0149f <https://github.com/apache/airflow/commit/fcd3c0149f17b364dfb94c0523d23e3145976bbe>`_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` `fd000684d0 <https://github.com/apache/airflow/commit/fd000684d05a993ade3fef38b683ef3cdfdfc2b6>`_ 2023-02-19 ``SSH Provider: Add cmd_timeout to ssh connection extra (#29347)`` +`0d2555b318 <https://github.com/apache/airflow/commit/0d2555b318d0eb4ed5f2d410eccf20e26ad004ad>`_ 2023-02-07 ``Explain SSH connection private key configuration (#29403)`` ================================================================================================= =========== ================================================================== 3.4.0 @@ -441,6 +463,7 @@ Commit `83f8e178ba <https://github.com/apache/airflow/commit/83f8e178ba7a3d4ca012c831a5bfc2cade9e812d>`_ 2021-12-31 ``Even more typing in operators (template_fields/ext) (#20608)`` `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `da783f88a1 <https://github.com/apache/airflow/commit/da783f88a16e20211d7087bd5c8802dc002c78a8>`_ 2021-12-13 ``Fix MyPy Errors for SSH provider (#20241)`` +`9a469d813f <https://github.com/apache/airflow/commit/9a469d813fc083a7a5f402727e93df3e3f9c9118>`_ 2021-11-30 ``Capitalize names in docs (#19893)`` ================================================================================================= =========== ========================================================================== 2.3.0 @@ -467,7 +490,9 @@ Latest change: 2021-09-30 Commit Committed Subject ================================================================================================= =========== ====================================================================================================================== `840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`_ 2021-09-30 ``Update documentation for September providers release (#18613)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` `68d99bc558 <https://github.com/apache/airflow/commit/68d99bc5582b52106f876ccc22cc1e115a42b252>`_ 2021-09-10 ``[Airflow 16364] Add conn_timeout and cmd_timeout params to SSHOperator; add conn_timeout param to SSHHook (#17236)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ====================================================================================================================== 2.1.1 @@ -522,11 +547,12 @@ Commit 1.3.0 ..... -Latest change: 2021-04-06 +Latest change: 2021-04-07 ================================================================================================= =========== ============================================================================= Commit Committed Subject ================================================================================================= =========== ============================================================================= +`4e018a870c <https://github.com/apache/airflow/commit/4e018a870ccdece6b0985db0c8ae68d10ae1d055>`_ 2021-04-07 ``Refreshed provider's upcoming release with k8s retries (#15239)`` `042be2e4e0 <https://github.com/apache/airflow/commit/042be2e4e06b988f5ba2dc146f53774dabc8b76b>`_ 2021-04-06 ``Updated documentation for provider packages before April release (#15236)`` `9b76b94c94 <https://github.com/apache/airflow/commit/9b76b94c940d472290861930a1d5860b43b3b2b2>`_ 2021-04-02 ``A bunch of template_fields_renderers additions (#15130)`` `68e4c4dcb0 <https://github.com/apache/airflow/commit/68e4c4dcb0416eb51a7011a3bb040f1e23d7bba8>`_ 2021-03-20 ``Remove Backport Providers (#14886)`` @@ -561,6 +587,7 @@ Commit `52339a55c0 <https://github.com/apache/airflow/commit/52339a55c054bddd1d46253575274a3d5d141ebe>`_ 2021-01-08 ``[AIRFLOW-7044] Host key can be specified via SSH connection extras. (#12944)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` ================================================================================================= =========== ================================================================================ 1.0.0 @@ -574,6 +601,7 @@ Commit `32971a1a2d <https://github.com/apache/airflow/commit/32971a1a2de1db0b4f7442ed26facdf8d3b7a36f>`_ 2020-12-09 ``Updates providers versions to 1.0.0 (#12955)`` `b40dffa085 <https://github.com/apache/airflow/commit/b40dffa08547b610162f8cacfa75847f3c4ca364>`_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` `9b39f24780 <https://github.com/apache/airflow/commit/9b39f24780e85f859236672e9060b2fbeee81b36>`_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` +`de3b1e687b <https://github.com/apache/airflow/commit/de3b1e687b26c524c6909b7b4dfbb60d25019751>`_ 2020-11-28 ``Move connection guides to provider documentation packages (#12653)`` `c34ef853c8 <https://github.com/apache/airflow/commit/c34ef853c890e08f5468183c03dc8f3f3ce84af2>`_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` `0080354502 <https://github.com/apache/airflow/commit/00803545023b096b8db4fbd6eb473843096d7ce4>`_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` `ae7cb4a1e2 <https://github.com/apache/airflow/commit/ae7cb4a1e2a96351f1976cf5832615e24863e05d>`_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)``
docs/apache-airflow-providers-ssh/index.rst+3 −3 modified@@ -68,7 +68,7 @@ apache-airflow-providers-ssh package `Secure Shell (SSH) <https://tools.ietf.org/html/rfc4251>`__ -Release: 3.14.0 +Release: 4.0.0 Provider package ---------------- @@ -86,12 +86,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``paramiko`` ``>=2.9.0`` ``sshtunnel`` ``>=0.3.2`` ================== ==================
docs/apache-airflow-providers-standard/commits.rst+26 −0 modified@@ -35,6 +35,31 @@ For high-level changelog, see :doc:`package information including changelog <ind +0.0.3 +..... + +Latest change: 2024-12-18 + +================================================================================================= =========== ============================================================================================ +Commit Committed Subject +================================================================================================= =========== ============================================================================================ +`2a33da0246 <https://github.com/apache/airflow/commit/2a33da0246c811a98d5cdaf0af2bcca0dee8556a>`_ 2024-12-18 ``Remove references to AIRFLOW_V_2_9_PLUS (#44987)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`8af1bbdf25 <https://github.com/apache/airflow/commit/8af1bbdf25e2650e617d456f729d1d4f46465524>`_ 2024-12-12 ``Remove Pydanitc models introduced for AIP-44 (#44552)`` +`490b5e816b <https://github.com/apache/airflow/commit/490b5e816b804f338b0eb97f240ae874d4e15810>`_ 2024-12-10 ``Consistent way of checking Airflow version in providers (#44686)`` +`e03265bb56 <https://github.com/apache/airflow/commit/e03265bb5613b8cfcaa2a42cf6369b1ba091ddf4>`_ 2024-12-05 ``Correct new changelog breaking changes header (#44659)`` +`8ca061ddf5 <https://github.com/apache/airflow/commit/8ca061ddf5fb85c79b1212ca29112190ebb0aab5>`_ 2024-12-03 ``Deferrable sensors can implement sensor timeout (#33718)`` +`74ff524a6d <https://github.com/apache/airflow/commit/74ff524a6d58f3c302368f0f06ca21d5146a69b8>`_ 2024-12-02 ``Add missing changelog to breaking change for Standard provider breaking changes (#44581)`` +`c44690c1c8 <https://github.com/apache/airflow/commit/c44690c1c8bb1bf986af06f1c914460d55bc5a33>`_ 2024-12-01 ``Remove Provider Deprecations in Standard (#44541)`` +`cbc287052e <https://github.com/apache/airflow/commit/cbc287052e7a8e92193988daa92054b561e5ef5d>`_ 2024-12-01 ``Remove AIP-44 code from renderedtifields.py (#44546)`` +`62bac46822 <https://github.com/apache/airflow/commit/62bac46822551383d0ab3cd24e351ffae7a90147>`_ 2024-12-01 ``Remove AIP-44 from taskinstance (#44540)`` +`57d109c8a6 <https://github.com/apache/airflow/commit/57d109c8a60196e99541ab56c7e1efcc61445a71>`_ 2024-11-30 ``Move 'LatestOnlyOperator' operator to standard provider. (#44309)`` +`ab2bd2d4a9 <https://github.com/apache/airflow/commit/ab2bd2d4a9d5154f9d1e9e65d30c4716eca7c4b1>`_ 2024-11-28 ``Add import compatibility check (#44458)`` +`e9f544cc3f <https://github.com/apache/airflow/commit/e9f544cc3fb1ac3d7709b3c54804dd6fdd510eca>`_ 2024-11-28 ``Remove AIP-44 configuration from the code (#44454)`` +`0c30c4d9af <https://github.com/apache/airflow/commit/0c30c4d9af20add18675627c6341824fbdeb4d52>`_ 2024-11-27 ``Move external task sensor to standard provider (#44288)`` +`4404e64247 <https://github.com/apache/airflow/commit/4404e64247daf37b350bc7cd835d397256507ad1>`_ 2024-11-25 ``Move triggers to standard provider (#43608)`` +================================================================================================= =========== ============================================================================================ + 0.0.2 ..... @@ -43,6 +68,7 @@ Latest change: 2024-11-24 ================================================================================================= =========== ================================================================================== Commit Committed Subject ================================================================================================= =========== ================================================================================== +`f0da8eeab3 <https://github.com/apache/airflow/commit/f0da8eeab3efba4d4e43439db30a273bfd67c9f1>`_ 2024-11-24 ``Prepare docs for Nov 2nd wave of ad hoc providers (#44321)`` `1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` `d0f433b024 <https://github.com/apache/airflow/commit/d0f433b0245e910ec568aaf255f28499e296ffce>`_ 2024-11-21 ``Fix TriggerDagRunOperator extra_link when trigger_dag_id is templated (#42810)`` `f05ce08362 <https://github.com/apache/airflow/commit/f05ce083620aa1c1be34c1c8f9190286a3fe3532>`_ 2024-11-20 ``Move 'TriggerDagRunOperator' to standard provider (#44053)``
docs/apache-airflow-providers-standard/index.rst+3 −3 modified@@ -66,7 +66,7 @@ apache-airflow-providers-standard package Airflow Standard Provider -Release: 0.0.2 +Release: 0.0.3 Provider package ---------------- @@ -84,11 +84,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ================== PIP package Version required ======================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ======================================= ==================
docs/apache-airflow-providers-tableau/commits.rst+38 −7 modified@@ -35,16 +35,35 @@ For high-level changelog, see :doc:`package information including changelog <ind +5.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`dc4703a7aa <https://github.com/apache/airflow/commit/dc4703a7aad41692c29c17384da1808a4a3064aa>`_ 2024-12-07 ``remove deprecations (#44757)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 4.6.1 ..... -Latest change: 2024-08-25 +Latest change: 2024-09-21 -================================================================================================= =========== ============================= +================================================================================================= =========== ======================================================= Commit Committed Subject -================================================================================================= =========== ============================= +================================================================================================= =========== ======================================================= +`7628d47d04 <https://github.com/apache/airflow/commit/7628d47d0481966d9a9b25dfd4870b7a6797ebbf>`_ 2024-09-21 ``Prepare docs for Sep 1st wave of providers (#42387)`` +`777a3a47de <https://github.com/apache/airflow/commit/777a3a47de283ca6e6d7433e596bc76c70399c4a>`_ 2024-09-10 ``fix typo in Tableau Connection (#42131)`` `1613e9ec1c <https://github.com/apache/airflow/commit/1613e9ec1c4e5523953e045c8adcef1b9d4ce95d>`_ 2024-08-25 ``remove soft_fail (#41710)`` -================================================================================================= =========== ============================= +================================================================================================= =========== ======================================================= 4.6.0 ..... @@ -148,6 +167,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -179,6 +200,7 @@ Commit `9d8c77e447 <https://github.com/apache/airflow/commit/9d8c77e447f5515b9a6aa85fa72511a86a128c28>`_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `21e8f878a3 <https://github.com/apache/airflow/commit/21e8f878a3c91250d0d198c6c3675b4b350fcb61>`_ 2023-07-06 ``D205 Support - Providers: Snowflake to Zendesk (inclusive) (#32359)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` @@ -210,6 +232,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `0a30706aa7 <https://github.com/apache/airflow/commit/0a30706aa7c581905ca99a8b6e2f05960d480729>`_ 2023-05-03 ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` @@ -222,12 +245,14 @@ Commit Latest change: 2023-02-08 -================================================================================================= =========== =================================================================== +================================================================================================= =========== ===================================================================== Commit Committed Subject -================================================================================================= =========== =================================================================== +================================================================================================= =========== ===================================================================== `ce6ae2457e <https://github.com/apache/airflow/commit/ce6ae2457ef3d9f44f0086b58026909170bbf22a>`_ 2023-02-08 ``Prepare docs for Feb 2023 wave of Providers (#29379)`` `67b92d7b53 <https://github.com/apache/airflow/commit/67b92d7b53b2c15b3c9656787f64ff71599d7cb2>`_ 2023-02-03 ``Add TableauOperator.template_fields = find, match_with (#29360)`` -================================================================================================= =========== =================================================================== +`2b92c3c74d <https://github.com/apache/airflow/commit/2b92c3c74d3259ebac714f157c525836f0af50f0>`_ 2023-01-05 ``Fix providers documentation formatting (#28754)`` +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` +================================================================================================= =========== ===================================================================== 4.0.0 ..... @@ -244,6 +269,7 @@ Commit `2a34dc9e84 <https://github.com/apache/airflow/commit/2a34dc9e8470285b0ed2db71109ef4265e29688b>`_ 2022-10-23 ``Enable string normalization in python formatting - providers (#27205)`` `f8db64c35c <https://github.com/apache/airflow/commit/f8db64c35c8589840591021a48901577cff39c07>`_ 2022-09-28 ``Update docs for September Provider's release (#26731)`` `06acf40a43 <https://github.com/apache/airflow/commit/06acf40a4337759797f666d5bb27a5a393b74fed>`_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`a20de275c3 <https://github.com/apache/airflow/commit/a20de275c3e08748a4f5f3c644cdabfa14428981>`_ 2022-07-20 ``Update index.rst (#25184)`` ================================================================================================= =========== ==================================================================================== 3.0.1 @@ -259,6 +285,7 @@ Commit `9c995523f2 <https://github.com/apache/airflow/commit/9c995523f28150de3153d7cb16d605a43dbed09d>`_ 2022-07-03 ``Remove Tableau from Salesforce provider (#23747)`` `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` `510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)`` ================================================================================================= =========== ================================================================== 3.0.0 @@ -350,6 +377,7 @@ Commit `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` `636ae0a33d <https://github.com/apache/airflow/commit/636ae0a33dff63f899bc554e6585104776398bef>`_ 2021-12-22 ``Ensure Tableau connection is active to access wait_for_state (#20433)`` `6174198a3f <https://github.com/apache/airflow/commit/6174198a3fa3ab7cffa7394afad48e5082210283>`_ 2021-12-13 ``Fix MyPy Errors for Tableau provider (#20240)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` ================================================================================================= =========== ========================================================================= 2.1.2 @@ -364,6 +392,7 @@ Commit `e4888a061f <https://github.com/apache/airflow/commit/e4888a061f2f657a3329786a68beca9f824b2f8e>`_ 2021-10-21 ``Remove distutils usages for Python 3.10 (#19064)`` `840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`_ 2021-09-30 ``Update documentation for September providers release (#18613)`` `ef037e7021 <https://github.com/apache/airflow/commit/ef037e702182e4370cb00c853c4fb0e246a0479c>`_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` ================================================================================================= =========== ====================================================================================== 2.1.1 @@ -410,6 +439,7 @@ Commit `cbf8001d76 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` `1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_ 2021-06-15 ``More documentation update for June providers release (#16405)`` `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`1e647029e4 <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` `37681bca00 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` `807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` `40a2476a5d <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` @@ -426,5 +456,6 @@ Latest change: 2021-02-27 Commit Committed Subject ================================================================================================= =========== =================================================================== `589d6dec92 <https://github.com/apache/airflow/commit/589d6dec922565897785bcbc5ac6bb3b973d7f5d>`_ 2021-02-27 ``Prepare to release the next wave of providers: (#14487)`` +`4455f14732 <https://github.com/apache/airflow/commit/4455f14732c207ec213703b8b8c68efeb8b6aebe>`_ 2021-02-25 ``Fix failing docs build on Master (#14465)`` `45e72ca830 <https://github.com/apache/airflow/commit/45e72ca83049a7db526b1f0fbd94c75f5f92cc75>`_ 2021-02-25 ``Add Tableau provider separate from Salesforce Provider (#14030)`` ================================================================================================= =========== ===================================================================
docs/apache-airflow-providers-tableau/index.rst+3 −3 modified@@ -71,7 +71,7 @@ apache-airflow-providers-tableau package `Tableau <https://www.tableau.com/>`__ -Release: 4.6.1 +Release: 5.0.0 Provider package ---------------- @@ -89,11 +89,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================= ================== PIP package Version required ======================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``tableauserverclient`` ``>=0.25`` ======================= ==================
docs/apache-airflow-providers-telegram/commits.rst+36 −7 modified@@ -35,14 +35,32 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.7.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`7c11944be7 <https://github.com/apache/airflow/commit/7c11944be719a83176fd0f98e5a281e940fdba7e>`_ 2024-11-18 ``Feat: telegram send file Operator and Hook (#44040)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 4.6.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -134,6 +152,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -152,6 +172,7 @@ Commit `21990ed894 <https://github.com/apache/airflow/commit/21990ed8943ee4dc6e060ee2f11648490c714a3b>`_ 2023-09-08 ``Prepare docs for 09 2023 - 1st wave of Providers (#34201)`` `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `21e8f878a3 <https://github.com/apache/airflow/commit/21e8f878a3c91250d0d198c6c3675b4b350fcb61>`_ 2023-07-06 ``D205 Support - Providers: Snowflake to Zendesk (inclusive) (#32359)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` @@ -183,6 +204,7 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` @@ -206,12 +228,13 @@ Commit Latest change: 2023-01-02 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ===================================================================== Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ===================================================================== `5246c009c5 <https://github.com/apache/airflow/commit/5246c009c557b4f6bdf1cd62bf9b89a2da63f630>`_ 2023-01-02 ``Prepare docs for Jan 2023 wave of Providers (#28651)`` `60f24dab8a <https://github.com/apache/airflow/commit/60f24dab8a50451e2c22270f26307d1c78576c81>`_ 2023-01-02 ``Limit Telegram to < 20.0.0 (#28671)`` -================================================================================================= =========== ======================================================== +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` +================================================================================================= =========== ===================================================================== 3.1.0 ..... @@ -230,6 +253,7 @@ Commit `e5ac6c7cfb <https://github.com/apache/airflow/commit/e5ac6c7cfb189c33e3b247f7d5aec59fe5e89a00>`_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)`` ================================================================================================= =========== ==================================================================================== 3.0.0 @@ -286,10 +310,13 @@ Commit `d56e7b56bb <https://github.com/apache/airflow/commit/d56e7b56bb9827daaf8890557147fd10bdf72a7e>`_ 2021-12-30 ``Fix template_fields type to have MyPy friendly Sequence type (#20571)`` `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` `dad2f8103b <https://github.com/apache/airflow/commit/dad2f8103be954afaedf15e9d098ee417b0d5d02>`_ 2021-12-15 ``Fix mypy providers (#20190)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` `853576d901 <https://github.com/apache/airflow/commit/853576d9019d2aca8de1d9c587c883dcbe95b46a>`_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` `d9567eb106 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` `840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`_ 2021-09-30 ``Update documentation for September providers release (#18613)`` `ef037e7021 <https://github.com/apache/airflow/commit/ef037e702182e4370cb00c853c4fb0e246a0479c>`_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ====================================================================================== 2.0.1 @@ -317,6 +344,7 @@ Commit `cbf8001d76 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` `1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_ 2021-06-15 ``More documentation update for June providers release (#16405)`` `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`1e647029e4 <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` `904709d34f <https://github.com/apache/airflow/commit/904709d34fbe0b6062d72932b72954afe13ec148>`_ 2021-05-27 ``Check synctatic correctness for code-snippets (#16005)`` `37681bca00 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` `807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` @@ -341,15 +369,16 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 .....
docs/apache-airflow-providers-telegram/index.rst+3 −3 modified@@ -77,7 +77,7 @@ apache-airflow-providers-telegram package `Telegram <https://telegram.org/>`__ -Release: 4.6.0 +Release: 4.7.0 Provider package ---------------- @@ -95,11 +95,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================= ================== PIP package Version required ======================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``python-telegram-bot`` ``>=20.2`` ======================= ==================
docs/apache-airflow-providers-teradata/commits.rst+15 −1 modified@@ -35,14 +35,28 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.0.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`c894dab201 <https://github.com/apache/airflow/commit/c894dab20136ca11f096effacd5c58b794129d79>`_ 2024-12-07 ``Remove deprecations from Teradata Provider (#44746)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +================================================================================================= =========== ==================================================================== + 2.6.1 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `d8c7d28411 <https://github.com/apache/airflow/commit/d8c7d28411bea04ae5771fc1e2973d92eb0a144e>`_ 2024-10-30 ``Start porting DAG definition code to the Task SDK (#43076)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)``
docs/apache-airflow-providers-teradata/index.rst+5 −5 modified@@ -77,7 +77,7 @@ apache-airflow-providers-teradata package `Teradata <https://www.teradata.com/>`__ -Release: 2.6.1 +Release: 3.0.0 Provider package ---------------- @@ -95,12 +95,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ================== PIP package Version required ======================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``teradatasqlalchemy`` ``>=17.20.0.0`` ``teradatasql`` ``>=17.20.0.28`` @@ -133,5 +133,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-teradata 2.6.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-2.6.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-2.6.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-2.6.1.tar.gz.sha512>`__) -* `The apache-airflow-providers-teradata 2.6.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-2.6.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-2.6.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-2.6.1-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-teradata 3.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-3.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-3.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-3.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-teradata 3.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-3.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-3.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_teradata-3.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-trino/commits.rst+20 −1 modified@@ -35,14 +35,33 @@ For high-level changelog, see :doc:`package information including changelog <ind +6.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`2a33da0246 <https://github.com/apache/airflow/commit/2a33da0246c811a98d5cdaf0af2bcca0dee8556a>`_ 2024-12-18 ``Remove references to AIRFLOW_V_2_9_PLUS (#44987)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`490b5e816b <https://github.com/apache/airflow/commit/490b5e816b804f338b0eb97f240ae874d4e15810>`_ 2024-12-10 ``Consistent way of checking Airflow version in providers (#44686)`` +`43ad2ca6ed <https://github.com/apache/airflow/commit/43ad2ca6edd11c7305d72f3e17a2535f6c94325d>`_ 2024-12-10 ``Remove Provider Deprecations in Trino (#44717)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`123dadda0e <https://github.com/apache/airflow/commit/123dadda0e0648ef1412053d1743128333eecb63>`_ 2024-11-15 ``Rename execution_date to logical_date across codebase (#43902)`` +================================================================================================= =========== ===================================================================== + 5.9.0 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `d8c7d28411 <https://github.com/apache/airflow/commit/d8c7d28411bea04ae5771fc1e2973d92eb0a144e>`_ 2024-10-30 ``Start porting DAG definition code to the Task SDK (#43076)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)``
docs/apache-airflow-providers-trino/index.rst+5 −5 modified@@ -78,7 +78,7 @@ apache-airflow-providers-trino package `Trino <https://trino.io/>`__ -Release: 5.9.0 +Release: 6.0.0 Provider package ---------------- @@ -96,12 +96,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ========================================= PIP package Version required ======================================= ========================================= -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``pandas`` ``>=2.1.2,<2.2; python_version >= "3.9"`` ``pandas`` ``>=1.5.3,<2.2; python_version < "3.9"`` @@ -135,5 +135,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-trino 5.9.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_trino-5.9.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_trino-5.9.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_trino-5.9.0.tar.gz.sha512>`__) -* `The apache-airflow-providers-trino 5.9.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_trino-5.9.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_trino-5.9.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_trino-5.9.0-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-trino 6.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_trino-6.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_trino-6.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_trino-6.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-trino 6.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_trino-6.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_trino-6.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_trino-6.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-vertica/commits.rst+15 −1 modified@@ -35,14 +35,28 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.0.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ==================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`ddfcd900c0 <https://github.com/apache/airflow/commit/ddfcd900c03b02bac22c0fd8dd51736ce6e2f586>`_ 2024-12-07 ``Remove Provider Deprecations in Vertica (#44748)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +================================================================================================= =========== ==================================================================== + 3.9.1 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `d8c7d28411 <https://github.com/apache/airflow/commit/d8c7d28411bea04ae5771fc1e2973d92eb0a144e>`_ 2024-10-30 ``Start porting DAG definition code to the Task SDK (#43076)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)``
docs/apache-airflow-providers-vertica/index.rst+5 −5 modified@@ -68,7 +68,7 @@ apache-airflow-providers-vertica package `Vertica <https://www.vertica.com/>`__ -Release: 3.9.1 +Release: 4.0.0 Provider package ---------------- @@ -86,12 +86,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ================== PIP package Version required ======================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``vertica-python`` ``>=0.6.0`` ======================================= ================== @@ -121,5 +121,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-vertica 3.9.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_vertica-3.9.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_vertica-3.9.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_vertica-3.9.1.tar.gz.sha512>`__) -* `The apache-airflow-providers-vertica 3.9.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_vertica-3.9.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_vertica-3.9.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_vertica-3.9.1-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-vertica 4.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_vertica-4.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_vertica-4.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_vertica-4.0.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-vertica 4.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_vertica-4.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_vertica-4.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_vertica-4.0.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-weaviate/commits.rst+19 −1 modified@@ -35,14 +35,30 @@ For high-level changelog, see :doc:`package information including changelog <ind +3.0.0 +..... + +Latest change: 2024-12-16 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`929e6296ea <https://github.com/apache/airflow/commit/929e6296eaf037afb8c4930f0a96acd14aa5c2ee>`_ 2024-12-07 ``Remove deprecations from Weaviate Provider (#44745)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 2.1.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -129,6 +145,7 @@ Latest change: 2024-02-12 Commit Committed Subject ================================================================================================= =========== ================================================================================== `bfb054e9e8 <https://github.com/apache/airflow/commit/bfb054e9e867b8b9a6a449e43bfba97f645e025e>`_ 2024-02-12 ``Prepare docs 1st wave of Providers February 2024 (#37326)`` +`f61ffe58d3 <https://github.com/apache/airflow/commit/f61ffe58d3cd0bcb51f6f9036a3acbfa4443d977>`_ 2024-02-11 ``Remove extra package headers in provider indexes (#37324)`` `dec2662190 <https://github.com/apache/airflow/commit/dec2662190dd4480d0c631da733e19d2ec9a479d>`_ 2024-01-30 ``feat: Switch all class, functions, methods deprecations to decorators (#36876)`` ================================================================================================= =========== ================================================================================== @@ -196,6 +213,7 @@ Commit `8be03c9937 <https://github.com/apache/airflow/commit/8be03c99372cfaf7a86f31464959338f6f9b900f>`_ 2023-12-01 ``Add a cache for weaviate client (#35983)`` `2919abe5b3 <https://github.com/apache/airflow/commit/2919abe5b3f2d186c896aebbc51acf98d554ef33>`_ 2023-11-28 ``Add more ways to connect to weaviate (#35864)`` `0b23d5601c <https://github.com/apache/airflow/commit/0b23d5601c6f833392b0ea816e651dcb13a14685>`_ 2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)`` +`b75dc62620 <https://github.com/apache/airflow/commit/b75dc6262050d5cd2a827b7740f13bd9b173612c>`_ 2023-11-21 ``Fix broken link to Weaviate docs (#35776)`` `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` ================================================================================================= =========== =======================================================================
docs/apache-airflow-providers-weaviate/index.rst+3 −3 modified@@ -79,7 +79,7 @@ apache-airflow-providers-weaviate package `Weaviate <https://weaviate.io/developers/weaviate>`__ -Release: 2.1.0 +Release: 3.0.0 Provider package ---------------- @@ -97,12 +97,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. =================== ========================================= PIP package Version required =================== ========================================= -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``httpx`` ``>=0.25.0`` ``weaviate-client`` ``>=4.4.0`` ``pandas`` ``>=2.1.2,<2.2; python_version >= "3.9"``
docs/apache-airflow-providers-yandex/commits.rst+40 −7 modified@@ -37,14 +37,32 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.0.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`e786c78f52 <https://github.com/apache/airflow/commit/e786c78f528ab3f9f8073ad1b4dc7323b8e5a0ce>`_ 2024-12-07 ``Remove Provider Deprecations in Yandex provider (#44754)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 3.12.0 ...... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` `2daa5bd01a <https://github.com/apache/airflow/commit/2daa5bd01a65b6062ec3a38aa71dc462c805ba28>`_ 2024-08-04 ``providers/yandex: fix typing (#40997)`` `d23881c648 <https://github.com/apache/airflow/commit/d23881c6489916113921dcedf85077441b44aaf3>`_ 2024-08-03 ``Prepare docs for Aug 1st wave of providers (#41230)`` @@ -185,6 +203,9 @@ Latest change: 2023-11-08 Commit Committed Subject ================================================================================================= =========== ================================================================== `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` +`09880741cb <https://github.com/apache/airflow/commit/09880741cbfc4c1e6d433d1e7fac60deccd10a97>`_ 2023-11-03 ``Add configuration files for yandex (#35420)`` `0b850a97e8 <https://github.com/apache/airflow/commit/0b850a97e8972f9c2cef9cb5ab520b6018033cdb>`_ 2023-11-03 ``Yandex dataproc deduce default service account (#35059)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` @@ -214,6 +235,7 @@ Commit `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `2ae1c10bfa <https://github.com/apache/airflow/commit/2ae1c10bfa59d1b2b5d8d453cd64d9858cb18c0b>`_ 2023-08-23 ``add support for Yandex Dataproc cluster labels (#29811)`` `2b43fa473f <https://github.com/apache/airflow/commit/2b43fa473f02cfe58c9af25c861187a7712a78ef>`_ 2023-08-22 ``Resume yandex provider (#33574)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `09d4718d3a <https://github.com/apache/airflow/commit/09d4718d3a46aecf3355d14d3d23022002f4a818>`_ 2023-06-27 ``Improve provider documentation and README structure (#32125)`` `8b146152d6 <https://github.com/apache/airflow/commit/8b146152d62118defb3004c997c89c99348ef948>`_ 2023-06-20 ``Add note about dropping Python 3.7 for providers (#32015)`` @@ -231,12 +253,14 @@ Commit Latest change: 2023-03-03 -================================================================================================= =========== ======================================================= +================================================================================================= =========== ===================================================================== Commit Committed Subject -================================================================================================= =========== ======================================================= +================================================================================================= =========== ===================================================================== `fcd3c0149f <https://github.com/apache/airflow/commit/fcd3c0149f17b364dfb94c0523d23e3145976bbe>`_ 2023-03-03 ``Prepare docs for 03/2023 wave of Providers (#29878)`` `1768872a00 <https://github.com/apache/airflow/commit/1768872a0085ba423d0a34fe6cc4e1e109f3adeb>`_ 2023-02-22 ``support Yandex SDK feature "endpoint" (#29635)`` -================================================================================================= =========== ======================================================= +`2b92c3c74d <https://github.com/apache/airflow/commit/2b92c3c74d3259ebac714f157c525836f0af50f0>`_ 2023-01-05 ``Fix providers documentation formatting (#28754)`` +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` +================================================================================================= =========== ===================================================================== 3.2.0 ..... @@ -269,6 +293,7 @@ Commit `d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` `510a6bab45 <https://github.com/apache/airflow/commit/510a6bab4595cce8bd5b1447db957309d70f35d9>`_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` +`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)`` ================================================================================================= =========== =============================================================================== 3.0.0 @@ -282,6 +307,7 @@ Commit `dcdcf3a2b8 <https://github.com/apache/airflow/commit/dcdcf3a2b8054fa727efb4cd79d38d2c9c7e1bd5>`_ 2022-06-09 ``Update release notes for RC2 release of Providers for May 2022 (#24307)`` `717a7588bc <https://github.com/apache/airflow/commit/717a7588bc8170363fea5cb75f17efcf68689619>`_ 2022-06-07 ``Update package description to remove double min-airflow specification (#24292)`` `aeabe994b3 <https://github.com/apache/airflow/commit/aeabe994b3381d082f75678a159ddbb3cbf6f4d3>`_ 2022-06-07 ``Prepare docs for May 2022 provider's release (#24231)`` +`333e98759b <https://github.com/apache/airflow/commit/333e98759b05b6747ac3267d1c0a709cfb9f7a3b>`_ 2022-06-07 ``Fix link broken after #24082 (#24276)`` `027b707d21 <https://github.com/apache/airflow/commit/027b707d215a9ff1151717439790effd44bab508>`_ 2022-06-05 ``Add explanatory note for contributors about updating Changelog (#24229)`` `65ad2aed26 <https://github.com/apache/airflow/commit/65ad2aed26f7572ba0d3b04a33f9144989ac7117>`_ 2022-06-01 ``Migrate Yandex example DAGs to new design AIP-47 (#24082)`` ================================================================================================= =========== ================================================================================== @@ -338,12 +364,15 @@ Commit `a0821235fb <https://github.com/apache/airflow/commit/a0821235fb6877a471973295fe42283ef452abf6>`_ 2021-12-30 ``Use typed Context EVERYWHERE (#20565)`` `6e51608f28 <https://github.com/apache/airflow/commit/6e51608f28f4c769c019624ea0caaa0c6e671f80>`_ 2021-12-16 ``Fix mypy for providers: elasticsearch, oracle, yandex (#20344)`` `41c49c7ff6 <https://github.com/apache/airflow/commit/41c49c7ff6dfa1d6805e5f74c0a36dd549e159ea>`_ 2021-12-14 ``YandexCloud provider: Support new Yandex SDK features: log_group_id, user-agent, maven packages (#20103)`` +`9a469d813f <https://github.com/apache/airflow/commit/9a469d813fc083a7a5f402727e93df3e3f9c9118>`_ 2021-11-30 ``Capitalize names in docs (#19893)`` `853576d901 <https://github.com/apache/airflow/commit/853576d9019d2aca8de1d9c587c883dcbe95b46a>`_ 2021-11-30 ``Update documentation for November 2021 provider's release (#19882)`` `d9567eb106 <https://github.com/apache/airflow/commit/d9567eb106929b21329c01171fd398fbef2dc6c6>`_ 2021-10-29 ``Prepare documentation for October Provider's release (#19321)`` `f5ad26dcdd <https://github.com/apache/airflow/commit/f5ad26dcdd7bcb724992528dce71056965b94d26>`_ 2021-10-21 ``Fixup string concatenations (#19099)`` `840ea3efb9 <https://github.com/apache/airflow/commit/840ea3efb9533837e9f36b75fa527a0fbafeb23a>`_ 2021-09-30 ``Update documentation for September providers release (#18613)`` `ef037e7021 <https://github.com/apache/airflow/commit/ef037e702182e4370cb00c853c4fb0e246a0479c>`_ 2021-09-29 ``Static start_date and default arg cleanup for misc. provider example DAGs (#18597)`` `e25eea052f <https://github.com/apache/airflow/commit/e25eea052fd54c94b490a377de05c6bae4c24dbb>`_ 2021-09-19 ``Inclusive Language (#18349)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ============================================================================================================ 2.1.0 @@ -376,6 +405,7 @@ Commit `cbf8001d76 <https://github.com/apache/airflow/commit/cbf8001d7630530773f623a786f9eb319783b33c>`_ 2021-06-16 ``Synchronizes updated changelog after buggfix release (#16464)`` `1fba5402bb <https://github.com/apache/airflow/commit/1fba5402bb14b3ffa6429fdc683121935f88472f>`_ 2021-06-15 ``More documentation update for June providers release (#16405)`` `9c94b72d44 <https://github.com/apache/airflow/commit/9c94b72d440b18a9e42123d20d48b951712038f9>`_ 2021-06-07 ``Updated documentation for June 2021 provider release (#16294)`` +`1e647029e4 <https://github.com/apache/airflow/commit/1e647029e469c1bb17e9ad051d0184f3357644c3>`_ 2021-06-01 ``Rename the main branch of the Airflow repo to be 'main' (#16149)`` `37681bca00 <https://github.com/apache/airflow/commit/37681bca0081dd228ac4047c17631867bba7a66f>`_ 2021-05-07 ``Auto-apply apply_default decorator (#15667)`` `807ad32ce5 <https://github.com/apache/airflow/commit/807ad32ce59e001cb3532d98a05fa7d0d7fabb95>`_ 2021-05-01 ``Prepares provider release after PIP 21 compatibility (#15576)`` `40a2476a5d <https://github.com/apache/airflow/commit/40a2476a5db14ee26b5108d72635da116eab720b>`_ 2021-04-28 ``Adds interactivity when generating provider documentation. (#15518)`` @@ -390,15 +420,16 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 ..... @@ -412,7 +443,9 @@ Commit `b40dffa085 <https://github.com/apache/airflow/commit/b40dffa08547b610162f8cacfa75847f3c4ca364>`_ 2020-12-08 ``Rename remaing modules to match AIP-21 (#12917)`` `9b39f24780 <https://github.com/apache/airflow/commit/9b39f24780e85f859236672e9060b2fbeee81b36>`_ 2020-12-08 ``Add support for dynamic connection form fields per provider (#12558)`` `bd90136aaf <https://github.com/apache/airflow/commit/bd90136aaf5035e3234fe545b79a3e4aad21efe2>`_ 2020-11-30 ``Move operator guides to provider documentation packages (#12681)`` +`de3b1e687b <https://github.com/apache/airflow/commit/de3b1e687b26c524c6909b7b4dfbb60d25019751>`_ 2020-11-28 ``Move connection guides to provider documentation packages (#12653)`` `ef4af21351 <https://github.com/apache/airflow/commit/ef4af2135171c6e451f1407ea1a280ea875f2175>`_ 2020-11-22 ``Move providers docs to separate package + Spell-check in a common job with docs-build (#12527)`` +`f2569de7d1 <https://github.com/apache/airflow/commit/f2569de7d1a7b100774f397a641e977c307cbb91>`_ 2020-11-22 ``Add example DAGs to provider docs (#12528)`` `c34ef853c8 <https://github.com/apache/airflow/commit/c34ef853c890e08f5468183c03dc8f3f3ce84af2>`_ 2020-11-20 ``Separate out documentation building per provider (#12444)`` `0080354502 <https://github.com/apache/airflow/commit/00803545023b096b8db4fbd6eb473843096d7ce4>`_ 2020-11-18 ``Update provider READMEs for 1.0.0b2 batch release (#12449)`` `ae7cb4a1e2 <https://github.com/apache/airflow/commit/ae7cb4a1e2a96351f1976cf5832615e24863e05d>`_ 2020-11-17 ``Update wrong commit hash in backport provider changes (#12390)``
docs/apache-airflow-providers-yandex/index.rst+3 −3 modified@@ -81,7 +81,7 @@ This package is for Yandex, including: - `Yandex.Cloud <https://cloud.yandex.com/>`__ -Release: 3.12.0 +Release: 4.0.0 Provider package ---------------- @@ -99,12 +99,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================= ================== PIP package Version required ======================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``yandexcloud`` ``>=0.308.0`` ``yandex-query-client`` ``>=0.1.4`` ======================= ==================
docs/apache-airflow-providers-ydb/commits.rst+16 −1 modified@@ -35,14 +35,29 @@ For high-level changelog, see :doc:`package information including changelog <ind +2.1.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ===================================================================== +Commit Committed Subject +================================================================================================= =========== ===================================================================== +`088242a911 <https://github.com/apache/airflow/commit/088242a911ba52f16a8c97df0d6dcb7e47ca1b73>`_ 2024-12-19 ``Update Example URL in YDB docs (#45033)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`1275fec92f <https://github.com/apache/airflow/commit/1275fec92fd7cd7135b100d66d41bdcb79ade29d>`_ 2024-11-24 ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +================================================================================================= =========== ===================================================================== + 2.0.0 ..... -Latest change: 2024-11-13 +Latest change: 2024-11-14 ================================================================================================= =========== ======================================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================================== +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` `e7194dff6a <https://github.com/apache/airflow/commit/e7194dff6a816bf3a721cbf579ceac19c11cd111>`_ 2024-11-13 ``Add support for semicolon stripping to DbApiHook, PrestoHook, and TrinoHook (#41916)`` `cf3d55d8ed <https://github.com/apache/airflow/commit/cf3d55d8ed7524cd073b8d7ce3c2d8fd57043348>`_ 2024-11-12 ``Migrate YDB Operator to new DBAPI (#43784)`` `857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)``
docs/apache-airflow-providers-ydb/index.rst+5 −5 modified@@ -77,7 +77,7 @@ apache-airflow-providers-ydb package `YDB <https://ydb.tech/>`__ -Release: 2.0.0 +Release: 2.1.0 Provider package ---------------- @@ -95,12 +95,12 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ======================================= ================== PIP package Version required ======================================= ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``apache-airflow-providers-common-sql`` ``>=1.20.0`` ``ydb`` ``>=3.18.8`` ``ydb-dbapi`` ``>=0.1.0`` @@ -131,5 +131,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_ -* `The apache-airflow-providers-ydb 2.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ydb-2.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ydb-2.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ydb-2.0.0.tar.gz.sha512>`__) -* `The apache-airflow-providers-ydb 2.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ydb-2.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ydb-2.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ydb-2.0.0-py3-none-any.whl.sha512>`__) +* `The apache-airflow-providers-ydb 2.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ydb-2.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ydb-2.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ydb-2.1.0.tar.gz.sha512>`__) +* `The apache-airflow-providers-ydb 2.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ydb-2.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ydb-2.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_ydb-2.1.0-py3-none-any.whl.sha512>`__)
docs/apache-airflow-providers-zendesk/commits.rst+30 −4 modified@@ -35,14 +35,30 @@ For high-level changelog, see :doc:`package information including changelog <ind +4.9.0 +..... + +Latest change: 2024-12-19 + +================================================================================================= =========== ======================================================================================== +Commit Committed Subject +================================================================================================= =========== ======================================================================================== +`35b927fe17 <https://github.com/apache/airflow/commit/35b927fe177065dad0e00c49d72b494e58b27ca8>`_ 2024-12-19 ``Update path of example dags in docs (#45069)`` +`4b38bed76c <https://github.com/apache/airflow/commit/4b38bed76c1ea5fe84a6bc678ce87e20d563adc0>`_ 2024-12-16 ``Bump min version of Providers to 2.9 (#44956)`` +`4dfae23532 <https://github.com/apache/airflow/commit/4dfae23532d26ed838069c49d48f28c185e954c6>`_ 2024-11-15 ``Update DAG example links in multiple providers documents (#44034)`` +`a53d9f6d25 <https://github.com/apache/airflow/commit/a53d9f6d257f193ea5026ba4cd007d5ddeab968f>`_ 2024-11-14 ``Prepare docs for Nov 1st wave of providers (#44011)`` +`857ca4c06c <https://github.com/apache/airflow/commit/857ca4c06c9008593674cabdd28d3c30e3e7f97b>`_ 2024-10-09 ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +================================================================================================= =========== ======================================================================================== + 4.8.0 ..... -Latest change: 2024-08-12 +Latest change: 2024-08-19 ================================================================================================= =========== ======================================================================= Commit Committed Subject ================================================================================================= =========== ======================================================================= +`75fb7acbac <https://github.com/apache/airflow/commit/75fb7acbaca09a040067f0a5a37637ff44eb9e14>`_ 2024-08-19 ``Prepare docs for Aug 2nd wave of providers (#41559)`` `fcbff15bda <https://github.com/apache/airflow/commit/fcbff15bda151f70db0ca13fdde015bace5527c4>`_ 2024-08-12 ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` ================================================================================================= =========== ======================================================================= @@ -110,6 +126,8 @@ Commit `99534e47f3 <https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_ 2023-11-19 ``Use reproducible builds for provider packages (#35693)`` `99df205f42 <https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_ 2023-11-16 ``Fix and reapply templates for provider documentation (#35686)`` `1b059c57d6 <https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_ 2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)`` +`706878ec35 <https://github.com/apache/airflow/commit/706878ec354cf867440c367a95c85753c19e54de>`_ 2023-11-04 ``Remove empty lines in generated changelog (#35436)`` +`052e26ad47 <https://github.com/apache/airflow/commit/052e26ad473a9d50f0b96456ed094f2087ee4434>`_ 2023-11-04 ``Change security.rst to use includes in providers (#35435)`` `d1c58d86de <https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)`` `3592ff4046 <https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_ 2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)`` `dd7ba3cae1 <https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_ 2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)`` @@ -139,6 +157,7 @@ Commit `9d8c77e447 <https://github.com/apache/airflow/commit/9d8c77e447f5515b9a6aa85fa72511a86a128c28>`_ 2023-08-27 ``Improve modules import in Airflow providers by some of them into a type-checking block (#33754)`` `c077d19060 <https://github.com/apache/airflow/commit/c077d190609f931387c1fcd7b8cc34f12e2372b9>`_ 2023-08-26 ``Prepare docs for Aug 2023 3rd wave of Providers (#33730)`` `b5a4d36383 <https://github.com/apache/airflow/commit/b5a4d36383c4143f46e168b8b7a4ba2dc7c54076>`_ 2023-08-11 ``Prepare docs for Aug 2023 2nd wave of Providers (#33291)`` +`73b90c48b1 <https://github.com/apache/airflow/commit/73b90c48b1933b49086d34176527947bd727ec85>`_ 2023-07-21 ``Allow configuration to be contributed by providers (#32604)`` `225e3041d2 <https://github.com/apache/airflow/commit/225e3041d269698d0456e09586924c1898d09434>`_ 2023-07-06 ``Prepare docs for July 2023 wave of Providers (RC2) (#32381)`` `3878fe6fab <https://github.com/apache/airflow/commit/3878fe6fab3ccc1461932b456c48996f2763139f>`_ 2023-07-05 ``Remove spurious headers for provider changelogs (#32373)`` `cb4927a018 <https://github.com/apache/airflow/commit/cb4927a01887e2413c45d8d9cb63e74aa994ee74>`_ 2023-07-05 ``Prepare docs for July 2023 wave of Providers (#32298)`` @@ -168,10 +187,12 @@ Commit `45548b9451 <https://github.com/apache/airflow/commit/45548b9451fba4e48c6f0c0ba6050482c2ea2956>`_ 2023-05-19 ``Prepare RC2 docs for May 2023 wave of Providers (#31416)`` `abea189022 <https://github.com/apache/airflow/commit/abea18902257c0250fedb764edda462f9e5abc84>`_ 2023-05-18 ``Use '__version__' in providers not 'version' (#31393)`` `f5aed58d9f <https://github.com/apache/airflow/commit/f5aed58d9fb2137fa5f0e3ce75b6709bf8393a94>`_ 2023-05-18 ``Fixing circular import error in providers caused by airflow version check (#31379)`` +`7ebda3898d <https://github.com/apache/airflow/commit/7ebda3898db2eee72d043a9565a674dea72cd8fa>`_ 2023-05-17 ``Fix missing line in index.rst for provider documentation (#31343)`` `d9ff55cf6d <https://github.com/apache/airflow/commit/d9ff55cf6d95bb342fed7a87613db7b9e7c8dd0f>`_ 2023-05-16 ``Prepare docs for May 2023 wave of Providers (#31252)`` `eef5bc7f16 <https://github.com/apache/airflow/commit/eef5bc7f166dc357fea0cc592d39714b1a5e3c14>`_ 2023-05-03 ``Add full automation for min Airflow version for providers (#30994)`` `a7eb32a5b2 <https://github.com/apache/airflow/commit/a7eb32a5b222e236454d3e474eec478ded7c368d>`_ 2023-04-30 ``Bump minimum Airflow version in providers (#30917)`` `d23a3bbed8 <https://github.com/apache/airflow/commit/d23a3bbed89ae04369983f21455bf85ccc1ae1cb>`_ 2023-04-04 ``Add mechanism to suspend providers (#30422)`` +`c8e348dcb0 <https://github.com/apache/airflow/commit/c8e348dcb0bae27e98d68545b59388c9f91fc382>`_ 2022-12-05 ``Add automated version replacement in example dag indexes (#28090)`` ================================================================================================= =========== ====================================================================================== 4.2.0 @@ -203,6 +224,7 @@ Commit `e5ac6c7cfb <https://github.com/apache/airflow/commit/e5ac6c7cfb189c33e3b247f7d5aec59fe5e89a00>`_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `d2459a241b <https://github.com/apache/airflow/commit/d2459a241b54d596ebdb9d81637400279fff4f2d>`_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `0de31bd73a <https://github.com/apache/airflow/commit/0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1>`_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` +`08b675cf66 <https://github.com/apache/airflow/commit/08b675cf6642171cb1c5ddfb09607b541db70b29>`_ 2022-06-13 ``Fix links to sources for examples (#24386)`` ================================================================================================= =========== ==================================================================================== 4.0.0 @@ -266,6 +288,9 @@ Commit `1d170f899b <https://github.com/apache/airflow/commit/1d170f899bcc87110e55192517270ec89d511ca8>`_ 2022-02-06 ``Switch from zdesk to zenpy in ZendeskHook (#21349)`` `6c3a67d4fc <https://github.com/apache/airflow/commit/6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038>`_ 2022-02-05 ``Add documentation for January 2021 providers release (#21257)`` `602abe8394 <https://github.com/apache/airflow/commit/602abe8394fafe7de54df7e73af56de848cdf617>`_ 2022-01-20 ``Remove ':type' lines now sphinx-autoapi supports typehints (#20951)`` +`43de625d42 <https://github.com/apache/airflow/commit/43de625d4246af7014f64941f8effb09997731cb>`_ 2021-12-01 ``Correctly capitalize names and abbreviations in docs (#19908)`` +`1cb456cba1 <https://github.com/apache/airflow/commit/1cb456cba1099198bbdba50c2d1ad79664be8ce6>`_ 2021-09-12 ``Add official download page for providers (#18187)`` +`046f02e5a7 <https://github.com/apache/airflow/commit/046f02e5a7097a6e6c928c28196b38b37e776916>`_ 2021-09-09 ``fix misspelling (#18121)`` ================================================================================================= =========== ========================================================================== 2.0.1 @@ -305,15 +330,16 @@ Commit Latest change: 2021-02-04 -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= Commit Committed Subject -================================================================================================= =========== ======================================================== +================================================================================================= =========== ========================================================= `88bdcfa0df <https://github.com/apache/airflow/commit/88bdcfa0df5bcb4c489486e05826544b428c8f43>`_ 2021-02-04 ``Prepare to release a new wave of providers. (#14013)`` `ac2f72c98d <https://github.com/apache/airflow/commit/ac2f72c98dc0821b33721054588adbf2bb53bb0b>`_ 2021-02-01 ``Implement provider versioning tools (#13767)`` `3fd5ef3555 <https://github.com/apache/airflow/commit/3fd5ef355556cf0ad7896bb570bbe4b2eabbf46e>`_ 2021-01-21 ``Add missing logos for integrations (#13717)`` `295d66f914 <https://github.com/apache/airflow/commit/295d66f91446a69610576d040ba687b38f1c5d0a>`_ 2020-12-30 ``Fix Grammar in PIP warning (#13380)`` `6cf76d7ac0 <https://github.com/apache/airflow/commit/6cf76d7ac01270930de7f105fb26428763ee1d4e>`_ 2020-12-18 ``Fix typo in pip upgrade command :( (#13148)`` -================================================================================================= =========== ======================================================== +`f6448b4e48 <https://github.com/apache/airflow/commit/f6448b4e482fd96339ae65c26d08e6a2bdb51aaf>`_ 2020-12-15 ``Add link to PyPI Repository to provider docs (#13064)`` +================================================================================================= =========== ========================================================= 1.0.0 .....
docs/apache-airflow-providers-zendesk/index.rst+3 −3 modified@@ -76,7 +76,7 @@ apache-airflow-providers-zendesk package `Zendesk <https://www.zendesk.com/>`__ -Release: 4.8.0 +Release: 4.9.0 Provider package ---------------- @@ -94,11 +94,11 @@ For the minimum Airflow version supported, see ``Requirements`` below. Requirements ------------ -The minimum Apache Airflow version supported by this provider package is ``2.8.0``. +The minimum Apache Airflow version supported by this provider package is ``2.9.0``. ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.8.0`` +``apache-airflow`` ``>=2.9.0`` ``zenpy`` ``>=2.0.40`` ================== ==================
providers/src/airflow/providers/airbyte/CHANGELOG.rst+27 −1 modified@@ -26,15 +26,41 @@ Changelog --------- -main +5.0.0 ..... +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Breaking changes +~~~~~~~~~~~~~~~~ + .. warning:: All deprecated classes, parameters, and features have been removed from the Airbyte provider package. The following breaking changes were introduced: * Removed ``polling_interval`` parameter from ``AirbyteJobSensor``. Use the ``poke_interval`` parameter instead. + +* ``Remove deprecated code from Airbyte provider (#44577)`` + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + * ``Update DAG example links in multiple providers documents (#44034)`` + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 4.0.0 .....
providers/src/airflow/providers/airbyte/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.0.0" +__version__ = "5.0.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/airbyte/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Airbyte <https://airbyte.com/>`__ state: ready -source-date-epoch: 1723968864 +source-date-epoch: 1734526450 # note that those versions are maintained by release manager - do not update them manually versions: + - 5.0.0 - 4.0.0 - 3.9.0 - 3.8.1
providers/src/airflow/providers/alibaba/CHANGELOG.rst+25 −0 modified@@ -26,8 +26,17 @@ Changelog --------- +3.0.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. +Breaking changes +~~~~~~~~~~~~~~~~ + .. warning:: All deprecated classes, parameters and features have been removed from the alibaba provider package. The following breaking changes were introduced: @@ -38,7 +47,23 @@ Changelog * sensors * Remove ``get_hook`` method from ``AnalyticDBSparkSensor``. Use ``self.hook`` instead. +* ``Removed deprecated code from Alibaba provider package (#44576)`` + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + * ``Update DAG example links in multiple providers documents (#44034)`` + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` 2.9.1 .....
providers/src/airflow/providers/alibaba/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "2.9.1" +__version__ = "3.0.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/alibaba/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__). state: ready -source-date-epoch: 1726859672 +source-date-epoch: 1734526745 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.0.0 - 2.9.1 - 2.9.0 - 2.8.1
providers/src/airflow/providers/amazon/CHANGELOG.rst+38 −0 modified@@ -26,6 +26,44 @@ Changelog --------- +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +9.2.0 +..... + +Features +~~~~~~~~ + +* ``Add DMS Serverless Operators (#43988)`` +* ``Add fail_on_file_not_exist option to SFTPToS3Operator (#44320)`` +* ``Add 'wait_policy' option to 'EmrCreateJobFlowOperator' (#44055)`` +* ``Add meta_data_directive to 'S3CopyObjectOperator' (#44160)`` + +Misc +~~~~ + +* ``Remove references to AIRFLOW_V_2_9_PLUS (#44987)`` +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Consistent way of checking Airflow version in providers (#44686)`` +* ``Remove unnecessary compatibility code in S3 asset import (#44714)`` +* ``Remove AIP-44 from taskinstance (#44540)`` +* ``Add do_xcom_push documentation in EcsRunTaskOperator (#44440)`` +* ``Move Asset user facing components to task_sdk (#43773)`` +* ``Set up JWT token authentication in Fast APIs (#42634)`` +* ``Bump to mypy-boto3-appflow and pass without '# type: ignore[arg-type]' (#44115)`` +* ``Update DAG example links in multiple providers documents (#44034)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + +.. Review and move the new changes to one of the sections above: + * ``Fix deferrable RedshiftClusterSensor (#45098)`` + * ``Update path of example dags in docs (#45069)`` + 9.1.0 .....
providers/src/airflow/providers/amazon/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "9.1.0" +__version__ = "9.2.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/amazon/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__). state: ready -source-date-epoch: 1730011042 +source-date-epoch: 1734527035 # note that those versions are maintained by release manager - do not update them manually versions: + - 9.2.0 - 9.1.0 - 9.0.0 - 8.29.0
providers/src/airflow/providers/apache/beam/CHANGELOG.rst+29 −1 modified@@ -26,15 +26,43 @@ Changelog --------- -main +6.0.0 ..... +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Breaking changes +~~~~~~~~~~~~~~~~ + .. warning:: All deprecated classes, parameters, and features have been removed from the Airbyte provider package. The following breaking changes were introduced: * Removed ``BeamPipelineTrigger`` class from ``trigger``. Use the ``class:`airflow.providers.apache.beam.triggers.beam.BeamPythonPipelineTrigger`` class instead. +* ``Removed deprecated code (#44700)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix deferrable mode of BeamRunPythonPipelineOperator (#44386)`` + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Update DAG example links in multiple providers documents (#44034)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 5.9.1 .....
providers/src/airflow/providers/apache/beam/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "5.9.1" +__version__ = "6.0.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/apache/beam/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Apache Beam <https://beam.apache.org/>`__. state: ready -source-date-epoch: 1731568927 +source-date-epoch: 1734527138 # note that those versions are maintained by release manager - do not update them manually versions: + - 6.0.0 - 5.9.1 - 5.9.0 - 5.8.1
providers/src/airflow/providers/apache/cassandra/CHANGELOG.rst+23 −0 modified@@ -26,6 +26,29 @@ Changelog --------- +3.7.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Update DAG example links in multiple providers documents (#44034)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 3.6.0 .....
providers/src/airflow/providers/apache/cassandra/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.6.0" +__version__ = "3.7.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/apache/cassandra/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Apache Cassandra <https://cassandra.apache.org/>`__. state: ready -source-date-epoch: 1723969167 +source-date-epoch: 1734527695 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.7.0 - 3.6.0 - 3.5.1 - 3.5.0
providers/src/airflow/providers/apache/drill/CHANGELOG.rst+24 −1 modified@@ -26,9 +26,16 @@ Changelog --------- -main +3.0.0 ..... +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Breaking changes +~~~~~~~~~~~~~~~~ + .. warning:: All deprecated classes, parameters and features have been removed from the Apache Drill provider package. The following breaking changes were introduced: @@ -37,6 +44,22 @@ main * Removed ``DrillOperator``. Please use ``airflow.providers.common.sql.operators.sql.SQLExecuteQueryOperator`` instead. +* ``Remove provider deprecations in Apache Drill (#44575)`` + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Update DAG example links in multiple providers documents (#44034)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 2.8.1 .....
providers/src/airflow/providers/apache/drill/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "2.8.1" +__version__ = "3.0.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/apache/drill/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Apache Drill <https://drill.apache.org/>`__. state: ready -source-date-epoch: 1731568991 +source-date-epoch: 1734527755 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.0.0 - 2.8.1 - 2.8.0 - 2.7.3
providers/src/airflow/providers/apache/druid/CHANGELOG.rst+25 −1 modified@@ -27,9 +27,16 @@ Changelog --------- -main +4.0.0 ..... +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Breaking changes +~~~~~~~~~~~~~~~~ + .. warning:: All deprecated classes, parameters and features have been removed from the Apache Druid provider package. The following breaking changes were introduced: @@ -38,6 +45,23 @@ main * Removed ``DruidCheckOperator``. Please use ``airflow.providers.common.sql.operators.sql.SQLCheckOperator`` instead. +* ``Remove DruidCheckOperator (#44765)`` + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Update DAG example links in multiple providers documents (#44034)`` +* ``Rename execution_date to logical_date across codebase (#43902)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 3.12.1 ......
providers/src/airflow/providers/apache/druid/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.12.1" +__version__ = "4.0.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/apache/druid/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Apache Druid <https://druid.apache.org/>`__. state: ready -source-date-epoch: 1731569008 +source-date-epoch: 1734527841 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.0.0 - 3.12.1 - 3.12.0 - 3.11.0
providers/src/airflow/providers/apache/flink/CHANGELOG.rst+23 −0 modified@@ -26,6 +26,29 @@ Changelog --------- +1.6.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Update DAG example links in multiple providers documents (#44034)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 1.5.1 .....
providers/src/airflow/providers/apache/flink/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "1.5.1" +__version__ = "1.6.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/apache/flink/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Apache Flink <https://flink.apache.org/>`__ state: ready -source-date-epoch: 1726859992 +source-date-epoch: 1734527925 # note that those versions are maintained by release manager - do not update them manually versions: + - 1.6.0 - 1.5.1 - 1.5.0 - 1.4.2
providers/src/airflow/providers/apache/hdfs/CHANGELOG.rst+24 −0 modified@@ -27,6 +27,30 @@ Changelog --------- +4.7.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Features +~~~~~~~~ + +* ``Add mTLS support to WebHDFSHook (#44561)`` + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Fix CI ruff format static checks (#43908)`` + 4.6.0 .....
providers/src/airflow/providers/apache/hdfs/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.6.0" +__version__ = "4.7.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/apache/hdfs/provider.yaml+2 −1 modified@@ -23,9 +23,10 @@ description: | and `WebHDFS <https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html>`__. state: ready -source-date-epoch: 1730012002 +source-date-epoch: 1734527971 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.7.0 - 4.6.0 - 4.5.1 - 4.5.0
providers/src/airflow/providers/apache/hive/CHANGELOG.rst+27 −3 modified@@ -25,16 +25,40 @@ Changelog ---------- -main -.... + +9.0.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Breaking changes +~~~~~~~~~~~~~~~~ .. warning:: All deprecated classes, parameters and features have been removed from the {provider_name} provider package. The following breaking changes were introduced: * Removed deprecated ``GSSAPI`` for ``auth_mechanism.`` Use ``KERBEROS`` instead. +* ``Remove deprecations from Apache hive Provider (#44715)`` + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Update DAG example links in multiple providers documents (#44034)`` +* ``Rename execution_date to logical_date across codebase (#43902)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 8.2.1 .....
providers/src/airflow/providers/apache/hive/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "8.2.1" +__version__ = "9.0.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/apache/hive/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Apache Hive <https://hive.apache.org/>`__ state: ready -source-date-epoch: 1731569312 +source-date-epoch: 1734528011 # note that those versions are maintained by release manager - do not update them manually versions: + - 9.0.0 - 8.2.1 - 8.2.0 - 8.1.2
providers/src/airflow/providers/apache/iceberg/CHANGELOG.rst+22 −0 modified@@ -26,6 +26,28 @@ Changelog --------- +1.2.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Update DAG example links in multiple providers documents (#44034)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 1.1.0 .....
providers/src/airflow/providers/apache/iceberg/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "1.1.0" +__version__ = "1.2.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/apache/iceberg/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Iceberg <https://iceberg.apache.org/>`__ state: ready -source-date-epoch: 1723969223 +source-date-epoch: 1734528119 # note that those versions are maintained by release manager - do not update them manually versions: + - 1.2.0 - 1.1.0 - 1.0.0
providers/src/airflow/providers/apache/impala/CHANGELOG.rst+16 −0 modified@@ -26,6 +26,22 @@ Changelog --------- +1.6.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + 1.5.2 .....
providers/src/airflow/providers/apache/impala/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "1.5.2" +__version__ = "1.6.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/apache/impala/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Apache Impala <https://impala.apache.org/>`__. state: ready -source-date-epoch: 1731569339 +source-date-epoch: 1734528154 # note that those versions are maintained by release manager - do not update them manually versions: + - 1.6.0 - 1.5.2 - 1.5.1 - 1.5.0
providers/src/airflow/providers/apache/kafka/CHANGELOG.rst+28 −0 modified@@ -27,6 +27,34 @@ Changelog --------- +1.7.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Bug Fixes +~~~~~~~~~ + +* ``fix 'ConsumeFromTopicOperator' does not fail even if wrong credentials (#44307)`` + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Update DAG example links in multiple providers documents (#44034)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 1.6.1 .....
providers/src/airflow/providers/apache/kafka/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "1.6.1" +__version__ = "1.7.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/apache/kafka/provider.yaml+2 −1 modified@@ -20,11 +20,12 @@ package-name: apache-airflow-providers-apache-kafka name: Apache Kafka state: ready -source-date-epoch: 1728484555 +source-date-epoch: 1734528285 description: | `Apache Kafka <https://kafka.apache.org/>`__ # note that those versions are maintained by release manager - do not update them manually versions: + - 1.7.0 - 1.6.1 - 1.6.0 - 1.5.0
providers/src/airflow/providers/apache/kylin/CHANGELOG.rst+23 −0 modified@@ -29,6 +29,29 @@ Changelog --------- +3.8.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Update DAG example links in multiple providers documents (#44034)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 3.7.0 .....
providers/src/airflow/providers/apache/kylin/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.7.0" +__version__ = "3.8.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/apache/kylin/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Apache Kylin <https://kylin.apache.org/>`__ state: ready -source-date-epoch: 1723969259 +source-date-epoch: 1734528393 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.8.0 - 3.7.0 - 3.6.2 - 3.6.1
providers/src/airflow/providers/apache/livy/CHANGELOG.rst+24 −1 modified@@ -28,9 +28,16 @@ Changelog --------- -main +4.0.0 ..... +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Breaking changes +~~~~~~~~~~~~~~~~ + .. warning:: All deprecated classes, parameters and features have been removed from the Livy provider package. The following breaking changes were introduced: @@ -39,6 +46,22 @@ main * Removed ``get_hook`` method from ``LivyOperator``. Use ``hook`` property instead +* ``Remove Provider Deprecations in Apache Livy (#44631)`` + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Update DAG example links in multiple providers documents (#44034)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 3.9.2 .....
providers/src/airflow/providers/apache/livy/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.9.2" +__version__ = "4.0.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/apache/livy/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Apache Livy <https://livy.apache.org/>`__ state: ready -source-date-epoch: 1730012057 +source-date-epoch: 1734528430 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.0.0 - 3.9.2 - 3.9.1 - 3.9.0
providers/src/airflow/providers/apache/pig/CHANGELOG.rst+23 −0 modified@@ -29,6 +29,29 @@ Changelog --------- +4.6.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Update DAG example links in multiple providers documents (#44034)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 4.5.0 .....
providers/src/airflow/providers/apache/pig/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.5.0" +__version__ = "4.6.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/apache/pig/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Apache Pig <https://pig.apache.org/>`__ state: ready -source-date-epoch: 1723969310 +source-date-epoch: 1734528476 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.6.0 - 4.5.0 - 4.4.1 - 4.4.0
providers/src/airflow/providers/apache/pinot/CHANGELOG.rst+21 −0 modified@@ -29,6 +29,27 @@ Changelog --------- +4.6.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Update DAG example links in multiple providers documents (#44034)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 4.5.1 .....
providers/src/airflow/providers/apache/pinot/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.5.1" +__version__ = "4.6.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/apache/pinot/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Apache Pinot <https://pinot.apache.org/>`__ state: ready -source-date-epoch: 1731569355 +source-date-epoch: 1734528530 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.6.0 - 4.5.1 - 4.5.0 - 4.4.2
providers/src/airflow/providers/apache/spark/CHANGELOG.rst+25 −1 modified@@ -29,9 +29,16 @@ Changelog --------- -main +5.0.0 ..... +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Breaking changes +~~~~~~~~~~~~~~~~ + .. warning:: All deprecated classes, parameters and features have been removed from the Apache Spark provider package. The following breaking changes were introduced: @@ -42,6 +49,23 @@ main introduced in 2016 and since it was listed as templated field, which is no longer the case, we handled it as public api despite the ``_`` prefix that marked it as private. +* ``Remove deprecated code from apache spark provider (#44567)`` + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Fix failing mypy check on 'main' (#44191)`` +* ``spark-submit: replace 'principle' by 'principal' (#44150)`` +* ``Update DAG example links in multiple providers documents (#44034)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` 4.11.3 ......
providers/src/airflow/providers/apache/spark/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.11.3" +__version__ = "5.0.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/apache/spark/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Apache Spark <https://spark.apache.org/>`__ state: ready -source-date-epoch: 1731569377 +source-date-epoch: 1734528589 # note that those versions are maintained by release manager - do not update them manually versions: + - 5.0.0 - 4.11.3 - 4.11.2 - 4.11.1
providers/src/airflow/providers/apprise/CHANGELOG.rst+21 −2 modified@@ -27,8 +27,15 @@ Changelog --------- -main -.... +2.0.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Breaking changes +~~~~~~~~~~~~~~~~ .. warning:: All deprecated classes, parameters and features have been removed from the {provider_name} provider package. @@ -41,6 +48,18 @@ main * Parameter ``body_format`` cannot be None. It is not set to NotifyFormat.TEXT as default. * Parameter ``tag`` 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)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + 1.4.1 .....
providers/src/airflow/providers/apprise/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "1.4.1" +__version__ = "2.0.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/apprise/provider.yaml+2 −1 modified@@ -24,10 +24,11 @@ description: | `Apprise <https://github.com/caronc/apprise>`__ state: ready -source-date-epoch: 1731569423 +source-date-epoch: 1734528675 # note that those versions are maintained by release manager - do not update them manually versions: + - 2.0.0 - 1.4.1 - 1.4.0 - 1.3.2
providers/src/airflow/providers/arangodb/CHANGELOG.rst+26 −0 modified@@ -28,6 +28,32 @@ Changelog --------- +2.7.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Features +~~~~~~~~ + +* ``Added the ArangoDBCollectionOperator that executes collection operations in a ArangoDB database (#44676)`` + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Fix yoda-conditions (#44466)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + * ``Fix some non-critical pre-commit issues (#41749)`` + 2.6.0 .....
providers/src/airflow/providers/arangodb/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "2.6.0" +__version__ = "2.7.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/arangodb/provider.yaml+2 −1 modified@@ -26,9 +26,10 @@ dependencies: - python-arango>=7.3.2 state: ready -source-date-epoch: 1723969354 +source-date-epoch: 1734528758 # note that those versions are maintained by release manager - do not update them manually versions: + - 2.7.0 - 2.6.0 - 2.5.1 - 2.5.0
providers/src/airflow/providers/asana/CHANGELOG.rst+22 −0 modified@@ -26,6 +26,28 @@ Changelog --------- +2.7.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Update DAG example links in multiple providers documents (#44034)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 2.6.0 .....
providers/src/airflow/providers/asana/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "2.6.0" +__version__ = "2.7.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/asana/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Asana <https://asana.com/>`__ state: ready -source-date-epoch: 1723969361 +source-date-epoch: 1734528823 # note that those versions are maintained by release manager - do not update them manually versions: + - 2.7.0 - 2.6.0 - 2.5.1 - 2.5.0
providers/src/airflow/providers/atlassian/jira/CHANGELOG.rst+21 −0 modified@@ -27,6 +27,16 @@ Changelog --------- +3.0.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Breaking changes +~~~~~~~~~~~~~~~~ + .. warning:: All deprecated classes, parameters and features have been removed from the Atlassian Jira provider package. The following breaking changes were introduced: @@ -35,6 +45,17 @@ Changelog * Removed the use of the ``verify`` extra parameters as a ``str`` from ``JiraHook``. Use ``verify`` extra parameters as a ``bool`` instead. +* ``Remove Provider Deprecations in Atlassian Jira (#44644)`` + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + 2.7.1 .....
providers/src/airflow/providers/atlassian/jira/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "2.7.1" +__version__ = "3.0.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/atlassian/jira/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Atlassian Jira <https://www.atlassian.com/software/jira/>`__ state: ready -source-date-epoch: 1731569456 +source-date-epoch: 1734528977 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.0.0 - 2.7.1 - 2.7.0 - 2.6.1
providers/src/airflow/providers/celery/CHANGELOG.rst+14 −0 modified@@ -27,6 +27,20 @@ Changelog --------- +3.9.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``AIP-81 Move CLI Commands to directories according to Hybrid, Local and Remote (#44538)`` +* ``Remove AIP-44 configuration from the code (#44454)`` + 3.8.5 .....
providers/src/airflow/providers/celery/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.8.5" +__version__ = "3.9.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/celery/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Celery <https://docs.celeryq.dev/en/stable/>`__ state: ready -source-date-epoch: 1732429232 +source-date-epoch: 1734529029 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.9.0 - 3.8.5 - 3.8.4 - 3.8.3
providers/src/airflow/providers/cloudant/CHANGELOG.rst+12 −0 modified@@ -27,6 +27,18 @@ Changelog --------- +4.1.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` + 4.0.3 .....
providers/src/airflow/providers/cloudant/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.0.3" +__version__ = "4.1.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/cloudant/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `IBM Cloudant <https://www.ibm.com/cloud/cloudant>`__ state: ready -source-date-epoch: 1731569622 +source-date-epoch: 1734529058 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.1.0 - 4.0.3 - 4.0.2 - 4.0.1
providers/src/airflow/providers/cncf/kubernetes/CHANGELOG.rst+35 −0 modified@@ -28,6 +28,41 @@ Changelog --------- +10.1.0 +...... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Features +~~~~~~~~ + +* ``Add logging support for init containers in KubernetesPodOperator (#42498) (#43853)`` +* ``Implement KubernetesInstallKueueOperator + (#44568)`` +* ``support grouping of log lines for KubernetesPodOperator (#44428)`` + +Bug Fixes +~~~~~~~~~ + +* ``Compare k8s executor against alias, not full ExecutorName repr (#44967)`` +* ``Fix failing KubernetesExecutor (#44931)`` + +Misc +~~~~ + +* ``Remove references to AIRFLOW_V_2_9_PLUS (#44987)`` +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Consistent way of checking Airflow version in providers (#44686)`` +* ``Fix yoda-conditions (#44466)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + +.. Review and move the new changes to one of the sections above: + * ``fix: Get the pid of xcom command dynamically (#45053)`` + 10.0.1 ......
providers/src/airflow/providers/cncf/kubernetes/provider.yaml+1 −1 modified@@ -22,7 +22,7 @@ description: | `Kubernetes <https://kubernetes.io/>`__ state: ready -source-date-epoch: 1732429220 +source-date-epoch: 1734537609 # note that those versions are maintained by release manager - do not update them manually versions: - 10.1.0
providers/src/airflow/providers/cohere/CHANGELOG.rst+19 −0 modified@@ -20,6 +20,25 @@ Changelog --------- +1.4.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 1.3.0 .....
providers/src/airflow/providers/cohere/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "1.3.0" +__version__ = "1.4.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/cohere/provider.yaml+2 −1 modified@@ -24,10 +24,11 @@ description: | `Cohere <https://docs.cohere.com/docs>`__ state: ready -source-date-epoch: 1723969926 +source-date-epoch: 1734529299 # note that those versions are maintained by release manager - do not update them manually versions: + - 1.4.0 - 1.3.0 - 1.2.1 - 1.2.0
providers/src/airflow/providers/common/compat/CHANGELOG.rst+33 −0 modified@@ -25,6 +25,39 @@ Changelog --------- +1.3.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Bug Fixes +~~~~~~~~~ + +* ``fix(providers/common/compat): add back add_input_dataset and add_output_dataset to NoOpCollector (#44681)`` +* ``Fix name of private function in compat provider (#44680)`` + +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)`` +* ``Remove unnecessary compatibility code in S3 asset import (#44714)`` +* ``Move Asset user facing components to task_sdk (#43773)`` +* ``Make AssetAliasEvent a class context.py (#44709)`` +* ``Move triggers to standard provider (#43608)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Bumping common compat to 1.3.0 (#44728)`` + * ``Prevent __init__.py in providers from being modified (#44713)`` + * ``Fix accidental db tests in Task SDK (#44690)`` + +.. Review and move the new changes to one of the sections above: + * ``feat: automatically inject OL info into spark job in DataprocSubmitJobOperator (#44477)`` + 1.2.2 .....
providers/src/airflow/providers/common/io/CHANGELOG.rst+28 −0 modified@@ -25,6 +25,34 @@ 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 <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +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)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 1.4.2 .....
providers/src/airflow/providers/common/io/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "1.4.2" +__version__ = "1.5.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/common/io/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | ``Common IO Provider`` state: ready -source-date-epoch: 1728484966 +source-date-epoch: 1734529505 # note that those versions are maintained by release manager - do not update them manually versions: + - 1.5.0 - 1.4.2 - 1.4.1 - 1.4.0
providers/src/airflow/providers/common/sql/CHANGELOG.rst+34 −2 modified@@ -25,16 +25,48 @@ Changelog --------- -main -..... +1.21.0 +...... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. .. warning:: All deprecated classes, parameters and features have been removed from the Common SQL provider package. + It could be that very old providers versions were depended on private functions of common.sql and as a result + users may have created custom code around them without realizing using private functions. This has long been fixed + and might affect users of very old provider versions. We are not considering this a breaking change yet we are listing + the changes explicitly for visibility. The following breaking changes were introduced: * Hooks * Remove ``_make_serializable`` method from ``DbApiHook``. Use ``_make_common_data_structure`` instead. +Features +~~~~~~~~ + +* ``Added output_processor parameter to SQLQueryOperator and fixed bug with return_single_query_results handler when None is passed as split_statements (#44781)`` +* ``Moved common SQL handler methods of common-sql-provider into dedicated module (#43747)`` + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Fix static checks in common SQL hooks (#44930)`` +* ``Added documentation for the SqlThresholdCheckOperator (#44787)`` +* ``Remove Provider Deprecations in Common SQL (#44645)`` +* ``Update DAG example links in multiple providers documents (#44034)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 1.20.0 ......
providers/src/airflow/providers/common/sql/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "1.20.0" +__version__ = "1.21.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/common/sql/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Common SQL Provider <https://en.wikipedia.org/wiki/SQL>`__ state: ready -source-date-epoch: 1730012422 +source-date-epoch: 1734529664 # note that those versions are maintained by release manager - do not update them manually versions: + - 1.21.0 - 1.20.0 - 1.19.0 - 1.18.0
providers/src/airflow/providers/databricks/CHANGELOG.rst+33 −1 modified@@ -26,9 +26,16 @@ Changelog --------- -main +7.0.0 ..... +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Breaking changes +~~~~~~~~~~~~~~~~ + .. warning:: All deprecated classes, parameters and features have been removed from the databricks provider package. The following breaking changes were introduced: @@ -37,6 +44,31 @@ main * ``Removed deprecated DatabricksSubmitRunDeferrableOperator. Use DatabricksSubmitRunOperator with deferrable=True instead.`` * ``Removed deprecated return_tuple parameter from DatabricksSqlHook. Now namedtuple will always returned.`` +* ``Remove deprecations from Databricks Provider (#44566)`` + +Bug Fixes +~~~~~~~~~ + +* ``[FIX] Fixed databricks repair run deferrable (#44213)`` +* ``fix(providers/databricks): remove additional argument passed to repair_run (#44140)`` + +Misc +~~~~ + +* ``Added job_clusters as a templated parameter to CreateDatabricksWorkflowOperator (#45022)`` +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Bump minimum version of databricks SDK to 3.0.0 (#43272)`` +* ``Update DAG example links in multiple providers documents (#44034)`` +* ``Rename execution_date to logical_date across codebase (#43902)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + * ``Revert "Added job_clusters as a templated parameter to CreateDatabricksWorkfl…" (#45035)`` 6.13.0 ......
providers/src/airflow/providers/databricks/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "6.13.0" +__version__ = "7.0.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/databricks/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Databricks <https://databricks.com/>`__ state: ready -source-date-epoch: 1731569981 +source-date-epoch: 1734533222 # note that those versions are maintained by release manager - do not update them manually versions: + - 7.0.0 - 6.13.0 - 6.12.0 - 6.11.0
providers/src/airflow/providers/datadog/CHANGELOG.rst+18 −0 modified@@ -27,6 +27,24 @@ Changelog --------- +3.8.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 3.7.1 .....
providers/src/airflow/providers/datadog/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.7.1" +__version__ = "3.8.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/datadog/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Datadog <https://www.datadoghq.com/>`__ state: ready -source-date-epoch: 1726860643 +source-date-epoch: 1734533260 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.8.0 - 3.7.1 - 3.7.0 - 3.6.1
providers/src/airflow/providers/dbt/cloud/CHANGELOG.rst+24 −1 modified@@ -28,9 +28,16 @@ Changelog --------- -main +4.0.0 ..... +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Breaking changes +~~~~~~~~~~~~~~~~ + .. warning:: All deprecated classes, parameters and features have been removed from the DBT provider package. The following breaking changes were introduced: @@ -39,6 +46,22 @@ main * Remove ``airflow.providers.dbt.cloud.sensors.dbt.DbtCloudJobRunAsyncSensor``. Use ``airflow.providers.dbt.cloud.sensors.dbt.DbtCloudJobRunSensor`` with ``deferrable`` set to ``True`` instead. * Removed ``polling_interval`` parameter from ``DbtCloudJobRunSensor``. Use ``poke_interval`` instead. +* ``Remove Provider Deprecations in DBT (#44638)`` + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Fix yoda-conditions (#44466)`` +* ``utilize more information to deterministically generate OpenLineage run_id (#43936)`` +* ``Remove commented breakpoint in dbt provider (#44163)`` +* ``Rename execution_date to logical_date across codebase (#43902)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + 3.11.2 ......
providers/src/airflow/providers/dbt/cloud/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.11.2" +__version__ = "4.0.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/dbt/cloud/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `dbt Cloud <https://www.getdbt.com/product/dbt-cloud/>`__ state: ready -source-date-epoch: 1731569996 +source-date-epoch: 1734533324 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.0.0 - 3.11.2 - 3.11.1 - 3.11.0
providers/src/airflow/providers/dingding/CHANGELOG.rst+23 −0 modified@@ -28,6 +28,29 @@ Changelog --------- +3.7.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Update DAG example links in multiple providers documents (#44034)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 3.6.0 .....
providers/src/airflow/providers/dingding/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.6.0" +__version__ = "3.7.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/dingding/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `DingTalk <https://www.dingtalk.com/>`__ state: ready -source-date-epoch: 1723970083 +source-date-epoch: 1734533545 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.7.0 - 3.6.0 - 3.5.1 - 3.5.0
providers/src/airflow/providers/discord/CHANGELOG.rst+18 −0 modified@@ -27,6 +27,24 @@ Changelog --------- +3.9.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 3.8.0 .....
providers/src/airflow/providers/discord/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.8.0" +__version__ = "3.9.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/discord/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Discord <https://discord.com/>`__ state: ready -source-date-epoch: 1723970089 +source-date-epoch: 1734533588 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.9.0 - 3.8.0 - 3.7.1 - 3.7.0
providers/src/airflow/providers/docker/CHANGELOG.rst+24 −2 modified@@ -27,8 +27,12 @@ Changelog --------- -main -.... +4.0.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. Breaking changes ~~~~~~~~~~~~~~~~ @@ -44,6 +48,24 @@ Breaking changes * Deprecated parameter ``skip_exit_code`` was removed. Please use ``skip_on_exit_code`` instead. * Deprecated method ``get_hook()`` was removed. Please use ``hook`` property instead. +* ``Remove Provider Deprecations in Docker (#44583)`` + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``fix docker documentation auth url (#44112)`` +* ``Update DAG example links in multiple providers documents (#44034)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Correct new changelog breaking changes header (#44659)`` + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 3.14.1 ......
providers/src/airflow/providers/docker/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.14.1" +__version__ = "4.0.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/docker/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Docker <https://www.docker.com/>`__ state: ready -source-date-epoch: 1731570035 +source-date-epoch: 1734533653 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.0.0 - 3.14.1 - 3.14.0 - 3.13.0
providers/src/airflow/providers/elasticsearch/CHANGELOG.rst+27 −1 modified@@ -27,9 +27,16 @@ Changelog --------- -main +6.0.0 ..... +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Breaking changes +~~~~~~~~~~~~~~~~ + .. warning:: All deprecated classes, parameters and features have been removed from the ElasticSearch provider package. The following breaking changes were introduced: @@ -40,6 +47,25 @@ main * Removed ``log_id_template`` parameter from ``ElasticsearchTaskHandler``. * Removed ``retry_timeout`` parameter from ``ElasticsearchTaskHandler``. Use ``retry_on_timeout`` instead +* ``Remove Provider Deprecations in Elasticsearch (#44629)`` + +Misc +~~~~ + +* ``Remove references to AIRFLOW_V_2_9_PLUS (#44987)`` +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Consistent way of checking Airflow version in providers (#44686)`` +* ``Update DAG example links in multiple providers documents (#44034)`` +* ``Rename execution_date to logical_date across codebase (#43902)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 5.5.3 .....
providers/src/airflow/providers/elasticsearch/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "5.5.3" +__version__ = "6.0.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/elasticsearch/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Elasticsearch <https://www.elastic.co/elasticsearch>`__ state: ready -source-date-epoch: 1731570065 +source-date-epoch: 1734533734 # note that those versions are maintained by release manager - do not update them manually versions: + - 6.0.0 - 5.5.3 - 5.5.2 - 5.5.1
providers/src/airflow/providers/exasol/CHANGELOG.rst+16 −0 modified@@ -27,6 +27,22 @@ Changelog --------- +4.7.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + 4.6.1 .....
providers/src/airflow/providers/exasol/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "4.6.1" +__version__ = "4.7.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/exasol/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Exasol <https://www.exasol.com/>`__ state: ready -source-date-epoch: 1731570079 +source-date-epoch: 1734533771 # note that those versions are maintained by release manager - do not update them manually versions: + - 4.7.0 - 4.6.1 - 4.6.0 - 4.5.3
providers/src/airflow/providers/fab/CHANGELOG.rst+9 −0 modified@@ -45,6 +45,15 @@ Breaking changes * Removed ``prefixed_dag_id`` method from the security manager override * Removed ``init_role`` method from the security manager override +.. Review and move the new changes to one of the sections above: + * ``AIP-79 Support Airflow 2.x plugins in fast api. Embed a minimal version of the Flask application in fastapi application (#44464)`` + * ``Prevent __init__.py in providers from being modified (#44713)`` + * ``AIP-81 Move CLI Commands to directories according to Hybrid, Local and Remote (#44538)`` + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + * ``Remove deprecations from fab provider (#44198)`` + * ``Set up JWT token authentication in Fast APIs (#42634)`` + * ``Prepare FAB provider to set next version as major version (#43939)`` + 1.5.1 .....
providers/src/airflow/providers/facebook/CHANGELOG.rst+17 −0 modified@@ -27,6 +27,23 @@ Changelog --------- +3.7.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + 3.6.0 .....
providers/src/airflow/providers/facebook/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.6.0" +__version__ = "3.7.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/facebook/provider.yaml+2 −1 modified@@ -22,9 +22,10 @@ description: | `Facebook Ads <https://www.facebook.com/about/ads>`__ state: ready -source-date-epoch: 1723970150 +source-date-epoch: 1734533838 # note that those versions are maintained by release manager - do not update them manually versions: + - 3.7.0 - 3.6.0 - 3.5.2 - 3.5.1
providers/src/airflow/providers/ftp/CHANGELOG.rst+23 −0 modified@@ -27,6 +27,29 @@ Changelog --------- +3.12.0 +...... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Update DAG example links in multiple providers documents (#44034)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Use Python 3.9 as target version for Ruff & Black rules (#44298)`` + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 3.11.1 ......
providers/src/airflow/providers/ftp/__init__.py+1 −1 modified@@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "3.11.1" +__version__ = "3.12.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "2.9.0"
providers/src/airflow/providers/ftp/provider.yaml+2 −1 modified@@ -22,8 +22,9 @@ description: | `File Transfer Protocol (FTP) <https://tools.ietf.org/html/rfc114>`__ state: ready -source-date-epoch: 1726860782 +source-date-epoch: 1734533870 versions: + - 3.12.0 - 3.11.1 - 3.11.0 - 3.10.1
providers/src/airflow/providers/github/CHANGELOG.rst+24 −2 modified@@ -29,19 +29,41 @@ Changelog --------- +2.8.0 +..... + +.. note:: + This release of provider is only available for Airflow 2.9+ as explained in the + `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. + +Misc +~~~~ + +* ``Bump minimum Airflow version in providers to Airflow 2.9.0 (#44956)`` +* ``Update DAG example links in multiple providers documents (#44034)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Prepare docs for Nov 1st wave of providers (#44011)`` + * ``Split providers out of the main "airflow/" tree into a UV workspace project (#42505)`` + * ``Fix some non-critical pre-commit issues (#41749)`` + +.. Review and move the new changes to one of the sections above: + * ``Update path of example dags in docs (#45069)`` + 2.7.0 ..... .. note:: - This release of provider is only available for Airflow 2.8+ as explained in the + This release of provider is only available for Airflow 2.9+ as explained in the `Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_. Misc ~~~~ * ``Bump minimum Airflow version in providers to Airflow 2.8.0 (#41396)`` - .. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!): * ``Prepare docs for Aug 1st wave of providers (#41230)``
f01140141f1fMove auth parameter from extra to Hook parameter (#30212)
9 files changed · +33 −7
airflow/providers/apache/hive/CHANGELOG.rst+10 −0 modified@@ -24,6 +24,16 @@ Changelog --------- +6.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + +The auth option is moved from the extra field to the auth parameter in the Hook. If you have extra +parameters defined in your connections as auth, you should move them to the DAG where your HiveOperator +or other Hive related operators are used. + 5.1.3 .....
airflow/providers/apache/hive/hooks/hive.py+2 −1 modified@@ -99,12 +99,13 @@ def __init__( mapred_queue_priority: str | None = None, mapred_job_name: str | None = None, hive_cli_params: str = "", + auth: str | None = None, ) -> None: super().__init__() conn = self.get_connection(hive_cli_conn_id) self.hive_cli_params: str = hive_cli_params self.use_beeline: bool = conn.extra_dejson.get("use_beeline", False) - self.auth = conn.extra_dejson.get("auth", "noSasl") + self.auth = auth self.conn = conn self.run_as = run_as self.sub_process: Any = None
airflow/providers/apache/hive/operators/hive.py+5 −0 modified@@ -56,6 +56,8 @@ class HiveOperator(BaseOperator): Possible settings include: VERY_HIGH, HIGH, NORMAL, LOW, VERY_LOW :param mapred_job_name: This name will appear in the jobtracker. This can make monitoring easier. + :param hive_cli_params: parameters passed to hive CLO + :param auth: optional authentication option passed for the Hive connection """ template_fields: Sequence[str] = ( @@ -88,6 +90,7 @@ def __init__( mapred_queue_priority: str | None = None, mapred_job_name: str | None = None, hive_cli_params: str = "", + auth: str | None = None, **kwargs: Any, ) -> None: super().__init__(**kwargs) @@ -104,6 +107,7 @@ def __init__( self.mapred_queue_priority = mapred_queue_priority self.mapred_job_name = mapred_job_name self.hive_cli_params = hive_cli_params + self.auth = auth job_name_template = conf.get_mandatory_value( "hive", @@ -127,6 +131,7 @@ def get_hook(self) -> HiveCliHook: mapred_queue_priority=self.mapred_queue_priority, mapred_job_name=self.mapred_job_name, hive_cli_params=self.hive_cli_params, + auth=self.auth, ) def prepare_template(self) -> None:
airflow/providers/apache/hive/provider.yaml+1 −0 modified@@ -22,6 +22,7 @@ description: | `Apache Hive <https://hive.apache.org/>`__ versions: + - 6.0.0 - 5.1.3 - 5.1.2 - 5.1.1
airflow/providers/apache/hive/transfers/mssql_to_hive.py+4 −1 modified@@ -60,6 +60,7 @@ class MsSqlToHiveOperator(BaseOperator): :param mssql_conn_id: source Microsoft SQL Server connection :param hive_cli_conn_id: Reference to the :ref:`Hive CLI connection id <howto/connection:hive_cli>`. + :param hive_auth: optional authentication option passed for the Hive connection :param tblproperties: TBLPROPERTIES of the hive table being created """ @@ -79,6 +80,7 @@ def __init__( delimiter: str = chr(1), mssql_conn_id: str = "mssql_default", hive_cli_conn_id: str = "hive_cli_default", + hive_auth: str | None = None, tblproperties: dict | None = None, **kwargs, ) -> None: @@ -93,6 +95,7 @@ def __init__( self.hive_cli_conn_id = hive_cli_conn_id self.partition = partition or {} self.tblproperties = tblproperties + self.hive_auth = hive_auth @classmethod def type_map(cls, mssql_type: int) -> str: @@ -119,7 +122,7 @@ def execute(self, context: Context): csv_writer.writerows(cursor) tmp_file.flush() - hive = HiveCliHook(hive_cli_conn_id=self.hive_cli_conn_id) + hive = HiveCliHook(hive_cli_conn_id=self.hive_cli_conn_id, auth=self.hive_auth) self.log.info("Loading file into Hive") hive.load_file( tmp_file.name,
airflow/providers/apache/hive/transfers/mysql_to_hive.py+4 −1 modified@@ -65,6 +65,7 @@ class MySqlToHiveOperator(BaseOperator): :param mysql_conn_id: source mysql connection :param hive_cli_conn_id: Reference to the :ref:`Hive CLI connection id <howto/connection:hive_cli>`. + :param hive_auth: optional authentication option passed for the Hive connection :param tblproperties: TBLPROPERTIES of the hive table being created """ @@ -87,6 +88,7 @@ def __init__( escapechar: str | None = None, mysql_conn_id: str = "mysql_default", hive_cli_conn_id: str = "hive_cli_default", + hive_auth: str | None = None, tblproperties: dict | None = None, **kwargs, ) -> None: @@ -104,6 +106,7 @@ def __init__( self.hive_cli_conn_id = hive_cli_conn_id self.partition = partition or {} self.tblproperties = tblproperties + self.hive_auth = hive_auth @classmethod def type_map(cls, mysql_type: int) -> str: @@ -126,7 +129,7 @@ def type_map(cls, mysql_type: int) -> str: return type_map.get(mysql_type, "STRING") def execute(self, context: Context): - hive = HiveCliHook(hive_cli_conn_id=self.hive_cli_conn_id) + hive = HiveCliHook(hive_cli_conn_id=self.hive_cli_conn_id, auth=self.hive_auth) mysql = MySqlHook(mysql_conn_id=self.mysql_conn_id) self.log.info("Dumping MySQL query results to local file")
airflow/providers/apache/hive/transfers/s3_to_hive.py+3 −1 modified@@ -109,6 +109,7 @@ def __init__( input_compressed: bool = False, tblproperties: dict | None = None, select_expression: str | None = None, + hive_auth: str | None = None, **kwargs, ) -> None: super().__init__(**kwargs) @@ -128,14 +129,15 @@ def __init__( self.input_compressed = input_compressed self.tblproperties = tblproperties self.select_expression = select_expression + self.hive_auth = hive_auth if self.check_headers and not (self.field_dict is not None and self.headers): raise AirflowException("To check_headers provide field_dict and headers") def execute(self, context: Context): # Downloading file from S3 s3_hook = S3Hook(aws_conn_id=self.aws_conn_id, verify=self.verify) - hive_hook = HiveCliHook(hive_cli_conn_id=self.hive_cli_conn_id) + hive_hook = HiveCliHook(hive_cli_conn_id=self.hive_cli_conn_id, auth=self.hive_auth) self.log.info("Downloading S3 file") if self.wildcard_match:
airflow/providers/apache/hive/transfers/vertica_to_hive.py+4 −1 modified@@ -58,6 +58,7 @@ class VerticaToHiveOperator(BaseOperator): :param vertica_conn_id: source Vertica connection :param hive_cli_conn_id: Reference to the :ref:`Hive CLI connection id <howto/connection:hive_cli>`. + :param hive_auth: optional authentication option passed for the Hive connection """ template_fields: Sequence[str] = ("sql", "partition", "hive_table") @@ -76,6 +77,7 @@ def __init__( delimiter: str = chr(1), vertica_conn_id: str = "vertica_default", hive_cli_conn_id: str = "hive_cli_default", + hive_auth: str | None = None, **kwargs: Any, ) -> None: super().__init__(**kwargs) @@ -88,6 +90,7 @@ def __init__( self.vertica_conn_id = vertica_conn_id self.hive_cli_conn_id = hive_cli_conn_id self.partition = partition or {} + self.hive_auth = hive_auth @classmethod def type_map(cls, vertica_type): @@ -107,7 +110,7 @@ def type_map(cls, vertica_type): return type_map.get(vertica_type, "STRING") def execute(self, context: Context): - hive = HiveCliHook(hive_cli_conn_id=self.hive_cli_conn_id) + hive = HiveCliHook(hive_cli_conn_id=self.hive_cli_conn_id, auth=self.hive_auth) vertica = VerticaHook(vertica_conn_id=self.vertica_conn_id) self.log.info("Dumping Vertica query results to local file")
docs/apache-airflow-providers-apache-hive/connections/hive_cli.rst+0 −2 modified@@ -70,8 +70,6 @@ Extra (optional) * ``use_beeline`` Specify as ``True`` if using the Beeline CLI. Default is ``False``. - * ``auth`` - Specify the auth type for use with Hive Beeline CLI. * ``proxy_user`` Specify a proxy user as an ``owner`` or ``login`` or keep blank if using a custom proxy user.
Vulnerability mechanics
Synthesis attempt was rejected by the grounding validator. Re-run pending.
References
5- github.com/apache/airflow/pull/30212ghsapatchWEB
- github.com/advisories/GHSA-5cvg-9pp5-mxcjghsaADVISORY
- lists.apache.org/thread/dl20xxd51xvlx0zzc0wzgxfjwgtbbxo3ghsavendor-advisoryWEB
- nvd.nist.gov/vuln/detail/CVE-2023-28706ghsaADVISORY
- www.openwall.com/lists/oss-security/2023/04/07/2ghsaWEB
News mentions
0No linked articles in our index yet.