diff --git a/airflow/providers/airbyte/.latest-doc-only-change.txt b/airflow/providers/airbyte/.latest-doc-only-change.txt index 2880cfc4ef4ec..ff7136e07d744 100644 --- a/airflow/providers/airbyte/.latest-doc-only-change.txt +++ b/airflow/providers/airbyte/.latest-doc-only-change.txt @@ -1 +1 @@ -6861bcc03fa2177ad96cf493dcc19826849f92e3 +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/alibaba/CHANGELOG.rst b/airflow/providers/alibaba/CHANGELOG.rst index 44a4c7dc54c99..3cb3effb85c9e 100644 --- a/airflow/providers/alibaba/CHANGELOG.rst +++ b/airflow/providers/alibaba/CHANGELOG.rst @@ -24,6 +24,18 @@ Changelog --------- +2.1.0 +..... + +Features +~~~~~~~~ + +* ``Auto tail file logs in Web UI (#26169)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + 2.0.1 ..... diff --git a/airflow/providers/alibaba/provider.yaml b/airflow/providers/alibaba/provider.yaml index 8cf3060566365..b52d598f4cb2b 100644 --- a/airflow/providers/alibaba/provider.yaml +++ b/airflow/providers/alibaba/provider.yaml @@ -22,6 +22,7 @@ description: | Alibaba Cloud integration (including `Alibaba Cloud `__). versions: + - 2.1.0 - 2.0.1 - 2.0.0 - 1.1.1 diff --git a/airflow/providers/amazon/CHANGELOG.rst b/airflow/providers/amazon/CHANGELOG.rst index 82b19192dedf7..e0d3ff471ee50 100644 --- a/airflow/providers/amazon/CHANGELOG.rst +++ b/airflow/providers/amazon/CHANGELOG.rst @@ -24,6 +24,12 @@ Changelog --------- +6.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + .. warning:: In this version of provider Amazon S3 Connection (``conn_type="s3"``) removed due to the fact that it was always an alias to :ref:`Amazon Web Services Connection ` (``conn_type="aws"``). @@ -31,6 +37,45 @@ Changelog In order to restore ability to test connection you need to change connection type from **Amazon S3** (``conn_type="s3"``) to **Amazon Web Services** (``conn_type="aws"``) manually. +* ``Remove Amazon S3 Connection Type (#25980)`` + +Features +~~~~~~~~ + +* ``Add RdsDbSensor to amazon provider package (#26003)`` +* ``Set template_fields on RDS operators (#26005)`` +* ``Auto tail file logs in Web UI (#26169)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix SageMakerEndpointConfigOperator's return value (#26541)`` +* ``EMR Serverless Fix for Jobs marked as success even on failure (#26218)`` +* ``Fix AWS Connection warn condition for invalid 'profile_name' argument (#26464)`` +* ``Athena and EMR operator max_retries mix-up fix (#25971)`` +* ``Fixes SageMaker operator return values (#23628)`` +* ``Remove redundant catch exception in Amazon Log Task Handlers (#26442)`` + +Misc +~~~~ + +* ``Remove duplicated connection-type within the provider (#26628)`` + + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Redshift to S3 and S3 to Redshift System test (AIP-47) (#26613)`` + * ``Convert example_eks_with_fargate_in_one_step.py and example_eks_with_fargate_profile to AIP-47 (#26537)`` + * ``Redshift System Test (AIP-47) (#26187)`` + * ``GoogleAPIToS3Operator System Test (AIP-47) (#26370)`` + * ``Convert EKS with Nodegroups sample DAG to a system test (AIP-47) (#26539)`` + * ``Convert EC2 sample DAG to system test (#26540)`` + * ``Convert S3 example DAG to System test (AIP-47) (#26535)`` + * ``Convert 'example_eks_with_nodegroup_in_one_step' sample DAG to system test (AIP-47) (#26410)`` + * ``Migrate DMS sample dag to system test (#26270)`` + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + * ``D400 first line should end with period batch02 (#25268)`` + * ``Change links to 'boto3' documentation (#26708)`` 5.1.0 ..... diff --git a/airflow/providers/amazon/provider.yaml b/airflow/providers/amazon/provider.yaml index a30ee56a0fd39..eeca76e47a6a6 100644 --- a/airflow/providers/amazon/provider.yaml +++ b/airflow/providers/amazon/provider.yaml @@ -22,6 +22,7 @@ description: | Amazon integration (including `Amazon Web Services (AWS) `__). versions: + - 6.0.0 - 5.1.0 - 5.0.0 - 4.1.0 diff --git a/airflow/providers/apache/beam/.latest-doc-only-change.txt b/airflow/providers/apache/beam/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/apache/beam/.latest-doc-only-change.txt +++ b/airflow/providers/apache/beam/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/apache/cassandra/.latest-doc-only-change.txt b/airflow/providers/apache/cassandra/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/apache/cassandra/.latest-doc-only-change.txt +++ b/airflow/providers/apache/cassandra/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/apache/drill/CHANGELOG.rst b/airflow/providers/apache/drill/CHANGELOG.rst index 2fcce22ed0e9f..d47017748318a 100644 --- a/airflow/providers/apache/drill/CHANGELOG.rst +++ b/airflow/providers/apache/drill/CHANGELOG.rst @@ -24,6 +24,17 @@ Changelog --------- +2.2.1 +..... + +Misc +~~~~ + +* ``Add common-sql lower bound for common-sql (#25789)`` + +.. Review and move the new changes to one of the sections above: + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + 2.2.0 ..... diff --git a/airflow/providers/apache/drill/provider.yaml b/airflow/providers/apache/drill/provider.yaml index e7591b4532f97..1d6c58bad943a 100644 --- a/airflow/providers/apache/drill/provider.yaml +++ b/airflow/providers/apache/drill/provider.yaml @@ -22,6 +22,7 @@ description: | `Apache Drill `__. versions: + - 2.2.1 - 2.2.0 - 2.1.0 - 2.0.0 @@ -33,7 +34,7 @@ versions: dependencies: - apache-airflow>=2.2.0 - - apache-airflow-providers-common-sql>=1.1.0 + - apache-airflow-providers-common-sql>=1.2.0 - sqlalchemy-drill>=1.1.0 integrations: diff --git a/airflow/providers/apache/druid/CHANGELOG.rst b/airflow/providers/apache/druid/CHANGELOG.rst index 5053fa67c4f9c..a1f964a55b5b4 100644 --- a/airflow/providers/apache/druid/CHANGELOG.rst +++ b/airflow/providers/apache/druid/CHANGELOG.rst @@ -24,6 +24,18 @@ Changelog --------- +3.2.1 +..... + +Misc +~~~~ + +* ``Add common-sql lower bound for common-sql (#25789)`` + + +.. Review and move the new changes to one of the sections above: + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + 3.2.0 ..... diff --git a/airflow/providers/apache/druid/provider.yaml b/airflow/providers/apache/druid/provider.yaml index b38d1d520efe5..d932b2c4411ec 100644 --- a/airflow/providers/apache/druid/provider.yaml +++ b/airflow/providers/apache/druid/provider.yaml @@ -22,6 +22,7 @@ description: | `Apache Druid `__. versions: + - 3.2.1 - 3.2.0 - 3.1.0 - 3.0.0 @@ -40,7 +41,7 @@ versions: dependencies: - apache-airflow>=2.2.0 - - apache-airflow-providers-common-sql>=1.1.0 + - apache-airflow-providers-common-sql>=1.2.0 - pydruid>=0.4.1 integrations: diff --git a/airflow/providers/apache/hdfs/.latest-doc-only-change.txt b/airflow/providers/apache/hdfs/.latest-doc-only-change.txt index e7c3c940c9c77..ff7136e07d744 100644 --- a/airflow/providers/apache/hdfs/.latest-doc-only-change.txt +++ b/airflow/providers/apache/hdfs/.latest-doc-only-change.txt @@ -1 +1 @@ -602abe8394fafe7de54df7e73af56de848cdf617 +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/apache/hive/CHANGELOG.rst b/airflow/providers/apache/hive/CHANGELOG.rst index 6ed19fb99cc2f..b11338a2eee5b 100644 --- a/airflow/providers/apache/hive/CHANGELOG.rst +++ b/airflow/providers/apache/hive/CHANGELOG.rst @@ -24,6 +24,16 @@ Changelog --------- +4.0.1 +..... + +Misc +~~~~ + +* ``Add common-sql lower bound for common-sql (#25789)`` + +.. Review and move the new changes to one of the sections above: + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` 4.0.0 ..... diff --git a/airflow/providers/apache/hive/provider.yaml b/airflow/providers/apache/hive/provider.yaml index 32d4acd869a46..9c32c78e183dc 100644 --- a/airflow/providers/apache/hive/provider.yaml +++ b/airflow/providers/apache/hive/provider.yaml @@ -22,6 +22,7 @@ description: | `Apache Hive `__ versions: + - 4.0.1 - 4.0.0 - 3.1.0 - 3.0.0 @@ -42,7 +43,7 @@ versions: dependencies: - apache-airflow>=2.2.0 - - apache-airflow-providers-common-sql>=1.1.0 + - apache-airflow-providers-common-sql>=1.2.0 - hmsclient>=0.1.0 - pandas>=0.17.1 - pyhive[hive]>=0.6.0 diff --git a/airflow/providers/apache/kylin/.latest-doc-only-change.txt b/airflow/providers/apache/kylin/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/apache/kylin/.latest-doc-only-change.txt +++ b/airflow/providers/apache/kylin/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/apache/livy/.latest-doc-only-change.txt b/airflow/providers/apache/livy/.latest-doc-only-change.txt index ae5059b01647d..ff7136e07d744 100644 --- a/airflow/providers/apache/livy/.latest-doc-only-change.txt +++ b/airflow/providers/apache/livy/.latest-doc-only-change.txt @@ -1 +1 @@ -0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1 +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/apache/pig/.latest-doc-only-change.txt b/airflow/providers/apache/pig/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/apache/pig/.latest-doc-only-change.txt +++ b/airflow/providers/apache/pig/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/apache/pinot/CHANGELOG.rst b/airflow/providers/apache/pinot/CHANGELOG.rst index e502b3df4b7d9..9c6c8dbf106ce 100644 --- a/airflow/providers/apache/pinot/CHANGELOG.rst +++ b/airflow/providers/apache/pinot/CHANGELOG.rst @@ -24,6 +24,23 @@ Changelog --------- +3.2.1 +..... + +Misc +~~~~ + +* ``Add common-sql lower bound for common-sql (#25789)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix PinotDB dependencies (#26705)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + 3.2.0 ..... diff --git a/airflow/providers/apache/pinot/provider.yaml b/airflow/providers/apache/pinot/provider.yaml index be46333706b3d..eebab0a12444c 100644 --- a/airflow/providers/apache/pinot/provider.yaml +++ b/airflow/providers/apache/pinot/provider.yaml @@ -22,6 +22,7 @@ description: | `Apache Pinot `__ versions: + - 3.2.1 - 3.2.0 - 3.1.0 - 3.0.0 @@ -35,7 +36,7 @@ versions: dependencies: - apache-airflow>=2.2.0 - - apache-airflow-providers-common-sql>=1.1.0 + - apache-airflow-providers-common-sql>=1.2.0 - pinotdb>0.1.2 # Pinotdb 0.4.7 lacks ciso8601 as install_requires dependency, yet it has implicit dependency on it # Until https://github.com/python-pinot-dbapi/pinot-dbapi/issues/47 is fixed we add the dependency in diff --git a/airflow/providers/apache/spark/.latest-doc-only-change.txt b/airflow/providers/apache/spark/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/apache/spark/.latest-doc-only-change.txt +++ b/airflow/providers/apache/spark/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/apache/sqoop/.latest-doc-only-change.txt b/airflow/providers/apache/sqoop/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/apache/sqoop/.latest-doc-only-change.txt +++ b/airflow/providers/apache/sqoop/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/arangodb/.latest-doc-only-change.txt b/airflow/providers/arangodb/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/arangodb/.latest-doc-only-change.txt +++ b/airflow/providers/arangodb/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/asana/.latest-doc-only-change.txt b/airflow/providers/asana/.latest-doc-only-change.txt index ab24993f57139..ff7136e07d744 100644 --- a/airflow/providers/asana/.latest-doc-only-change.txt +++ b/airflow/providers/asana/.latest-doc-only-change.txt @@ -1 +1 @@ -8b6b0848a3cacf9999477d6af4d2a87463f03026 +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/celery/.latest-doc-only-change.txt b/airflow/providers/celery/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/celery/.latest-doc-only-change.txt +++ b/airflow/providers/celery/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/cloudant/.latest-doc-only-change.txt b/airflow/providers/cloudant/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/cloudant/.latest-doc-only-change.txt +++ b/airflow/providers/cloudant/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/cncf/kubernetes/CHANGELOG.rst b/airflow/providers/cncf/kubernetes/CHANGELOG.rst index 09e196db6a73f..ba77a8722a841 100644 --- a/airflow/providers/cncf/kubernetes/CHANGELOG.rst +++ b/airflow/providers/cncf/kubernetes/CHANGELOG.rst @@ -44,6 +44,9 @@ Bug Fixes appropriate section above if needed. Do not delete the lines(!): * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +.. Review and move the new changes to one of the sections above: + * ``Prepare to release cncf.kubernetes provider (#26588)`` + 4.3.0 ..... diff --git a/airflow/providers/common/sql/.latest-doc-only-change.txt b/airflow/providers/common/sql/.latest-doc-only-change.txt new file mode 100644 index 0000000000000..ff7136e07d744 --- /dev/null +++ b/airflow/providers/common/sql/.latest-doc-only-change.txt @@ -0,0 +1 @@ +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/common/sql/CHANGELOG.rst b/airflow/providers/common/sql/CHANGELOG.rst index f1554b3e0f24b..bc8a39b3fb409 100644 --- a/airflow/providers/common/sql/CHANGELOG.rst +++ b/airflow/providers/common/sql/CHANGELOG.rst @@ -27,12 +27,11 @@ Changelog 1.2.0 ..... - Features ~~~~~~~~ * ``Make placeholder style configurable (#25939)`` -* ``Better error messsage for pre-common-sql providers (#26051)`` +* ``Better error message for pre-common-sql providers (#26051)`` Bug Fixes ~~~~~~~~~ diff --git a/airflow/providers/databricks/CHANGELOG.rst b/airflow/providers/databricks/CHANGELOG.rst index 973b1c0549669..fe3631d277d22 100644 --- a/airflow/providers/databricks/CHANGELOG.rst +++ b/airflow/providers/databricks/CHANGELOG.rst @@ -24,6 +24,30 @@ Changelog --------- +3.3.0 +..... + +Features +~~~~~~~~ + +* ``DatabricksSubmitRunOperator dbt task support (#25623)`` + +Misc +~~~~ + +* ``Add common-sql lower bound for common-sql (#25789)`` +* ``Remove duplicated connection-type within the provider (#26628)`` + +Bug Fixes +~~~~~~~~~ + +* ``Databricks: fix provider name in the User-Agent string (#25873)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + * ``D400 first line should end with period batch02 (#25268)`` + 3.2.0 ..... diff --git a/airflow/providers/databricks/provider.yaml b/airflow/providers/databricks/provider.yaml index 6d8398a95b600..d72f882feb6c8 100644 --- a/airflow/providers/databricks/provider.yaml +++ b/airflow/providers/databricks/provider.yaml @@ -22,6 +22,7 @@ description: | `Databricks `__ versions: + - 3.3.0 - 3.2.0 - 3.1.0 - 3.0.0 @@ -40,7 +41,7 @@ versions: dependencies: - apache-airflow>=2.2.0 - - apache-airflow-providers-common-sql>=1.1.0 + - apache-airflow-providers-common-sql>=1.2.0 - requests>=2.27,<3 - databricks-sql-connector>=2.0.0, <3.0.0 - aiohttp>=3.6.3, <4 diff --git a/airflow/providers/datadog/.latest-doc-only-change.txt b/airflow/providers/datadog/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/datadog/.latest-doc-only-change.txt +++ b/airflow/providers/datadog/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/dbt/cloud/CHANGELOG.rst b/airflow/providers/dbt/cloud/CHANGELOG.rst index 2f52ed61c9052..f073ea7eb3307 100644 --- a/airflow/providers/dbt/cloud/CHANGELOG.rst +++ b/airflow/providers/dbt/cloud/CHANGELOG.rst @@ -24,6 +24,18 @@ Changelog --------- +2.2.0 +..... + +Features +~~~~~~~~ + +* ``Add 'DbtCloudListJobsOperator' (#26475)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + 2.1.0 ..... diff --git a/airflow/providers/dbt/cloud/provider.yaml b/airflow/providers/dbt/cloud/provider.yaml index 0968fe872cdc5..6fd5ce57fbfbe 100644 --- a/airflow/providers/dbt/cloud/provider.yaml +++ b/airflow/providers/dbt/cloud/provider.yaml @@ -22,6 +22,7 @@ description: | `dbt Cloud `__ versions: + - 2.2.0 - 2.1.0 - 2.0.1 - 2.0.0 diff --git a/airflow/providers/dingding/.latest-doc-only-change.txt b/airflow/providers/dingding/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/dingding/.latest-doc-only-change.txt +++ b/airflow/providers/dingding/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/discord/.latest-doc-only-change.txt b/airflow/providers/discord/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/discord/.latest-doc-only-change.txt +++ b/airflow/providers/discord/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/docker/CHANGELOG.rst b/airflow/providers/docker/CHANGELOG.rst index 144e212604d29..4b0589e8b7a5a 100644 --- a/airflow/providers/docker/CHANGELOG.rst +++ b/airflow/providers/docker/CHANGELOG.rst @@ -24,6 +24,23 @@ Changelog --------- +3.2.0 +..... + +Features +~~~~~~~~ + +* ``Add logging options to docker operator (#26653)`` +* ``Add pre-commit hook for custom_operator_name (#25786)`` +* ``Implement ExternalPythonOperator (#25780)`` + +Bug Fixes +~~~~~~~~~ + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + 3.1.0 ..... diff --git a/airflow/providers/docker/provider.yaml b/airflow/providers/docker/provider.yaml index e8335efe4f945..0db84b5a7eee2 100644 --- a/airflow/providers/docker/provider.yaml +++ b/airflow/providers/docker/provider.yaml @@ -22,6 +22,7 @@ description: | `Docker `__ versions: + - 3.2.0 - 3.1.0 - 3.0.0 - 2.7.0 @@ -43,7 +44,7 @@ versions: - 1.0.0 dependencies: - - apache-airflow>=2.2.0 + - apache-airflow>=2.4.0 - docker>=5.0.3 integrations: diff --git a/airflow/providers/elasticsearch/CHANGELOG.rst b/airflow/providers/elasticsearch/CHANGELOG.rst index c25a87d69c013..acd4fd48ff168 100644 --- a/airflow/providers/elasticsearch/CHANGELOG.rst +++ b/airflow/providers/elasticsearch/CHANGELOG.rst @@ -24,6 +24,19 @@ Changelog --------- +4.2.1 +..... + + +Misc +~~~~ + +* ``Add common-sql lower bound for common-sql (#25789)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + 4.2.0 ..... diff --git a/airflow/providers/elasticsearch/provider.yaml b/airflow/providers/elasticsearch/provider.yaml index 16020b3ea3e8a..d4fbb67f88505 100644 --- a/airflow/providers/elasticsearch/provider.yaml +++ b/airflow/providers/elasticsearch/provider.yaml @@ -22,6 +22,7 @@ description: | `Elasticsearch `__ versions: + - 4.2.1 - 4.2.0 - 4.1.0 - 4.0.0 @@ -42,7 +43,7 @@ versions: dependencies: - apache-airflow>=2.2.0 - - apache-airflow-providers-common-sql>=1.1.0 + - apache-airflow-providers-common-sql>=1.2.0 - elasticsearch>7 - elasticsearch-dbapi - elasticsearch-dsl>=5.0.0 diff --git a/airflow/providers/exasol/CHANGELOG.rst b/airflow/providers/exasol/CHANGELOG.rst index bf929f9a199d8..4fb3b2ce3ffa8 100644 --- a/airflow/providers/exasol/CHANGELOG.rst +++ b/airflow/providers/exasol/CHANGELOG.rst @@ -24,6 +24,18 @@ Changelog --------- +4.0.1 +..... + +Misc +~~~~ + +* ``Add common-sql lower bound for common-sql (#25789)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + 4.0.0 ..... diff --git a/airflow/providers/exasol/provider.yaml b/airflow/providers/exasol/provider.yaml index 53ce6121c8142..370a9d821d557 100644 --- a/airflow/providers/exasol/provider.yaml +++ b/airflow/providers/exasol/provider.yaml @@ -22,6 +22,7 @@ description: | `Exasol `__ versions: + - 4.0.1 - 4.0.0 - 3.1.0 - 3.0.0 @@ -37,7 +38,7 @@ versions: dependencies: - apache-airflow>=2.2.0 - - apache-airflow-providers-common-sql>=1.1.0 + - apache-airflow-providers-common-sql>=1.2.0 - pyexasol>=0.5.1 - pandas>=0.17.1 diff --git a/airflow/providers/facebook/.latest-doc-only-change.txt b/airflow/providers/facebook/.latest-doc-only-change.txt index 28124098645cf..ff7136e07d744 100644 --- a/airflow/providers/facebook/.latest-doc-only-change.txt +++ b/airflow/providers/facebook/.latest-doc-only-change.txt @@ -1 +1 @@ -6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038 +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/ftp/.latest-doc-only-change.txt b/airflow/providers/ftp/.latest-doc-only-change.txt index 28124098645cf..ff7136e07d744 100644 --- a/airflow/providers/ftp/.latest-doc-only-change.txt +++ b/airflow/providers/ftp/.latest-doc-only-change.txt @@ -1 +1 @@ -6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038 +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/github/.latest-doc-only-change.txt b/airflow/providers/github/.latest-doc-only-change.txt index ab24993f57139..ff7136e07d744 100644 --- a/airflow/providers/github/.latest-doc-only-change.txt +++ b/airflow/providers/github/.latest-doc-only-change.txt @@ -1 +1 @@ -8b6b0848a3cacf9999477d6af4d2a87463f03026 +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/google/CHANGELOG.rst b/airflow/providers/google/CHANGELOG.rst index 9ea7a4cdf88b3..5e0170056b409 100644 --- a/airflow/providers/google/CHANGELOG.rst +++ b/airflow/providers/google/CHANGELOG.rst @@ -23,6 +23,64 @@ Changelog --------- +8.4.0 +..... + +Features +~~~~~~~~ + +* ``Add BigQuery Column and Table Check Operators (#26368)`` +* ``Add deferrable big query operators and sensors (#26156)`` +* ``Add 'output' property to MappedOperator (#25604)`` +* ``Added append_job_name parameter to DataflowTemplatedJobStartOperator (#25746)`` +* ``Adding a parameter for exclusion of trashed files in GoogleDriveHook (#25675)`` +* ``Cloud Data Loss Prevention Operators assets (#26618)`` +* ``Cloud Storage Transfer Operators assets & system tests migration (AIP-47) (#26072)`` +* ``Merge deferrable BigQuery operators to exisitng one (#26433)`` +* ``specifying project id when calling wait_for_operation in delete/create cluster (#26418)`` +* ``Auto tail file logs in Web UI (#26169)`` +* ``Cloud Functions Operators assets & system tests migration (AIP-47) (#26073)`` +* ``GCSToBigQueryOperator Resolve 'max_id_key' job retrieval and xcom return (#26285)`` +* ``Allow for the overriding of 'stringify_dict' for json export format on BaseSQLToGCSOperator (#26277)`` +* ``Append GoogleLink base in the link class (#26057)`` +* ``Cloud Video Intelligence Operators assets & system tests migration (AIP-47) (#26132)`` +* ``Life Science assets & system tests migration (AIP-47) (#25548)`` +* ``GCSToBigQueryOperator allow for schema_object in alternate GCS Bucket (#26190)`` +* ``Use AsyncClient for Composer Operators in deferrable mode (#25951)`` +* ``Use project_id to get authenticated client (#25984)`` +* ``Cloud Build assets & system tests migration (AIP-47) (#25895)`` +* ``Dataproc submit job operator async (#25302)`` +* ``Support project_id argument in BigQueryGetDataOperator (#25782)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix JSONDecodeError in Datafusion operators (#26202)`` +* ``Fixed never ending loop to in CreateWorkflowInvocation (#25737)`` +* ``Update gcs.py (#26570)`` +* ``Don't throw an exception when a BQ cusor job has no schema (#26096)`` +* ``Google Cloud Tasks Sensor for queue being empty (#25622)`` + +Misc +~~~~ + +* ``Sql to GSC operators update docs for parquet format (#25878)`` +* ``Limit Google Protobuf for compatibility with biggtable client (#25886)`` +* ``Make GoogleBaseHook credentials functions public (#25785)`` +* ``Consolidate to one 'schedule' param (#25410)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Migrate Data Loss Prevention system tests according to AIP-47 (#26060)`` + * ``Google Drive to Google Cloud Storage Transfer Operator - system tests migration (AIP-47) (#26487)`` + * ``Work around pyupgrade edge cases (#26384)`` + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to core airflow (#26290)`` + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + * ``D400 first line should end with period batch02 (#25268)`` + * ``Replace SQL with Common SQL in pre commit (#26058)`` + * ``Hook into Mypy to get rid of those cast() (#26023)`` + * ``Fix GCS sensor system tests failing with DebugExecutor (#26742)`` + 8.3.0 ..... @@ -68,10 +126,6 @@ Bug Fixes 8.2.0 ..... -Breaking changes -~~~~~~~~~~~~~~~~ - - Features ~~~~~~~~ diff --git a/airflow/providers/google/provider.yaml b/airflow/providers/google/provider.yaml index 27d20d47bf7f1..5001cc83d7c40 100644 --- a/airflow/providers/google/provider.yaml +++ b/airflow/providers/google/provider.yaml @@ -29,6 +29,7 @@ description: | - `Google Workspace `__ (formerly Google Suite) versions: + - 8.4.0 - 8.3.0 - 8.2.0 - 8.1.0 @@ -54,7 +55,7 @@ versions: dependencies: - apache-airflow>=2.2.0 - - apache-airflow-providers-common-sql>=1.1.0 + - apache-airflow-providers-common-sql>=1.2.0 # Google has very clear rules on what dependencies should be used. All the limits below # follow strict guidelines of Google Libraries as quoted here: # While this issue is open, dependents of google-api-core, google-cloud-core. and google-auth diff --git a/airflow/providers/grpc/.latest-doc-only-change.txt b/airflow/providers/grpc/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/grpc/.latest-doc-only-change.txt +++ b/airflow/providers/grpc/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/hashicorp/.latest-doc-only-change.txt b/airflow/providers/hashicorp/.latest-doc-only-change.txt index 28124098645cf..ff7136e07d744 100644 --- a/airflow/providers/hashicorp/.latest-doc-only-change.txt +++ b/airflow/providers/hashicorp/.latest-doc-only-change.txt @@ -1 +1 @@ -6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038 +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/http/.latest-doc-only-change.txt b/airflow/providers/http/.latest-doc-only-change.txt index 95db1e9c1ea1d..ff7136e07d744 100644 --- a/airflow/providers/http/.latest-doc-only-change.txt +++ b/airflow/providers/http/.latest-doc-only-change.txt @@ -1 +1 @@ -d9567eb106929b21329c01171fd398fbef2dc6c6 +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/imap/.latest-doc-only-change.txt b/airflow/providers/imap/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/imap/.latest-doc-only-change.txt +++ b/airflow/providers/imap/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/influxdb/.latest-doc-only-change.txt b/airflow/providers/influxdb/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/influxdb/.latest-doc-only-change.txt +++ b/airflow/providers/influxdb/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/jdbc/CHANGELOG.rst b/airflow/providers/jdbc/CHANGELOG.rst index 79cd261bc88da..37999fb1fcac5 100644 --- a/airflow/providers/jdbc/CHANGELOG.rst +++ b/airflow/providers/jdbc/CHANGELOG.rst @@ -24,6 +24,17 @@ Changelog --------- +3.2.1 +..... + +Misc +~~~~ + +* ``Add common-sql lower bound for common-sql (#25789)`` + +.. Review and move the new changes to one of the sections above: + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + 3.2.0 ..... diff --git a/airflow/providers/jdbc/provider.yaml b/airflow/providers/jdbc/provider.yaml index c23c72e508a16..bb0ed61f9753e 100644 --- a/airflow/providers/jdbc/provider.yaml +++ b/airflow/providers/jdbc/provider.yaml @@ -22,6 +22,7 @@ description: | `Java Database Connectivity (JDBC) `__ versions: + - 3.2.1 - 3.2.0 - 3.1.0 - 3.0.0 @@ -36,7 +37,7 @@ versions: dependencies: - apache-airflow>=2.2.0 - - apache-airflow-providers-common-sql>=1.1.0 + - apache-airflow-providers-common-sql>=1.2.0 - jaydebeapi>=1.1.1 integrations: diff --git a/airflow/providers/jenkins/.latest-doc-only-change.txt b/airflow/providers/jenkins/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/jenkins/.latest-doc-only-change.txt +++ b/airflow/providers/jenkins/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/jira/CHANGELOG.rst b/airflow/providers/jira/CHANGELOG.rst index 94b6b51f64e0e..be91ac4cb9381 100644 --- a/airflow/providers/jira/CHANGELOG.rst +++ b/airflow/providers/jira/CHANGELOG.rst @@ -32,6 +32,9 @@ Changelog * ``Deprecate jira provider in favor of atlassian.jira provider (#25930)`` +.. Review and move the new changes to one of the sections above: + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + 3.0.1 ..... diff --git a/airflow/providers/jira/provider.yaml b/airflow/providers/jira/provider.yaml index 84945408c5b35..f35a5ef7f1fda 100644 --- a/airflow/providers/jira/provider.yaml +++ b/airflow/providers/jira/provider.yaml @@ -22,6 +22,7 @@ description: | `Atlassian Jira `__ versions: + - 3.1.0 - 3.0.1 - 3.0.0 - 2.0.5 diff --git a/airflow/providers/microsoft/azure/CHANGELOG.rst b/airflow/providers/microsoft/azure/CHANGELOG.rst index b28a279c05f79..3ea71237358d2 100644 --- a/airflow/providers/microsoft/azure/CHANGELOG.rst +++ b/airflow/providers/microsoft/azure/CHANGELOG.rst @@ -24,6 +24,27 @@ Changelog --------- +4.3.0 +..... + +Features +~~~~~~~~ + +* ``Add DataFlow operations to Azure DataFactory hook (#26345)`` +* ``Add network_profile param in AzureContainerInstancesOperator (#26117)`` +* ``Add Azure synapse operator (#26038)`` +* ``Auto tail file logs in Web UI (#26169)`` +* ``Implement Azure Service Bus Topic Create, Delete Operators (#25436)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix AzureBatchOperator false negative task status (#25844)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + 4.2.0 ..... diff --git a/airflow/providers/microsoft/azure/provider.yaml b/airflow/providers/microsoft/azure/provider.yaml index b7f231cdfd805..f88ae8085b96a 100644 --- a/airflow/providers/microsoft/azure/provider.yaml +++ b/airflow/providers/microsoft/azure/provider.yaml @@ -21,6 +21,7 @@ name: Microsoft Azure description: | `Microsoft Azure `__ versions: + - 4.3.0 - 4.2.0 - 4.1.0 - 4.0.0 diff --git a/airflow/providers/microsoft/mssql/CHANGELOG.rst b/airflow/providers/microsoft/mssql/CHANGELOG.rst index 774f1a2c4dc4b..165d7a3a6bac0 100644 --- a/airflow/providers/microsoft/mssql/CHANGELOG.rst +++ b/airflow/providers/microsoft/mssql/CHANGELOG.rst @@ -24,6 +24,18 @@ Changelog --------- +3.2.1 +..... + +Misc +~~~~ + +* ``Add common-sql lower bound for common-sql (#25789)`` + + +.. Review and move the new changes to one of the sections above: + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + 3.2.0 ..... diff --git a/airflow/providers/microsoft/mssql/provider.yaml b/airflow/providers/microsoft/mssql/provider.yaml index 70c6f61e3dbcc..61f7f8cd81f42 100644 --- a/airflow/providers/microsoft/mssql/provider.yaml +++ b/airflow/providers/microsoft/mssql/provider.yaml @@ -22,6 +22,7 @@ description: | `Microsoft SQL Server (MSSQL) `__ versions: + - 3.2.1 - 3.2.0 - 3.1.0 - 3.0.0 @@ -37,7 +38,7 @@ versions: dependencies: - apache-airflow>=2.2.0 - - apache-airflow-providers-common-sql>=1.1.0 + - apache-airflow-providers-common-sql>=1.2.0 - pymssql>=2.1.5; platform_machine != "aarch64" integrations: diff --git a/airflow/providers/microsoft/psrp/.latest-doc-only-change.txt b/airflow/providers/microsoft/psrp/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/microsoft/psrp/.latest-doc-only-change.txt +++ b/airflow/providers/microsoft/psrp/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt b/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt +++ b/airflow/providers/microsoft/winrm/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/mongo/.latest-doc-only-change.txt b/airflow/providers/mongo/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/mongo/.latest-doc-only-change.txt +++ b/airflow/providers/mongo/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/mysql/CHANGELOG.rst b/airflow/providers/mysql/CHANGELOG.rst index dd45296c92ac0..bbdef22652fcb 100644 --- a/airflow/providers/mysql/CHANGELOG.rst +++ b/airflow/providers/mysql/CHANGELOG.rst @@ -27,6 +27,19 @@ used with MySQL server 5.6.4 through 5.7. Changelog --------- +3.2.1 +..... + +Misc +~~~~ + +* ``Add common-sql lower bound for common-sql (#25789)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + * ``D400 first line should end with period batch02 (#25268)`` + 3.2.0 ..... diff --git a/airflow/providers/mysql/provider.yaml b/airflow/providers/mysql/provider.yaml index 5e8a85a6b9471..69759d4e6da88 100644 --- a/airflow/providers/mysql/provider.yaml +++ b/airflow/providers/mysql/provider.yaml @@ -22,6 +22,7 @@ description: | `MySQL `__ versions: + - 3.2.1 - 3.2.0 - 3.1.0 - 3.0.0 @@ -39,7 +40,7 @@ versions: dependencies: - apache-airflow>=2.2.0 - - apache-airflow-providers-common-sql>=1.1.0 + - apache-airflow-providers-common-sql>=1.2.0 - mysql-connector-python>=8.0.11; platform_machine != "aarch64" - mysqlclient>=1.3.6; platform_machine != "aarch64" diff --git a/airflow/providers/neo4j/.latest-doc-only-change.txt b/airflow/providers/neo4j/.latest-doc-only-change.txt index ae5059b01647d..ff7136e07d744 100644 --- a/airflow/providers/neo4j/.latest-doc-only-change.txt +++ b/airflow/providers/neo4j/.latest-doc-only-change.txt @@ -1 +1 @@ -0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1 +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/odbc/CHANGELOG.rst b/airflow/providers/odbc/CHANGELOG.rst index 52fd3b99cb90f..ab38bb48e2e3d 100644 --- a/airflow/providers/odbc/CHANGELOG.rst +++ b/airflow/providers/odbc/CHANGELOG.rst @@ -24,6 +24,18 @@ Changelog --------- +3.1.2 +..... + +Misc +~~~~ + +* ``Add common-sql lower bound for common-sql (#25789)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + 3.1.1 ..... diff --git a/airflow/providers/odbc/provider.yaml b/airflow/providers/odbc/provider.yaml index b697f76b70ec6..69df89bb7a599 100644 --- a/airflow/providers/odbc/provider.yaml +++ b/airflow/providers/odbc/provider.yaml @@ -22,6 +22,7 @@ description: | `ODBC `__ versions: + - 3.1.2 - 3.1.1 - 3.1.0 - 3.0.0 @@ -35,7 +36,7 @@ versions: dependencies: - apache-airflow>=2.2.0 - - apache-airflow-providers-common-sql>=1.1.0 + - apache-airflow-providers-common-sql>=1.2.0 - pyodbc integrations: diff --git a/airflow/providers/openfaas/.latest-doc-only-change.txt b/airflow/providers/openfaas/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/openfaas/.latest-doc-only-change.txt +++ b/airflow/providers/openfaas/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/opsgenie/.latest-doc-only-change.txt b/airflow/providers/opsgenie/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/opsgenie/.latest-doc-only-change.txt +++ b/airflow/providers/opsgenie/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/oracle/CHANGELOG.rst b/airflow/providers/oracle/CHANGELOG.rst index 3cbe1a8a6c18d..ed26bd201c730 100644 --- a/airflow/providers/oracle/CHANGELOG.rst +++ b/airflow/providers/oracle/CHANGELOG.rst @@ -24,6 +24,24 @@ Changelog --------- +3.4.0 +..... + +Features +~~~~~~~~ + +* ``Add oracledb thick mode support for oracle provider (#26576)`` + +Misc +~~~~ + +* ``Add common-sql lower bound for common-sql (#25789)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + + 3.3.0 ..... diff --git a/airflow/providers/oracle/provider.yaml b/airflow/providers/oracle/provider.yaml index 43a566710059e..4acdd7c1eb0a8 100644 --- a/airflow/providers/oracle/provider.yaml +++ b/airflow/providers/oracle/provider.yaml @@ -22,6 +22,7 @@ description: | `Oracle `__ versions: + - 3.4.0 - 3.3.0 - 3.2.0 - 3.1.0 @@ -39,7 +40,7 @@ versions: dependencies: - apache-airflow>=2.2.0 - - apache-airflow-providers-common-sql>=1.1.0 + - apache-airflow-providers-common-sql>=1.2.0 - oracledb>=1.0.0 integrations: diff --git a/airflow/providers/pagerduty/.latest-doc-only-change.txt b/airflow/providers/pagerduty/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/pagerduty/.latest-doc-only-change.txt +++ b/airflow/providers/pagerduty/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/papermill/.latest-doc-only-change.txt b/airflow/providers/papermill/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/papermill/.latest-doc-only-change.txt +++ b/airflow/providers/papermill/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/plexus/.latest-doc-only-change.txt b/airflow/providers/plexus/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/plexus/.latest-doc-only-change.txt +++ b/airflow/providers/plexus/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/postgres/CHANGELOG.rst b/airflow/providers/postgres/CHANGELOG.rst index afc4f343085f7..ccd79a0d323d5 100644 --- a/airflow/providers/postgres/CHANGELOG.rst +++ b/airflow/providers/postgres/CHANGELOG.rst @@ -24,6 +24,19 @@ Changelog --------- +5.2.2 +..... + +Misc +~~~~ + +* ``Add common-sql lower bound for common-sql (#25789)`` + +.. Review and move the new changes to one of the sections above: + * ``Rename schema to database in 'PostgresHook' (#26436)`` + * ``Revert "Rename schema to database in 'PostgresHook' (#26436)" (#26734)`` + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + 5.2.1 ..... @@ -35,7 +48,6 @@ Bug Fixes .. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!): * ``postgres provider: use non-binary psycopg2 (#25710)`` - * ``Add common-sql lower bound for common-sql (#25789)`` 5.2.0 ..... diff --git a/airflow/providers/postgres/provider.yaml b/airflow/providers/postgres/provider.yaml index b928ff3dd603d..af155d7486228 100644 --- a/airflow/providers/postgres/provider.yaml +++ b/airflow/providers/postgres/provider.yaml @@ -22,6 +22,7 @@ description: | `PostgreSQL `__ versions: + - 5.2.2 - 5.2.1 - 5.2.0 - 5.1.0 diff --git a/airflow/providers/presto/.latest-doc-only-change.txt b/airflow/providers/presto/.latest-doc-only-change.txt index b4e77ccb86f61..ff7136e07d744 100644 --- a/airflow/providers/presto/.latest-doc-only-change.txt +++ b/airflow/providers/presto/.latest-doc-only-change.txt @@ -1 +1 @@ -5164cdbe98ad63754d969b4b300a7a0167565e33 +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/qubole/CHANGELOG.rst b/airflow/providers/qubole/CHANGELOG.rst index eb0170b78caac..ea407ea35a0be 100644 --- a/airflow/providers/qubole/CHANGELOG.rst +++ b/airflow/providers/qubole/CHANGELOG.rst @@ -24,6 +24,18 @@ Changelog --------- +3.2.1 +..... + +Misc +~~~~ + +* ``Add common-sql lower bound for common-sql (#25789)`` + +.. Review and move the new changes to one of the sections above: + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + * ``D400 first line should end with period batch02 (#25268)`` + 3.2.0 ..... diff --git a/airflow/providers/qubole/provider.yaml b/airflow/providers/qubole/provider.yaml index 92b9de9557921..f4f31c0c4eda7 100644 --- a/airflow/providers/qubole/provider.yaml +++ b/airflow/providers/qubole/provider.yaml @@ -22,6 +22,7 @@ description: | `Qubole `__ versions: + - 3.2.1 - 3.2.0 - 3.1.0 - 3.0.0 @@ -37,7 +38,7 @@ versions: dependencies: - apache-airflow>=2.2.0 - - apache-airflow-providers-common-sql>=1.1.0 + - apache-airflow-providers-common-sql>=1.2.0 - qds-sdk>=1.10.4 integrations: diff --git a/airflow/providers/redis/.latest-doc-only-change.txt b/airflow/providers/redis/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/redis/.latest-doc-only-change.txt +++ b/airflow/providers/redis/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/salesforce/.latest-doc-only-change.txt b/airflow/providers/salesforce/.latest-doc-only-change.txt index 28124098645cf..ff7136e07d744 100644 --- a/airflow/providers/salesforce/.latest-doc-only-change.txt +++ b/airflow/providers/salesforce/.latest-doc-only-change.txt @@ -1 +1 @@ -6c3a67d4fccafe4ab6cd9ec8c7bacf2677f17038 +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/samba/.latest-doc-only-change.txt b/airflow/providers/samba/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/samba/.latest-doc-only-change.txt +++ b/airflow/providers/samba/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/segment/.latest-doc-only-change.txt b/airflow/providers/segment/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/segment/.latest-doc-only-change.txt +++ b/airflow/providers/segment/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/sendgrid/.latest-doc-only-change.txt b/airflow/providers/sendgrid/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/sendgrid/.latest-doc-only-change.txt +++ b/airflow/providers/sendgrid/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/sftp/CHANGELOG.rst b/airflow/providers/sftp/CHANGELOG.rst index 3dd1abc4eb114..50db63a573f1f 100644 --- a/airflow/providers/sftp/CHANGELOG.rst +++ b/airflow/providers/sftp/CHANGELOG.rst @@ -24,6 +24,18 @@ Changelog --------- +4.1.0 +..... + +Features +~~~~~~~~ + +* ``SFTPOperator - add support for list of file paths (#26666)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + 4.0.0 ..... diff --git a/airflow/providers/sftp/provider.yaml b/airflow/providers/sftp/provider.yaml index c2683ffb3a229..de703fad14619 100644 --- a/airflow/providers/sftp/provider.yaml +++ b/airflow/providers/sftp/provider.yaml @@ -22,6 +22,7 @@ description: | `SSH File Transfer Protocol (SFTP) `__ versions: + - 4.1.0 - 4.0.0 - 3.0.0 - 2.6.0 diff --git a/airflow/providers/singularity/.latest-doc-only-change.txt b/airflow/providers/singularity/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/singularity/.latest-doc-only-change.txt +++ b/airflow/providers/singularity/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/slack/CHANGELOG.rst b/airflow/providers/slack/CHANGELOG.rst index 51534738090ae..1bcf485c897c7 100644 --- a/airflow/providers/slack/CHANGELOG.rst +++ b/airflow/providers/slack/CHANGELOG.rst @@ -24,6 +24,9 @@ Changelog --------- +6.0.0 +..... + Breaking changes ~~~~~~~~~~~~~~~~ @@ -33,6 +36,23 @@ Breaking changes * Drop support deprecated ``webhook_token`` parameter in :ref:`Slack Incoming Webhook Connection ` Extra. +* ``Refactor 'SlackWebhookOperator': Get rid of mandatory http-provider dependency (#26648)`` +* ``Refactor SlackWebhookHook in order to use 'slack_sdk' instead of HttpHook methods (#26452)`` + +Features +~~~~~~~~ + +* ``Move send_file method into SlackHook (#26118)`` +* ``Refactor Slack API Hook and add Connection (#25852)`` +* ``Remove unsafe imports in Slack API Connection (#26459)`` +* ``Add common-sql lower bound for common-sql (#25789)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + * ``Replace SQL with Common SQL in pre commit (#26058)`` + * ``Prepare docs for new providers release (August 2022) (#25618)`` + * ``AIP-47 - Migrate Slack DAG to new design (#25137)`` 5.1.0 ..... diff --git a/airflow/providers/slack/provider.yaml b/airflow/providers/slack/provider.yaml index 3b60cb19d3998..80b858ebc9d9a 100644 --- a/airflow/providers/slack/provider.yaml +++ b/airflow/providers/slack/provider.yaml @@ -22,6 +22,7 @@ description: | `Slack `__ versions: + - 6.0.0 - 5.1.0 - 5.0.0 - 4.2.3 @@ -37,7 +38,7 @@ versions: dependencies: - apache-airflow>=2.2.0 - - apache-airflow-providers-common-sql>=1.1.0 + - apache-airflow-providers-common-sql>=1.2.0 - slack_sdk>=3.0.0 integrations: diff --git a/airflow/providers/snowflake/CHANGELOG.rst b/airflow/providers/snowflake/CHANGELOG.rst index 7ceb0cca67be4..d273c3583b630 100644 --- a/airflow/providers/snowflake/CHANGELOG.rst +++ b/airflow/providers/snowflake/CHANGELOG.rst @@ -24,6 +24,24 @@ Changelog --------- +3.3.0 +..... + +Features +~~~~~~~~ + +* ``Add custom handler param in SnowflakeOperator (#25983)`` + +Bug Fixes +~~~~~~~~~ + +* ``Fix wrong deprecation warning for 'S3ToSnowflakeOperator' (#26047)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + * ``copy into snowflake from external stage (#25541)`` + 3.2.0 ..... diff --git a/airflow/providers/snowflake/provider.yaml b/airflow/providers/snowflake/provider.yaml index 06ca847311ad1..5672a037249a6 100644 --- a/airflow/providers/snowflake/provider.yaml +++ b/airflow/providers/snowflake/provider.yaml @@ -22,6 +22,7 @@ description: | `Snowflake `__ versions: + - 3.3.0 - 3.2.0 - 3.1.0 - 3.0.0 @@ -45,7 +46,7 @@ versions: dependencies: - apache-airflow>=2.2.0 - - apache-airflow-providers-common-sql>=1.1.0 + - apache-airflow-providers-common-sql>=1.2.0 - snowflake-connector-python>=2.4.1 - snowflake-sqlalchemy>=1.1.0 diff --git a/airflow/providers/sqlite/.latest-doc-only-change.txt b/airflow/providers/sqlite/.latest-doc-only-change.txt index e7c3c940c9c77..ff7136e07d744 100644 --- a/airflow/providers/sqlite/.latest-doc-only-change.txt +++ b/airflow/providers/sqlite/.latest-doc-only-change.txt @@ -1 +1 @@ -602abe8394fafe7de54df7e73af56de848cdf617 +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/ssh/CHANGELOG.rst b/airflow/providers/ssh/CHANGELOG.rst index 0728a11e565da..9b5e1226d19c9 100644 --- a/airflow/providers/ssh/CHANGELOG.rst +++ b/airflow/providers/ssh/CHANGELOG.rst @@ -24,6 +24,18 @@ Changelog --------- +3.2.0 +..... + +Features +~~~~~~~~ + +* ``feat: load host keys to save new host key (#25979)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + 3.1.0 ..... diff --git a/airflow/providers/ssh/provider.yaml b/airflow/providers/ssh/provider.yaml index 071000e814fa5..22e86dcc2e510 100644 --- a/airflow/providers/ssh/provider.yaml +++ b/airflow/providers/ssh/provider.yaml @@ -22,6 +22,7 @@ description: | `Secure Shell (SSH) `__ versions: + - 3.2.0 - 3.1.0 - 3.0.0 - 2.4.4 diff --git a/airflow/providers/tableau/.latest-doc-only-change.txt b/airflow/providers/tableau/.latest-doc-only-change.txt index d34f7b39802b2..ff7136e07d744 100644 --- a/airflow/providers/tableau/.latest-doc-only-change.txt +++ b/airflow/providers/tableau/.latest-doc-only-change.txt @@ -1 +1 @@ -ef037e702182e4370cb00c853c4fb0e246a0479c +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/tabular/.latest-doc-only-change.txt b/airflow/providers/tabular/.latest-doc-only-change.txt new file mode 100644 index 0000000000000..ff7136e07d744 --- /dev/null +++ b/airflow/providers/tabular/.latest-doc-only-change.txt @@ -0,0 +1 @@ +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/telegram/.latest-doc-only-change.txt b/airflow/providers/telegram/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/telegram/.latest-doc-only-change.txt +++ b/airflow/providers/telegram/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/trino/CHANGELOG.rst b/airflow/providers/trino/CHANGELOG.rst index d8ec8f1a22645..e1d71b3cce71e 100644 --- a/airflow/providers/trino/CHANGELOG.rst +++ b/airflow/providers/trino/CHANGELOG.rst @@ -24,6 +24,18 @@ Changelog --------- +4.1.0 +..... + +Features +~~~~~~~~ + +* ``trino: Support CertificateAuthentication in the trino hook (#26246)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + 4.0.1 ..... diff --git a/airflow/providers/trino/provider.yaml b/airflow/providers/trino/provider.yaml index ccd24cb95d5ca..46b1bf58d57d4 100644 --- a/airflow/providers/trino/provider.yaml +++ b/airflow/providers/trino/provider.yaml @@ -22,6 +22,7 @@ description: | `Trino `__ versions: + - 4.1.0 - 4.0.1 - 4.0.0 - 3.1.0 diff --git a/airflow/providers/vertica/CHANGELOG.rst b/airflow/providers/vertica/CHANGELOG.rst index c46fd757ff162..464d1ab432865 100644 --- a/airflow/providers/vertica/CHANGELOG.rst +++ b/airflow/providers/vertica/CHANGELOG.rst @@ -24,6 +24,18 @@ Changelog --------- +3.2.1 +..... + +Misc +~~~~ + +* ``Add common-sql lower bound for common-sql (#25789)`` + +.. Below changes are excluded from the changelog. Move them to + appropriate section above if needed. Do not delete the lines(!): + * ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` + 3.2.0 ..... diff --git a/airflow/providers/vertica/provider.yaml b/airflow/providers/vertica/provider.yaml index 46818af460009..d675874a0c8b3 100644 --- a/airflow/providers/vertica/provider.yaml +++ b/airflow/providers/vertica/provider.yaml @@ -22,6 +22,7 @@ description: | `Vertica `__ versions: + - 3.2.1 - 3.2.0 - 3.1.0 - 3.0.0 @@ -36,7 +37,7 @@ versions: dependencies: - apache-airflow>=2.2.0 - - apache-airflow-providers-common-sql>=1.1.0 + - apache-airflow-providers-common-sql>=1.2.0 - vertica-python>=0.5.1 integrations: diff --git a/airflow/providers/yandex/.latest-doc-only-change.txt b/airflow/providers/yandex/.latest-doc-only-change.txt index ae5059b01647d..ff7136e07d744 100644 --- a/airflow/providers/yandex/.latest-doc-only-change.txt +++ b/airflow/providers/yandex/.latest-doc-only-change.txt @@ -1 +1 @@ -0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1 +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/airflow/providers/zendesk/.latest-doc-only-change.txt b/airflow/providers/zendesk/.latest-doc-only-change.txt index b895fd669624d..ff7136e07d744 100644 --- a/airflow/providers/zendesk/.latest-doc-only-change.txt +++ b/airflow/providers/zendesk/.latest-doc-only-change.txt @@ -1 +1 @@ -d2459a241b54d596ebdb9d81637400279fff4f2d +06acf40a4337759797f666d5bb27a5a393b74fed diff --git a/docs/apache-airflow-providers-alibaba/commits.rst b/docs/apache-airflow-providers-alibaba/commits.rst index bd9879f2970b0..3d5431672da4e 100644 --- a/docs/apache-airflow-providers-alibaba/commits.rst +++ b/docs/apache-airflow-providers-alibaba/commits.rst @@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-18 ``Auto tail file logs in Web UI (#26169)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +================================================================================================= =========== ==================================================================================== + 2.0.1 ..... -Latest change: 2022-06-29 +Latest change: 2022-07-13 ================================================================================================= =========== ============================================================================= Commit Committed Subject ================================================================================================= =========== ============================================================================= +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` `510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` `9c59831ee7 `_ 2022-06-21 ``Update providers to use functools compat for ''cached_property'' (#24582)`` diff --git a/docs/apache-airflow-providers-alibaba/index.rst b/docs/apache-airflow-providers-alibaba/index.rst index 3ae3e4d24015e..e91b43680e6e5 100644 --- a/docs/apache-airflow-providers-alibaba/index.rst +++ b/docs/apache-airflow-providers-alibaba/index.rst @@ -65,7 +65,7 @@ Package apache-airflow-providers-alibaba Alibaba Cloud integration (including `Alibaba Cloud `__). -Release: 2.0.1 +Release: 2.1.0 Provider package ---------------- diff --git a/docs/apache-airflow-providers-amazon/commits.rst b/docs/apache-airflow-providers-amazon/commits.rst index 23253686ea3ec..026c312435679 100644 --- a/docs/apache-airflow-providers-amazon/commits.rst +++ b/docs/apache-airflow-providers-amazon/commits.rst @@ -28,14 +28,48 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-27 ``Change links to 'boto3' documentation (#26708)`` +`89e44c46ad `_ 2022-09-27 ``Remove duplicated connection-type within the provider (#26628)`` +`9b232846b3 `_ 2022-09-26 ``Redshift to S3 and S3 to Redshift System test (AIP-47) (#26613)`` +`0c7b4cbf62 `_ 2022-09-22 ``Fix SageMakerEndpointConfigOperator's return value (#26541)`` +`d0951366d7 `_ 2022-09-21 ``Convert example_eks_with_fargate_in_one_step.py and example_eks_with_fargate_profile to AIP-47 (#26537)`` +`cf73cb79d7 `_ 2022-09-21 ``Remove Amazon S3 Connection Type (#25980)`` +`956ea7c40e `_ 2022-09-21 ``Redshift System Test (AIP-47) (#26187)`` +`5b2d0e02c6 `_ 2022-09-21 ``GoogleAPIToS3Operator System Test (AIP-47) (#26370)`` +`23d4f632d7 `_ 2022-09-21 ``Convert EKS with Nodegroups sample DAG to a system test (AIP-47) (#26539)`` +`156fbd0c67 `_ 2022-09-21 ``Convert EC2 sample DAG to system test (#26540)`` +`0751b77048 `_ 2022-09-21 ``Convert S3 example DAG to System test (AIP-47) (#26535)`` +`8f1c78f6e0 `_ 2022-09-19 ``EMR Serverless Fix for Jobs marked as success even on failure (#26218)`` +`a2b186a152 `_ 2022-09-19 ``Fix AWS Connection warn condition for invalid 'profile_name' argument (#26464)`` +`f51587e85e `_ 2022-09-19 ``Remove redundand catch exception in Amazon Log Task Handlers (#26442)`` +`13892883cf `_ 2022-09-19 ``Convert 'example_eks_with_nodegroup_in_one_step' sample DAG to system test (AIP-47) (#26410)`` +`3783be420c `_ 2022-09-19 ``Migrate DMS sample dag to system test (#26270)`` +`1f7b296227 `_ 2022-09-18 ``Auto tail file logs in Web UI (#26169)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`d5820a77e8 `_ 2022-09-12 ``Athena and EMR operator max_retries mix-up fix (#25971)`` +`a45ab47d7a `_ 2022-09-09 ``Add RdsDbSensor to amazon provider package (#26003)`` +`5066844513 `_ 2022-09-09 ``D400 first line should end with period batch02 (#25268)`` +`1573ab9014 `_ 2022-09-06 ``Fixes SageMaker operator return values (#23628)`` +`751cb9a826 `_ 2022-09-05 ``Set template_fields on RDS operators (#26005)`` +================================================================================================= =========== =========================================================================================================== + 5.1.0 ..... -Latest change: 2022-08-31 +Latest change: 2022-09-05 ================================================================================================= =========== ====================================================================================================== Commit Committed Subject ================================================================================================= =========== ====================================================================================================== +`25d0baa4ee `_ 2022-09-05 ``Prepare bug-fix release of providers out of band (#26109)`` `6c57acc654 `_ 2022-08-31 ``Additional mask aws credentials (#26014)`` `6d703dd9e1 `_ 2022-08-31 ``Fix display aws connection info (#26025)`` `8acdc2a834 `_ 2022-08-30 ``Replace SQL with Common SQL in pre commit (#26058)`` diff --git a/docs/apache-airflow-providers-amazon/index.rst b/docs/apache-airflow-providers-amazon/index.rst index 57ab2b7b12fd2..f6500f43883f7 100644 --- a/docs/apache-airflow-providers-amazon/index.rst +++ b/docs/apache-airflow-providers-amazon/index.rst @@ -66,7 +66,7 @@ Package apache-airflow-providers-amazon Amazon integration (including `Amazon Web Services (AWS) `__). -Release: 5.1.0 +Release: 6.0.0 Provider package ---------------- @@ -134,7 +134,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-amazon 5.1.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-amazon 5.1.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-amazon 6.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-amazon 6.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/amazon/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-apache-drill/commits.rst b/docs/apache-airflow-providers-apache-drill/commits.rst index 0e06864d9736c..459fb90cda6ce 100644 --- a/docs/apache-airflow-providers-apache-drill/commits.rst +++ b/docs/apache-airflow-providers-apache-drill/commits.rst @@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +================================================================================================= =========== ==================================================================================== + 2.2.0 ..... -Latest change: 2022-07-22 +Latest change: 2022-08-10 ================================================================================================= =========== ============================================================================ Commit Committed Subject ================================================================================================= =========== ============================================================================ +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` ================================================================================================= =========== ============================================================================ diff --git a/docs/apache-airflow-providers-apache-drill/index.rst b/docs/apache-airflow-providers-apache-drill/index.rst index 4d2efc0f1b822..d9d3bb09bde82 100644 --- a/docs/apache-airflow-providers-apache-drill/index.rst +++ b/docs/apache-airflow-providers-apache-drill/index.rst @@ -64,7 +64,7 @@ Package apache-airflow-providers-apache-drill `Apache Drill `__. -Release: 2.2.0 +Release: 2.2.1 Provider package ---------------- @@ -86,7 +86,7 @@ Requirements PIP package Version required ======================================= ================== ``apache-airflow`` ``>=2.2.0`` -``apache-airflow-providers-common-sql`` +``apache-airflow-providers-common-sql`` ``>=1.2.0`` ``sqlalchemy-drill`` ``>=1.1.0`` ======================================= ================== @@ -115,7 +115,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-apache-drill 2.2.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-drill 2.2.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-drill 2.2.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-drill 2.2.1 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/apache/drill/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-apache-druid/commits.rst b/docs/apache-airflow-providers-apache-druid/commits.rst index ab20233c49fe1..3d4e7f2d9d0e7 100644 --- a/docs/apache-airflow-providers-apache-druid/commits.rst +++ b/docs/apache-airflow-providers-apache-druid/commits.rst @@ -28,14 +28,26 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +================================================================================================= =========== ==================================================================================== + 3.2.0 ..... -Latest change: 2022-07-29 +Latest change: 2022-08-10 ================================================================================================= =========== ================================================================= Commit Committed Subject ================================================================================================= =========== ================================================================= +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `acab8f52dd `_ 2022-07-29 ``Move all "old" SQL operators to common.sql providers (#25350)`` ================================================================================================= =========== ================================================================= diff --git a/docs/apache-airflow-providers-apache-druid/index.rst b/docs/apache-airflow-providers-apache-druid/index.rst index 82229b453916e..86a2281c619b2 100644 --- a/docs/apache-airflow-providers-apache-druid/index.rst +++ b/docs/apache-airflow-providers-apache-druid/index.rst @@ -64,7 +64,7 @@ Package apache-airflow-providers-apache-druid `Apache Druid `__. -Release: 3.2.0 +Release: 3.2.1 Provider package ---------------- @@ -86,7 +86,7 @@ Requirements PIP package Version required ======================================= ================== ``apache-airflow`` ``>=2.2.0`` -``apache-airflow-providers-common-sql`` ``>=1.1.0`` +``apache-airflow-providers-common-sql`` ``>=1.2.0`` ``pydruid`` ``>=0.4.1`` ======================================= ================== @@ -116,7 +116,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-apache-druid 3.2.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-druid 3.2.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-druid 3.2.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-druid 3.2.1 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/apache/druid/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-apache-hive/commits.rst b/docs/apache-airflow-providers-apache-hive/commits.rst index 04ed88765dc61..c7c946236a627 100644 --- a/docs/apache-airflow-providers-apache-hive/commits.rst +++ b/docs/apache-airflow-providers-apache-hive/commits.rst @@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +================================================================================================= =========== ==================================================================================== + 4.0.0 ..... -Latest change: 2022-08-04 +Latest change: 2022-08-10 ================================================================================================= =========== =========================================================================== Commit Committed Subject ================================================================================================= =========== =========================================================================== +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `7e3d2350db `_ 2022-08-04 ``Remove Smart Sensors (#25507)`` `5d4abbd58c `_ 2022-07-27 ``Deprecate hql parameters and synchronize DBApiHook method APIs (#25299)`` ================================================================================================= =========== =========================================================================== diff --git a/docs/apache-airflow-providers-apache-hive/index.rst b/docs/apache-airflow-providers-apache-hive/index.rst index 5004b403d4829..51b89131fc691 100644 --- a/docs/apache-airflow-providers-apache-hive/index.rst +++ b/docs/apache-airflow-providers-apache-hive/index.rst @@ -65,7 +65,7 @@ Package apache-airflow-providers-apache-hive `Apache Hive `__ -Release: 4.0.0 +Release: 4.0.1 Provider package ---------------- @@ -87,7 +87,7 @@ Requirements PIP package Version required ======================================= ================================== ``apache-airflow`` ``>=2.2.0`` -``apache-airflow-providers-common-sql`` +``apache-airflow-providers-common-sql`` ``>=1.2.0`` ``hmsclient`` ``>=0.1.0`` ``pandas`` ``>=0.17.1`` ``pyhive[hive]`` ``>=0.6.0`` @@ -126,7 +126,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-apache-hive 4.0.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-hive 4.0.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-hive 4.0.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-hive 4.0.1 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/apache/hive/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-apache-pinot/commits.rst b/docs/apache-airflow-providers-apache-pinot/commits.rst index 6a09b8e4e418a..a09271a1d2a8b 100644 --- a/docs/apache-airflow-providers-apache-pinot/commits.rst +++ b/docs/apache-airflow-providers-apache-pinot/commits.rst @@ -28,14 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-27 ``Fix PinotDB dependencies (#26705)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +================================================================================================= =========== ==================================================================================== + 3.2.0 ..... -Latest change: 2022-07-27 +Latest change: 2022-08-10 ================================================================================================= =========== ============================================================================ Commit Committed Subject ================================================================================================= =========== ============================================================================ +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `5d4abbd58c `_ 2022-07-27 ``Deprecate hql parameters and synchronize DBApiHook method APIs (#25299)`` `df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` ================================================================================================= =========== ============================================================================ diff --git a/docs/apache-airflow-providers-apache-pinot/index.rst b/docs/apache-airflow-providers-apache-pinot/index.rst index 5bfe258f2c8ab..f0930ea03bc2a 100644 --- a/docs/apache-airflow-providers-apache-pinot/index.rst +++ b/docs/apache-airflow-providers-apache-pinot/index.rst @@ -45,7 +45,7 @@ Package apache-airflow-providers-apache-pinot `Apache Pinot `__ -Release: 3.2.0 +Release: 3.2.1 Provider package ---------------- @@ -67,8 +67,9 @@ Requirements PIP package Version required ======================================= ================== ``apache-airflow`` ``>=2.2.0`` -``apache-airflow-providers-common-sql`` +``apache-airflow-providers-common-sql`` ``>=1.2.0`` ``pinotdb`` ``>0.1.2`` +``ciso8601`` ======================================= ================== Cross provider package dependencies @@ -96,7 +97,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-apache-pinot 3.2.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-apache-pinot 3.2.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-pinot 3.2.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-apache-pinot 3.2.1 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/apache/pinot/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-atlassian-jira/commits.rst b/docs/apache-airflow-providers-atlassian-jira/commits.rst index 4103e351f58d2..28eaec1df64c2 100644 --- a/docs/apache-airflow-providers-atlassian-jira/commits.rst +++ b/docs/apache-airflow-providers-atlassian-jira/commits.rst @@ -18,15 +18,24 @@ Package apache-airflow-providers-atlassian-jira ------------------------------------------------ +------------------------------------------------------ `Atlassian Jira `__ -This is detailed commit list of changes for versions provider package: ``atlassian-jira``. +This is detailed commit list of changes for versions provider package: ``atlassian.jira``. For high-level changelog, see :doc:`package information including changelog `. 1.0.0 ..... + +Latest change: 2022-09-13 + +================================================================================================= =========== ==================================================================================== +Commit Committed Subject +================================================================================================= =========== ==================================================================================== +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`836fe8acc5 `_ 2022-08-31 ``Deprecate jira provider in favor of atlassian.jira provider (#25930)`` +================================================================================================= =========== ==================================================================================== diff --git a/docs/apache-airflow-providers-atlassian-jira/index.rst b/docs/apache-airflow-providers-atlassian-jira/index.rst index d780a2865200b..d549ea6e8f02a 100644 --- a/docs/apache-airflow-providers-atlassian-jira/index.rst +++ b/docs/apache-airflow-providers-atlassian-jira/index.rst @@ -46,6 +46,34 @@ Content Package apache-airflow-providers-atlassian-jira ------------------------------------------------ +------------------------------------------------------ `Atlassian Jira `__ + + +Release: 1.0.0 + +Provider package +---------------- + +This is a provider package for ``atlassian.jira`` provider. All classes for this provider package +are in ``airflow.providers.atlassian.jira`` python package. + +Installation +------------ + +You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below) +for the minimum Airflow version supported) via +``pip install apache-airflow-providers-atlassian-jira`` + +Requirements +------------ + +================== ================== +PIP package Version required +================== ================== +``apache-airflow`` ``>=2.2.0`` +``JIRA`` ``>1.0.7`` +================== ================== + +.. include:: ../../airflow/providers/atlassian/jira/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst index c8a2ca7b52fe8..a875384a50950 100644 --- a/docs/apache-airflow-providers-cncf-kubernetes/commits.rst +++ b/docs/apache-airflow-providers-cncf-kubernetes/commits.rst @@ -31,11 +31,12 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-22 ``Prepare to release cncf.kubernetes provider (#26588)`` `e60a459d56 `_ 2022-09-14 ``Avoid calculating all elements when one item is needed (#26377)`` `06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` `4b26c8c541 `_ 2022-09-09 ``feat(KubernetesPodOperator): Add support of container_security_context (#25530)`` diff --git a/docs/apache-airflow-providers-databricks/commits.rst b/docs/apache-airflow-providers-databricks/commits.rst index 92b5fc00dc7ef..bf7e44553a937 100644 --- a/docs/apache-airflow-providers-databricks/commits.rst +++ b/docs/apache-airflow-providers-databricks/commits.rst @@ -28,14 +28,31 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-27 ``Remove duplicated connection-type within the provider (#26628)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`5066844513 `_ 2022-09-09 ``D400 first line should end with period batch02 (#25268)`` +`25a9c6a905 `_ 2022-08-26 ``DatabricksSubmitRunOperator dbt task support (#25623)`` +`9535ec0bba `_ 2022-08-22 ``Databricks: fix provider name in the User-Agent string (#25873)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +================================================================================================= =========== ==================================================================================== + 3.2.0 ..... -Latest change: 2022-08-12 +Latest change: 2022-08-15 ================================================================================================= =========== =================================================================================== Commit Committed Subject ================================================================================================= =========== =================================================================================== +`7d0525a55b `_ 2022-08-15 ``Prepare documentation for RC4 release of providers (#25720)`` `4d32f61fd0 `_ 2022-08-12 ``Databricks: Fix provider for Airflow 2.2.x (#25674)`` `e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `52f2f5bfa8 `_ 2022-08-07 ``Databricks: update user-agent string (#25578)`` diff --git a/docs/apache-airflow-providers-databricks/index.rst b/docs/apache-airflow-providers-databricks/index.rst index 6fbca6b708f62..426a482f24cea 100644 --- a/docs/apache-airflow-providers-databricks/index.rst +++ b/docs/apache-airflow-providers-databricks/index.rst @@ -65,7 +65,7 @@ Package apache-airflow-providers-databricks `Databricks `__ -Release: 3.2.0 +Release: 3.3.0 Provider package ---------------- @@ -87,7 +87,7 @@ Requirements PIP package Version required ======================================= =================== ``apache-airflow`` ``>=2.2.0`` -``apache-airflow-providers-common-sql`` +``apache-airflow-providers-common-sql`` ``>=1.2.0`` ``requests`` ``>=2.27,<3`` ``databricks-sql-connector`` ``>=2.0.0, <3.0.0`` ``aiohttp`` ``>=3.6.3, <4`` @@ -118,7 +118,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-databricks 3.2.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-databricks 3.2.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-databricks 3.3.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-databricks 3.3.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/databricks/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-dbt-cloud/commits.rst b/docs/apache-airflow-providers-dbt-cloud/commits.rst index ef4d4e36acc2c..6ecc79cb42c2b 100644 --- a/docs/apache-airflow-providers-dbt-cloud/commits.rst +++ b/docs/apache-airflow-providers-dbt-cloud/commits.rst @@ -28,16 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-26 ``Add 'DbtCloudListJobsOperator' (#26475)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +================================================================================================= =========== ==================================================================================== + 2.1.0 ..... -Latest change: 2022-07-26 +Latest change: 2022-08-10 -================================================================================================= =========== ======================================================= +================================================================================================= =========== ================================================================= Commit Committed Subject -================================================================================================= =========== ======================================================= +================================================================================================= =========== ================================================================= +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `c8af0592c0 `_ 2022-07-26 ``Improve taskflow type hints with ParamSpec (#25173)`` -================================================================================================= =========== ======================================================= +================================================================================================= =========== ================================================================= 2.0.1 ..... diff --git a/docs/apache-airflow-providers-dbt-cloud/index.rst b/docs/apache-airflow-providers-dbt-cloud/index.rst index a68f580d7c5e5..2392231ac6a41 100644 --- a/docs/apache-airflow-providers-dbt-cloud/index.rst +++ b/docs/apache-airflow-providers-dbt-cloud/index.rst @@ -69,7 +69,7 @@ Package apache-airflow-providers-dbt-cloud `dbt Cloud `__ -Release: 2.1.0 +Release: 2.2.0 Provider package ---------------- @@ -119,7 +119,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-dbt-cloud 2.1.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-dbt-cloud 2.1.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-dbt-cloud 2.2.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-dbt-cloud 2.2.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/dbt/cloud/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-docker/commits.rst b/docs/apache-airflow-providers-docker/commits.rst index d10363584553a..4cc38f84a3dd7 100644 --- a/docs/apache-airflow-providers-docker/commits.rst +++ b/docs/apache-airflow-providers-docker/commits.rst @@ -28,14 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-27 ``Add logging options to docker operator (#26653)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`55928b9da6 `_ 2022-09-06 ``Implement ExternalPythonOperator (#25780)`` +`762235fd77 `_ 2022-08-19 ``Add pre-commit hook for custom_operator_name (#25786)`` +================================================================================================= =========== ==================================================================================== + 3.1.0 ..... -Latest change: 2022-07-05 +Latest change: 2022-07-13 ================================================================================================= =========== =================================================================================== Commit Committed Subject ================================================================================================= =========== =================================================================================== +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `cc6a44bdc3 `_ 2022-07-05 ``'DockerOperator' fix cli.logs giving character array instead of string (#24726)`` `237d2225d6 `_ 2022-07-02 ``Force-remove container after DockerOperator execution (#23160)`` `0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` diff --git a/docs/apache-airflow-providers-docker/index.rst b/docs/apache-airflow-providers-docker/index.rst index efccbfb27ba59..fb5f965f6e372 100644 --- a/docs/apache-airflow-providers-docker/index.rst +++ b/docs/apache-airflow-providers-docker/index.rst @@ -59,7 +59,7 @@ Package apache-airflow-providers-docker `Docker `__ -Release: 3.1.0 +Release: 3.2.0 Provider package ---------------- @@ -80,7 +80,7 @@ Requirements ================== ================== PIP package Version required ================== ================== -``apache-airflow`` ``>=2.2.0`` +``apache-airflow`` ``>=2.4.0`` ``docker`` ``>=5.0.3`` ================== ================== diff --git a/docs/apache-airflow-providers-elasticsearch/commits.rst b/docs/apache-airflow-providers-elasticsearch/commits.rst index c4af685278574..8bf89bd8f47da 100644 --- a/docs/apache-airflow-providers-elasticsearch/commits.rst +++ b/docs/apache-airflow-providers-elasticsearch/commits.rst @@ -28,16 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +================================================================================================= =========== ==================================================================================== + 4.2.0 ..... -Latest change: 2022-07-22 +Latest change: 2022-08-10 -================================================================================================= =========== ============================================= +================================================================================================= =========== ================================================================= Commit Committed Subject -================================================================================================= =========== ============================================= +================================================================================================= =========== ================================================================= +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `a25f8c36ec `_ 2022-07-22 ``Improve ElasticsearchTaskHandler (#21942)`` -================================================================================================= =========== ============================================= +================================================================================================= =========== ================================================================= 4.1.0 ..... diff --git a/docs/apache-airflow-providers-elasticsearch/index.rst b/docs/apache-airflow-providers-elasticsearch/index.rst index 4ae1f171dd88e..5865fd77241bd 100644 --- a/docs/apache-airflow-providers-elasticsearch/index.rst +++ b/docs/apache-airflow-providers-elasticsearch/index.rst @@ -66,7 +66,7 @@ Package apache-airflow-providers-elasticsearch `Elasticsearch `__ -Release: 4.2.0 +Release: 4.2.1 Provider package ---------------- @@ -88,7 +88,7 @@ Requirements PIP package Version required ======================================= ================== ``apache-airflow`` ``>=2.2.0`` -``apache-airflow-providers-common-sql`` +``apache-airflow-providers-common-sql`` ``>=1.2.0`` ``elasticsearch`` ``>7`` ``elasticsearch-dbapi`` ``elasticsearch-dsl`` ``>=5.0.0`` @@ -119,7 +119,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-elasticsearch 4.2.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-elasticsearch 4.2.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-elasticsearch 4.2.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-elasticsearch 4.2.1 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/elasticsearch/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-exasol/commits.rst b/docs/apache-airflow-providers-exasol/commits.rst index 15f8ffcc7b985..a6bcf54ff6c04 100644 --- a/docs/apache-airflow-providers-exasol/commits.rst +++ b/docs/apache-airflow-providers-exasol/commits.rst @@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +================================================================================================= =========== ==================================================================================== + 4.0.0 ..... -Latest change: 2022-07-27 +Latest change: 2022-08-10 ================================================================================================= =========== ============================================================================ Commit Committed Subject ================================================================================================= =========== ============================================================================ +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `5d4abbd58c `_ 2022-07-27 ``Deprecate hql parameters and synchronize DBApiHook method APIs (#25299)`` `df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` ================================================================================================= =========== ============================================================================ diff --git a/docs/apache-airflow-providers-exasol/index.rst b/docs/apache-airflow-providers-exasol/index.rst index 93a3f516f9b30..90fd2db1610e4 100644 --- a/docs/apache-airflow-providers-exasol/index.rst +++ b/docs/apache-airflow-providers-exasol/index.rst @@ -51,7 +51,7 @@ Package apache-airflow-providers-exasol `Exasol `__ -Release: 4.0.0 +Release: 4.0.1 Provider package ---------------- @@ -73,7 +73,7 @@ Requirements PIP package Version required ======================================= ================== ``apache-airflow`` ``>=2.2.0`` -``apache-airflow-providers-common-sql`` +``apache-airflow-providers-common-sql`` ``>=1.2.0`` ``pyexasol`` ``>=0.5.1`` ``pandas`` ``>=0.17.1`` ======================================= ================== @@ -103,7 +103,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-exasol 4.0.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-exasol 4.0.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-exasol 4.0.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-exasol 4.0.1 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/exasol/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-google/commits.rst b/docs/apache-airflow-providers-google/commits.rst index 8a5358cf3c4ff..116b59a1ae203 100644 --- a/docs/apache-airflow-providers-google/commits.rst +++ b/docs/apache-airflow-providers-google/commits.rst @@ -35,14 +35,65 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-28 ``Fix GCS sensor system tests failing with DebugExecutor (#26742)`` +`26f94c5370 `_ 2022-09-26 ``Cloud Data Loss Prevention Operators assets (#26618)`` +`01ac40af75 `_ 2022-09-22 ``Update gcs.py (#26570)`` +`e61d823f18 `_ 2022-09-21 ``Cloud Storage Transfer Operators assets & system tests migration (AIP-47) (#26072)`` +`a60e3b9317 `_ 2022-09-21 ``Migrate Data Loss Prevention system tests according to AIP-47 (#26060)`` +`c4256ca1a0 `_ 2022-09-21 ``Add BigQuery Column and Table Check Operators (#26368)`` +`4c33f6bcf5 `_ 2022-09-20 ``Merge deferrable BigQuery operators to exisitng one (#26433)`` +`8e98b1c6df `_ 2022-09-20 ``Google Drive to Google Cloud Storage Transfer Operator - system tests migration (AIP-47) (#26487)`` +`e315900396 `_ 2022-09-20 ``specifying project id when calling wait_for_operation in delete/create cluster (#26418)`` +`6045f7ad69 `_ 2022-09-19 ``Cloud Functions Operators assets & system tests migration (AIP-47) (#26073)`` +`1f7b296227 `_ 2022-09-18 ``Auto tail file logs in Web UI (#26169)`` +`07fe356de0 `_ 2022-09-18 ``GCSToBigQueryOperator Resolve 'max_id_key' job retrieval and xcom return (#26285)`` +`b4f8a069f0 `_ 2022-09-18 ``Allow for the overriding of 'stringify_dict' for json export format on BaseSQLToGCSOperator (#26277)`` +`706a618014 `_ 2022-09-18 ``Append GoogleLink base in the link class (#26057)`` +`97b144fbed `_ 2022-09-18 ``Fix JSONDecodeError in Datafusion operators (#26202)`` +`9444d9789b `_ 2022-09-14 ``Work around pyupgrade edge cases (#26384)`` +`d67ac5932d `_ 2022-09-14 ``Apply PEP-563 (Postponed Evaluation of Annotations) to core airflow (#26290)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`23ad7e292a `_ 2022-09-10 ``Cloud Video Intelligence Operators assets & system tests migration (AIP-47) (#26132)`` +`3a539ff663 `_ 2022-09-09 ``Life Science assets & system tests migration (AIP-47) (#25548)`` +`5066844513 `_ 2022-09-09 ``D400 first line should end with period batch02 (#25268)`` +`f938cd4fc8 `_ 2022-09-08 ``Add deferrable big query operators and sensors (#26156)`` +`8cac96918b `_ 2022-09-07 ``GCSToBigQueryOperator allow for schema_object in alternate GCS Bucket (#26190)`` +`12cbc0f1dd `_ 2022-09-07 ``Don't throw an exception when a BQ cusor job has no schema (#26096)`` +`8acdc2a834 `_ 2022-08-30 ``Replace SQL with Common SQL in pre commit (#26058)`` +`1d06374194 `_ 2022-08-30 ``Hook into Mypy to get rid of those cast() (#26023)`` +`da8f133053 `_ 2022-08-29 ``Use AsyncClient for Composer Operators in deferrable mode (#25951)`` +`1ed014647e `_ 2022-08-29 ``Add 'output' property to MappedOperator (#25604)`` +`d4eb60712d `_ 2022-08-27 ``Use project_id to get authenticated client (#25984)`` +`4c3fb1ff2b `_ 2022-08-27 ``Google Cloud Tasks Sensor for queue being empty (#25622)`` +`c81178063a `_ 2022-08-27 ``Cloud Build assets & system tests migration (AIP-47) (#25895)`` +`62a46c1e18 `_ 2022-08-27 ``Added append_job_name parameter to DataflowTemplatedJobStartOperator (#25746)`` +`15b49add28 `_ 2022-08-23 ``Sql to GSC operators update docs for parquet format (#25878)`` +`25a9ae3b2e `_ 2022-08-23 ``Limit Google Protobuf for compatibility with biggtable client (#25886)`` +`ecf0460b7d `_ 2022-08-22 ``Dataproc submit job operator async (#25302)`` +`fc6dfa338a `_ 2022-08-20 ``Support project_id argument in BigQueryGetDataOperator (#25782)`` +`6e66dd7776 `_ 2022-08-19 ``Make GoogleBaseHook credentials functions public (#25785)`` +`6e41c7eb33 `_ 2022-08-16 ``Fixed never ending loop to in CreateWorkflowInvocation (#25737)`` +`6c5b0776c0 `_ 2022-08-14 ``Adding a parameter for exclusion of trashed files in GoogleDriveHook (#25675)`` +`1b412c9cbe `_ 2022-08-10 ``Consolidate to one 'schedule' param (#25410)`` +================================================================================================= =========== ======================================================================================================== + 8.3.0 ..... -Latest change: 2022-08-09 +Latest change: 2022-08-10 ================================================================================================= =========== ================================================================================== Commit Committed Subject ================================================================================================= =========== ================================================================================== +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `2e2d4bffd5 `_ 2022-08-09 ``Dataform operators (#25587)`` `c8c4a42723 `_ 2022-08-08 ``Fix GCSListObjectsOperator docstring (#25614)`` `029e3ae96f `_ 2022-08-05 ``Remove deprecated modules (#25543)`` diff --git a/docs/apache-airflow-providers-google/index.rst b/docs/apache-airflow-providers-google/index.rst index 29fe26bb89b52..d99768483d93c 100644 --- a/docs/apache-airflow-providers-google/index.rst +++ b/docs/apache-airflow-providers-google/index.rst @@ -76,7 +76,7 @@ Google services including: - `Google Workspace `__ (formerly Google Suite) -Release: 8.3.0 +Release: 8.4.0 Provider package ---------------- @@ -98,8 +98,11 @@ Requirements PIP package Version required ======================================= =================== ``apache-airflow`` ``>=2.2.0`` -``apache-airflow-providers-common-sql`` ``>=1.1.0`` +``apache-airflow-providers-common-sql`` ``>=1.2.0`` ``PyOpenSSL`` +``asgiref`` ``>=3.5.2`` +``gcloud-aio-bigquery`` ``>=6.1.2`` +``gcloud-aio-storage`` ``google-ads`` ``>=15.1.1`` ``google-api-core`` ``>=2.7.0,<3.0.0`` ``google-api-python-client`` ``>=1.6.0,<2.0.0`` @@ -144,6 +147,7 @@ PIP package Version required ``pandas`` ``>=0.17.1`` ``sqlalchemy-bigquery`` ``>=1.2.1`` ``proto-plus`` ``>=1.19.6`` +``protobuf`` ``<=3.20.0`` ======================================= =================== Cross provider package dependencies @@ -186,7 +190,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-google 8.3.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-google 8.3.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-google 8.4.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-google 8.4.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/google/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-jdbc/commits.rst b/docs/apache-airflow-providers-jdbc/commits.rst index 649c3537f5105..eac9f4742075c 100644 --- a/docs/apache-airflow-providers-jdbc/commits.rst +++ b/docs/apache-airflow-providers-jdbc/commits.rst @@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +================================================================================================= =========== ==================================================================================== + 3.2.0 ..... -Latest change: 2022-08-07 +Latest change: 2022-08-10 ================================================================================================= =========== ============================================================================ Commit Committed Subject ================================================================================================= =========== ============================================================================ +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `1708da9233 `_ 2022-08-07 ``Adding configurable fetch_all_handler for JdbcOperator (#25412)`` `df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` ================================================================================================= =========== ============================================================================ diff --git a/docs/apache-airflow-providers-jdbc/index.rst b/docs/apache-airflow-providers-jdbc/index.rst index 36516e644a4fd..aabb333af8618 100644 --- a/docs/apache-airflow-providers-jdbc/index.rst +++ b/docs/apache-airflow-providers-jdbc/index.rst @@ -65,7 +65,7 @@ Package apache-airflow-providers-jdbc `Java Database Connectivity (JDBC) `__ -Release: 3.2.0 +Release: 3.2.1 Provider package ---------------- @@ -87,7 +87,7 @@ Requirements PIP package Version required ======================================= ================== ``apache-airflow`` ``>=2.2.0`` -``apache-airflow-providers-common-sql`` +``apache-airflow-providers-common-sql`` ``>=1.2.0`` ``jaydebeapi`` ``>=1.1.1`` ======================================= ================== @@ -116,7 +116,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-jdbc 3.2.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-jdbc 3.2.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-jdbc 3.2.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-jdbc 3.2.1 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/jdbc/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-jira/commits.rst b/docs/apache-airflow-providers-jira/commits.rst index 928f5f2e750e9..b5cfa94e85475 100644 --- a/docs/apache-airflow-providers-jira/commits.rst +++ b/docs/apache-airflow-providers-jira/commits.rst @@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`836fe8acc5 `_ 2022-08-31 ``Deprecate jira provider in favor of atlassian.jira provider (#25930)`` +================================================================================================= =========== ==================================================================================== + 3.0.1 ..... -Latest change: 2022-06-29 +Latest change: 2022-07-13 ================================================================================================= =========== ============================================================================== Commit Committed Subject ================================================================================================= =========== ============================================================================== +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` `510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` `bbbaad0864 `_ 2022-06-20 ``Fix the error caused by passing unused context in JiraSensor.poke (#23352)`` diff --git a/docs/apache-airflow-providers-jira/index.rst b/docs/apache-airflow-providers-jira/index.rst index 5e876b34b5959..df691df16cd8b 100644 --- a/docs/apache-airflow-providers-jira/index.rst +++ b/docs/apache-airflow-providers-jira/index.rst @@ -51,7 +51,7 @@ Package apache-airflow-providers-jira `Atlassian Jira `__ -Release: 3.0.1 +Release: 3.1.0 Provider package ---------------- @@ -69,11 +69,39 @@ for the minimum Airflow version supported) via Requirements ------------ -================== ================== -PIP package Version required -================== ================== -``apache-airflow`` ``>=2.2.0`` -``JIRA`` ``>1.0.7`` -================== ================== +=========================================== ================== +PIP package Version required +=========================================== ================== +``apache-airflow`` ``>=2.2.0`` +``apache-airflow-providers-atlassian-jira`` +=========================================== ================== + +Cross provider package dependencies +----------------------------------- + +Those are dependencies that might be needed in order to use all the features of the package. +You need to install the specified provider packages in order to use them. + +You can install such cross-provider dependencies when installing from PyPI. For example: + +.. code-block:: bash + + pip install apache-airflow-providers-jira[atlassian.jira] + + +==================================================================================================================== ================== +Dependent package Extra +==================================================================================================================== ================== +`apache-airflow-providers-atlassian-jira `_ ``atlassian.jira`` +==================================================================================================================== ================== + +Downloading official packages +----------------------------- + +You can download officially released packages and verify their checksums and signatures from the +`Official Apache Download site `_ + +* `The apache-airflow-providers-jira 3.1.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-jira 3.1.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/jira/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-microsoft-azure/commits.rst b/docs/apache-airflow-providers-microsoft-azure/commits.rst index 379eafb5e8334..6ace8c0a82256 100644 --- a/docs/apache-airflow-providers-microsoft-azure/commits.rst +++ b/docs/apache-airflow-providers-microsoft-azure/commits.rst @@ -28,14 +28,32 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-19 ``Add DataFlow operations to Azure DataFactory hook (#26345)`` +`1f7b296227 `_ 2022-09-18 ``Auto tail file logs in Web UI (#26169)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`5060785988 `_ 2022-09-09 ``Add network_profile param in AzureContainerInstancesOperator (#26117)`` +`4bd0734a35 `_ 2022-09-01 ``Add Azure synapse operator (#26038)`` +`afb282aee4 `_ 2022-08-27 ``Fix AzureBatchOperator false negative task status (#25844)`` +`5c7c518aa0 `_ 2022-08-16 ``Implement Azure Service Bus Topic Create, Delete Operators (#25436)`` +================================================================================================= =========== ==================================================================================== + 4.2.0 ..... -Latest change: 2022-08-09 +Latest change: 2022-08-10 ================================================================================================= =========== =================================================================================== Commit Committed Subject ================================================================================================= =========== =================================================================================== +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `d5f40d739f `_ 2022-08-09 ``Set default wasb Azure http logging level to warning; fixes #16224 (#18896)`` `8bb0c4fd32 `_ 2022-07-28 ``Add 'test_connection' method to AzureContainerInstanceHook (#25362)`` `eab0167f1b `_ 2022-07-22 ``Add test_connection to Azure Batch hook (#25235)`` diff --git a/docs/apache-airflow-providers-microsoft-azure/index.rst b/docs/apache-airflow-providers-microsoft-azure/index.rst index 8c2133cc4ce81..f8096f1e65ada 100644 --- a/docs/apache-airflow-providers-microsoft-azure/index.rst +++ b/docs/apache-airflow-providers-microsoft-azure/index.rst @@ -67,7 +67,7 @@ Package apache-airflow-providers-microsoft-azure `Microsoft Azure `__ -Release: 4.2.0 +Release: 4.3.0 Provider package ---------------- @@ -103,6 +103,7 @@ PIP package Version required ``azure-storage-common`` ``>=2.1.0`` ``azure-storage-file`` ``>=2.1.0`` ``azure-servicebus`` ``>=7.6.1; platform_machine != "aarch64"`` +``azure-synapse-spark`` ================================ ========================================== Cross provider package dependencies @@ -132,7 +133,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-microsoft-azure 4.2.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-microsoft-azure 4.2.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-microsoft-azure 4.3.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-microsoft-azure 4.3.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/microsoft/azure/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-microsoft-mssql/commits.rst b/docs/apache-airflow-providers-microsoft-mssql/commits.rst index df9a44e4481ce..1766b00a58524 100644 --- a/docs/apache-airflow-providers-microsoft-mssql/commits.rst +++ b/docs/apache-airflow-providers-microsoft-mssql/commits.rst @@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +================================================================================================= =========== ==================================================================================== + 3.2.0 ..... -Latest change: 2022-08-05 +Latest change: 2022-08-10 ================================================================================================= =========== ============================================================================ Commit Committed Subject ================================================================================================= =========== ============================================================================ +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `df5a54d21d `_ 2022-08-05 ``Fix MsSqlHook.get_uri: pymssql driver to scheme (25092) (#25185)`` `df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` ================================================================================================= =========== ============================================================================ diff --git a/docs/apache-airflow-providers-microsoft-mssql/index.rst b/docs/apache-airflow-providers-microsoft-mssql/index.rst index 4740f58e8adff..9266dbc65ac2f 100644 --- a/docs/apache-airflow-providers-microsoft-mssql/index.rst +++ b/docs/apache-airflow-providers-microsoft-mssql/index.rst @@ -65,7 +65,7 @@ Package apache-airflow-providers-microsoft-mssql `Microsoft SQL Server (MSSQL) `__ -Release: 3.2.0 +Release: 3.2.1 Provider package ---------------- @@ -87,7 +87,7 @@ Requirements PIP package Version required ======================================= ========================================== ``apache-airflow`` ``>=2.2.0`` -``apache-airflow-providers-common-sql`` +``apache-airflow-providers-common-sql`` ``>=1.2.0`` ``pymssql`` ``>=2.1.5; platform_machine != "aarch64"`` ======================================= ========================================== @@ -116,7 +116,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-microsoft-mssql 3.2.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-microsoft-mssql 3.2.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-microsoft-mssql 3.2.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-microsoft-mssql 3.2.1 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/microsoft/mssql/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-mysql/commits.rst b/docs/apache-airflow-providers-mysql/commits.rst index 949ad26f77c17..7a8a330bf1348 100644 --- a/docs/apache-airflow-providers-mysql/commits.rst +++ b/docs/apache-airflow-providers-mysql/commits.rst @@ -28,14 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`5066844513 `_ 2022-09-09 ``D400 first line should end with period batch02 (#25268)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +================================================================================================= =========== ==================================================================================== + 3.2.0 ..... -Latest change: 2022-07-22 +Latest change: 2022-08-10 ================================================================================================= =========== ============================================================================ Commit Committed Subject ================================================================================================= =========== ============================================================================ +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` ================================================================================================= =========== ============================================================================ diff --git a/docs/apache-airflow-providers-mysql/index.rst b/docs/apache-airflow-providers-mysql/index.rst index b9aa49f90b56e..7a56324ec7cbb 100644 --- a/docs/apache-airflow-providers-mysql/index.rst +++ b/docs/apache-airflow-providers-mysql/index.rst @@ -65,7 +65,7 @@ Package apache-airflow-providers-mysql `MySQL `__ -Release: 3.2.0 +Release: 3.2.1 Provider package ---------------- @@ -87,7 +87,7 @@ Requirements PIP package Version required ======================================= =========================================== ``apache-airflow`` ``>=2.2.0`` -``apache-airflow-providers-common-sql`` +``apache-airflow-providers-common-sql`` ``>=1.2.0`` ``mysql-connector-python`` ``>=8.0.11; platform_machine != "aarch64"`` ``mysqlclient`` ``>=1.3.6; platform_machine != "aarch64"`` ======================================= =========================================== @@ -121,7 +121,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-mysql 3.2.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-mysql 3.2.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-mysql 3.2.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-mysql 3.2.1 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/mysql/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-odbc/commits.rst b/docs/apache-airflow-providers-odbc/commits.rst index 0219d162cd146..0875dfd2fb300 100644 --- a/docs/apache-airflow-providers-odbc/commits.rst +++ b/docs/apache-airflow-providers-odbc/commits.rst @@ -28,16 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +================================================================================================= =========== ==================================================================================== + 3.1.1 ..... -Latest change: 2022-08-02 +Latest change: 2022-08-10 -================================================================================================= =========== ====================================================== +================================================================================================= =========== ================================================================= Commit Committed Subject -================================================================================================= =========== ====================================================== +================================================================================================= =========== ================================================================= +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `0f931c77c7 `_ 2022-08-02 ``Fix odbc hook sqlalchemy_scheme docstring (#25421)`` -================================================================================================= =========== ====================================================== +================================================================================================= =========== ================================================================= 3.1.0 ..... diff --git a/docs/apache-airflow-providers-odbc/index.rst b/docs/apache-airflow-providers-odbc/index.rst index 74ae33dc6e4a0..d1097084b54f2 100644 --- a/docs/apache-airflow-providers-odbc/index.rst +++ b/docs/apache-airflow-providers-odbc/index.rst @@ -53,7 +53,7 @@ Package apache-airflow-providers-odbc `ODBC `__ -Release: 3.1.1 +Release: 3.1.2 Provider package ---------------- @@ -75,7 +75,7 @@ Requirements PIP package Version required ======================================= ================== ``apache-airflow`` ``>=2.2.0`` -``apache-airflow-providers-common-sql`` +``apache-airflow-providers-common-sql`` ``>=1.2.0`` ``pyodbc`` ======================================= ================== @@ -104,7 +104,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-odbc 3.1.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-odbc 3.1.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-odbc 3.1.2 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-odbc 3.1.2 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/odbc/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-oracle/commits.rst b/docs/apache-airflow-providers-oracle/commits.rst index bc8404e6107da..d5156c53fe04b 100644 --- a/docs/apache-airflow-providers-oracle/commits.rst +++ b/docs/apache-airflow-providers-oracle/commits.rst @@ -28,14 +28,28 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-28 ``Add oracledb thick mode support for oracle provider (#26576)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +================================================================================================= =========== ==================================================================================== + 3.3.0 ..... -Latest change: 2022-07-22 +Latest change: 2022-08-10 ================================================================================================= =========== ============================================================================ Commit Committed Subject ================================================================================================= =========== ============================================================================ +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` ================================================================================================= =========== ============================================================================ diff --git a/docs/apache-airflow-providers-oracle/index.rst b/docs/apache-airflow-providers-oracle/index.rst index c8c46bf9b3f08..8402b82eee2a0 100644 --- a/docs/apache-airflow-providers-oracle/index.rst +++ b/docs/apache-airflow-providers-oracle/index.rst @@ -57,7 +57,7 @@ Package apache-airflow-providers-oracle `Oracle `__ -Release: 3.3.0 +Release: 3.4.0 Provider package ---------------- @@ -79,7 +79,7 @@ Requirements PIP package Version required ======================================= ================== ``apache-airflow`` ``>=2.2.0`` -``apache-airflow-providers-common-sql`` +``apache-airflow-providers-common-sql`` ``>=1.2.0`` ``oracledb`` ``>=1.0.0`` ======================================= ================== @@ -108,7 +108,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-oracle 3.3.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-oracle 3.3.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-oracle 3.4.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-oracle 3.4.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/oracle/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-postgres/commits.rst b/docs/apache-airflow-providers-postgres/commits.rst index adca94e70a431..37f14619dbd4c 100644 --- a/docs/apache-airflow-providers-postgres/commits.rst +++ b/docs/apache-airflow-providers-postgres/commits.rst @@ -28,6 +28,19 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-27 ``Revert "Rename schema to database in 'PostgresHook' (#26436)" (#26734)`` +`642375f97d `_ 2022-09-27 ``Rename schema to database in 'PostgresHook' (#26436)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +================================================================================================= =========== ==================================================================================== + 5.2.1 ..... @@ -36,6 +49,7 @@ Latest change: 2022-09-05 ================================================================================================= =========== =========================================================================== Commit Committed Subject ================================================================================================= =========== =========================================================================== +`25d0baa4ee `_ 2022-09-05 ``Prepare bug-fix release of providers out of band (#26109)`` `54e7d20176 `_ 2022-09-05 ``Bump dep on common-sql to fix issue with SQLTableCheckOperator (#26143)`` `14d56a5a9e `_ 2022-08-23 ``postgres provider: use non-binary psycopg2 (#25710)`` `ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` diff --git a/docs/apache-airflow-providers-postgres/index.rst b/docs/apache-airflow-providers-postgres/index.rst index d6945aab3d8f7..d3b7443815d6c 100644 --- a/docs/apache-airflow-providers-postgres/index.rst +++ b/docs/apache-airflow-providers-postgres/index.rst @@ -65,7 +65,7 @@ Package apache-airflow-providers-postgres `PostgreSQL `__ -Release: 5.2.1 +Release: 5.2.2 Provider package ---------------- @@ -117,7 +117,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-postgres 5.2.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-postgres 5.2.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-postgres 5.2.2 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-postgres 5.2.2 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/postgres/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-qubole/commits.rst b/docs/apache-airflow-providers-qubole/commits.rst index 6c9972203d28c..694f32a77886b 100644 --- a/docs/apache-airflow-providers-qubole/commits.rst +++ b/docs/apache-airflow-providers-qubole/commits.rst @@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`5066844513 `_ 2022-09-09 ``D400 first line should end with period batch02 (#25268)`` +================================================================================================= =========== ==================================================================================== + 3.2.0 ..... -Latest change: 2022-08-05 +Latest change: 2022-08-10 ================================================================================================= =========== ============================================================================ Commit Committed Subject ================================================================================================= =========== ============================================================================ +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `d9e924c058 `_ 2022-08-05 ``Make extra link work in UI (#25500)`` `44a1cdc1e1 `_ 2022-08-04 ``Correctly render 'results_parser_callable' param in Qubole docs (#25514)`` `acab8f52dd `_ 2022-07-29 ``Move all "old" SQL operators to common.sql providers (#25350)`` diff --git a/docs/apache-airflow-providers-qubole/index.rst b/docs/apache-airflow-providers-qubole/index.rst index c5c6739047848..0de79cf5150fc 100644 --- a/docs/apache-airflow-providers-qubole/index.rst +++ b/docs/apache-airflow-providers-qubole/index.rst @@ -64,7 +64,7 @@ Package apache-airflow-providers-qubole `Qubole `__ -Release: 3.2.0 +Release: 3.2.1 Provider package ---------------- @@ -86,7 +86,7 @@ Requirements PIP package Version required ======================================= ================== ``apache-airflow`` ``>=2.2.0`` -``apache-airflow-providers-common-sql`` ``>=1.1.0`` +``apache-airflow-providers-common-sql`` ``>=1.2.0`` ``qds-sdk`` ``>=1.10.4`` ======================================= ================== @@ -115,7 +115,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-qubole 3.2.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-qubole 3.2.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-qubole 3.2.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-qubole 3.2.1 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/qubole/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-sftp/commits.rst b/docs/apache-airflow-providers-sftp/commits.rst index ba189ef1dd39c..477733762df3c 100644 --- a/docs/apache-airflow-providers-sftp/commits.rst +++ b/docs/apache-airflow-providers-sftp/commits.rst @@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-27 ``SFTPOperator - add support for list of file paths (#26666)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +================================================================================================= =========== ==================================================================================== + 4.0.0 ..... -Latest change: 2022-07-13 +Latest change: 2022-07-17 ================================================================================================= =========== =========================================================================== Commit Committed Subject ================================================================================================= =========== =========================================================================== +`abb0341135 `_ 2022-07-17 ``Add documentation for follow-up release for june providers (#25111)`` `d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `acaa0635c8 `_ 2022-07-08 ``Automatically detect if non-lazy logging interpolation is used (#24910)`` `0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` diff --git a/docs/apache-airflow-providers-sftp/index.rst b/docs/apache-airflow-providers-sftp/index.rst index da3b7dcf814ac..cd1d7a570a666 100644 --- a/docs/apache-airflow-providers-sftp/index.rst +++ b/docs/apache-airflow-providers-sftp/index.rst @@ -52,7 +52,7 @@ Package apache-airflow-providers-sftp `SSH File Transfer Protocol (SFTP) `__ -Release: 4.0.0 +Release: 4.1.0 Provider package ---------------- @@ -102,7 +102,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-sftp 4.0.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-sftp 4.0.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-sftp 4.1.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-sftp 4.1.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/sftp/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-slack/commits.rst b/docs/apache-airflow-providers-slack/commits.rst index b58aa6bc47d99..3816bfd5887d0 100644 --- a/docs/apache-airflow-providers-slack/commits.rst +++ b/docs/apache-airflow-providers-slack/commits.rst @@ -28,14 +28,35 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-27 ``Refactor 'SlackWebhookOperator': Get rid of mandatory http-provider dependency (#26648)`` +`95a5fc7ec9 `_ 2022-09-22 ``Refactor SlackWebhookHook in order to use 'slack_sdk' instead of HttpHook methods (#26452)`` +`7d5e8cce6c `_ 2022-09-19 ``Remove unsafe imports in Slack API Connection (#26459)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`675bb6c0e8 `_ 2022-09-09 ``Move send_file method into SlackHook (#26118)`` +`214873cc60 `_ 2022-08-31 ``Refactor Slack API Hook and add Connection (#25852)`` +`8acdc2a834 `_ 2022-08-30 ``Replace SQL with Common SQL in pre commit (#26058)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` +`808035e00a `_ 2022-07-18 ``AIP-47 - Migrate Slack DAG to new design (#25137)`` +================================================================================================= =========== ============================================================================================== + 5.1.0 ..... -Latest change: 2022-07-07 +Latest change: 2022-07-13 ================================================================================================= =========== ================================================================== Commit Committed Subject ================================================================================================= =========== ================================================================== +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `46bbfdade0 `_ 2022-07-07 ``Move all SQL classes to common-sql provider (#24836)`` `69565ddfa0 `_ 2022-07-01 ``Update docstring in 'SqlToSlackOperator' (#24759)`` `0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` diff --git a/docs/apache-airflow-providers-slack/index.rst b/docs/apache-airflow-providers-slack/index.rst index e67929b9179e4..cb9dbc8184a0a 100644 --- a/docs/apache-airflow-providers-slack/index.rst +++ b/docs/apache-airflow-providers-slack/index.rst @@ -69,7 +69,7 @@ Package apache-airflow-providers-slack `Slack `__ -Release: 5.1.0 +Release: 6.0.0 Provider package ---------------- @@ -91,8 +91,7 @@ Requirements PIP package Version required ======================================= ================== ``apache-airflow`` ``>=2.2.0`` -``apache-airflow-providers-common-sql`` -``apache-airflow-providers-http`` +``apache-airflow-providers-common-sql`` ``>=1.2.0`` ``slack_sdk`` ``>=3.0.0`` ======================================= ================== @@ -113,7 +112,6 @@ You can install such cross-provider dependencies when installing from PyPI. For Dependent package Extra ============================================================================================================ ============== `apache-airflow-providers-common-sql `_ ``common.sql`` -`apache-airflow-providers-http `_ ``http`` ============================================================================================================ ============== Downloading official packages @@ -122,7 +120,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-slack 5.1.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-slack 5.1.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-slack 6.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-slack 6.0.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/slack/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-snowflake/commits.rst b/docs/apache-airflow-providers-snowflake/commits.rst index 7cd2742634028..f68be23f35e34 100644 --- a/docs/apache-airflow-providers-snowflake/commits.rst +++ b/docs/apache-airflow-providers-snowflake/commits.rst @@ -28,14 +28,29 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`6a615ee477 `_ 2022-08-30 ``Fix wrong deprecation warning for 'S3ToSnowflakeOperator' (#26047)`` +`9e12d483bc `_ 2022-08-27 ``Add custom handler param in SnowflakeOperator (#25983)`` +`5c52bbf32d `_ 2022-08-27 ``copy into snowflake from external stage (#25541)`` +================================================================================================= =========== ==================================================================================== + 3.2.0 ..... -Latest change: 2022-07-29 +Latest change: 2022-08-10 ================================================================================================= =========== ============================================================================ Commit Committed Subject ================================================================================================= =========== ============================================================================ +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `acab8f52dd `_ 2022-07-29 ``Move all "old" SQL operators to common.sql providers (#25350)`` `df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` ================================================================================================= =========== ============================================================================ diff --git a/docs/apache-airflow-providers-snowflake/index.rst b/docs/apache-airflow-providers-snowflake/index.rst index 87c44e5c6bbc9..9d41e9680f8c3 100644 --- a/docs/apache-airflow-providers-snowflake/index.rst +++ b/docs/apache-airflow-providers-snowflake/index.rst @@ -65,7 +65,7 @@ Package apache-airflow-providers-snowflake `Snowflake `__ -Release: 3.2.0 +Release: 3.3.0 Provider package ---------------- @@ -87,7 +87,7 @@ Requirements PIP package Version required ======================================= ================== ``apache-airflow`` ``>=2.2.0`` -``apache-airflow-providers-common-sql`` ``>=1.1.0`` +``apache-airflow-providers-common-sql`` ``>=1.2.0`` ``snowflake-connector-python`` ``>=2.4.1`` ``snowflake-sqlalchemy`` ``>=1.1.0`` ======================================= ================== @@ -118,7 +118,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-snowflake 3.2.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-snowflake 3.2.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-snowflake 3.3.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-snowflake 3.3.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/snowflake/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-ssh/commits.rst b/docs/apache-airflow-providers-ssh/commits.rst index b0f746ce8f15b..8eb92804e6a0e 100644 --- a/docs/apache-airflow-providers-ssh/commits.rst +++ b/docs/apache-airflow-providers-ssh/commits.rst @@ -28,6 +28,18 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`2f26da7023 `_ 2022-08-27 ``feat: load host keys to save new host key (#25979)`` +================================================================================================= =========== ==================================================================================== + 3.1.0 ..... @@ -36,6 +48,7 @@ Latest change: 2022-07-13 ================================================================================================= =========== ============================================================================= Commit Committed Subject ================================================================================================= =========== ============================================================================= +`d2459a241b `_ 2022-07-13 ``Add documentation for July 2022 Provider's release (#25030)`` `ca99c23cb4 `_ 2022-07-13 ``Less verbose logging in ssh operator (#24915)`` `0de31bd73a `_ 2022-06-29 ``Move provider dependencies to inside provider folders (#24672)`` `510a6bab45 `_ 2022-06-28 ``Remove 'hook-class-names' from provider.yaml (#24702)`` diff --git a/docs/apache-airflow-providers-ssh/index.rst b/docs/apache-airflow-providers-ssh/index.rst index dadbe78567a69..80df601183e75 100644 --- a/docs/apache-airflow-providers-ssh/index.rst +++ b/docs/apache-airflow-providers-ssh/index.rst @@ -57,7 +57,7 @@ Package apache-airflow-providers-ssh `Secure Shell (SSH) `__ -Release: 3.1.0 +Release: 3.2.0 Provider package ---------------- diff --git a/docs/apache-airflow-providers-trino/commits.rst b/docs/apache-airflow-providers-trino/commits.rst index 2f6ff4c56e695..a9764f9406272 100644 --- a/docs/apache-airflow-providers-trino/commits.rst +++ b/docs/apache-airflow-providers-trino/commits.rst @@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-19 ``trino: Support CertificateAuthentication in the trino hook (#26246)`` +`06acf40a43 `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +================================================================================================= =========== ==================================================================================== + 4.0.1 ..... -Latest change: 2022-08-27 +Latest change: 2022-09-05 ================================================================================================= =========== ======================================================================== Commit Committed Subject ================================================================================================= =========== ======================================================================== +`25d0baa4ee `_ 2022-09-05 ``Prepare bug-fix release of providers out of band (#26109)`` `a74d934991 `_ 2022-08-27 ``Fix placeholders in 'TrinoHook', 'PrestoHook', 'SqliteHook' (#25939)`` `ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` ================================================================================================= =========== ======================================================================== diff --git a/docs/apache-airflow-providers-trino/index.rst b/docs/apache-airflow-providers-trino/index.rst index 17976c842806b..fb38609c4b3be 100644 --- a/docs/apache-airflow-providers-trino/index.rst +++ b/docs/apache-airflow-providers-trino/index.rst @@ -66,7 +66,7 @@ Package apache-airflow-providers-trino `Trino `__ -Release: 4.0.1 +Release: 4.1.0 Provider package ---------------- @@ -119,7 +119,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-trino 4.0.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-trino 4.0.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-trino 4.1.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-trino 4.1.0 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/trino/CHANGELOG.rst diff --git a/docs/apache-airflow-providers-vertica/commits.rst b/docs/apache-airflow-providers-vertica/commits.rst index 00b798da9a0e2..93173cc96096d 100644 --- a/docs/apache-airflow-providers-vertica/commits.rst +++ b/docs/apache-airflow-providers-vertica/commits.rst @@ -28,14 +28,27 @@ For high-level changelog, see :doc:`package information including changelog `_ 2022-09-13 ``Apply PEP-563 (Postponed Evaluation of Annotations) to non-core airflow (#26289)`` +`ca9229b6fe `_ 2022-08-18 ``Add common-sql lower bound for common-sql (#25789)`` +================================================================================================= =========== ==================================================================================== + 3.2.0 ..... -Latest change: 2022-08-06 +Latest change: 2022-08-10 ================================================================================================= =========== ============================================================================ Commit Committed Subject ================================================================================================= =========== ============================================================================ +`e5ac6c7cfb `_ 2022-08-10 ``Prepare docs for new providers release (August 2022) (#25618)`` `db20423eec `_ 2022-08-06 ``Optimize log when using VerticaOperator (#25566)`` `df00436569 `_ 2022-07-22 ``Unify DbApiHook.run() method with the methods which override it (#23971)`` ================================================================================================= =========== ============================================================================ diff --git a/docs/apache-airflow-providers-vertica/index.rst b/docs/apache-airflow-providers-vertica/index.rst index 29298fb62bb3f..815dbca41ea8a 100644 --- a/docs/apache-airflow-providers-vertica/index.rst +++ b/docs/apache-airflow-providers-vertica/index.rst @@ -51,7 +51,7 @@ Package apache-airflow-providers-vertica `Vertica `__ -Release: 3.2.0 +Release: 3.2.1 Provider package ---------------- @@ -73,7 +73,7 @@ Requirements PIP package Version required ======================================= ================== ``apache-airflow`` ``>=2.2.0`` -``apache-airflow-providers-common-sql`` +``apache-airflow-providers-common-sql`` ``>=1.2.0`` ``vertica-python`` ``>=0.5.1`` ======================================= ================== @@ -102,7 +102,7 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-vertica 3.2.0 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-vertica 3.2.0 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-vertica 3.2.1 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-vertica 3.2.1 wheel package `_ (`asc `__, `sha512 `__) .. include:: ../../airflow/providers/vertica/CHANGELOG.rst diff --git a/generated/provider_dependencies.json b/generated/provider_dependencies.json index 12ead6e8743ee..4b1fc34c15ddd 100644 --- a/generated/provider_dependencies.json +++ b/generated/provider_dependencies.json @@ -60,7 +60,7 @@ }, "apache.drill": { "deps": [ - "apache-airflow-providers-common-sql>=1.1.0", + "apache-airflow-providers-common-sql>=1.2.0", "apache-airflow>=2.2.0", "sqlalchemy-drill>=1.1.0" ], @@ -70,7 +70,7 @@ }, "apache.druid": { "deps": [ - "apache-airflow-providers-common-sql>=1.1.0", + "apache-airflow-providers-common-sql>=1.2.0", "apache-airflow>=2.2.0", "pydruid>=0.4.1" ], @@ -89,7 +89,7 @@ }, "apache.hive": { "deps": [ - "apache-airflow-providers-common-sql>=1.1.0", + "apache-airflow-providers-common-sql>=1.2.0", "apache-airflow>=2.2.0", "hmsclient>=0.1.0", "pandas>=0.17.1", @@ -131,7 +131,7 @@ }, "apache.pinot": { "deps": [ - "apache-airflow-providers-common-sql>=1.1.0", + "apache-airflow-providers-common-sql>=1.2.0", "apache-airflow>=2.2.0", "ciso8601", "pinotdb>0.1.2" @@ -206,7 +206,7 @@ "databricks": { "deps": [ "aiohttp>=3.6.3, <4", - "apache-airflow-providers-common-sql>=1.1.0", + "apache-airflow-providers-common-sql>=1.2.0", "apache-airflow>=2.2.0", "databricks-sql-connector>=2.0.0, <3.0.0", "requests>=2.27,<3" @@ -251,14 +251,14 @@ }, "docker": { "deps": [ - "apache-airflow>=2.2.0", + "apache-airflow>=2.4.0", "docker>=5.0.3" ], "cross-providers-deps": [] }, "elasticsearch": { "deps": [ - "apache-airflow-providers-common-sql>=1.1.0", + "apache-airflow-providers-common-sql>=1.2.0", "apache-airflow>=2.2.0", "elasticsearch-dbapi", "elasticsearch-dsl>=5.0.0", @@ -270,7 +270,7 @@ }, "exasol": { "deps": [ - "apache-airflow-providers-common-sql>=1.1.0", + "apache-airflow-providers-common-sql>=1.2.0", "apache-airflow>=2.2.0", "pandas>=0.17.1", "pyexasol>=0.5.1" @@ -300,7 +300,7 @@ "google": { "deps": [ "PyOpenSSL", - "apache-airflow-providers-common-sql>=1.1.0", + "apache-airflow-providers-common-sql>=1.2.0", "apache-airflow>=2.2.0", "asgiref>=3.5.2", "gcloud-aio-bigquery>=6.1.2", @@ -409,7 +409,7 @@ }, "jdbc": { "deps": [ - "apache-airflow-providers-common-sql>=1.1.0", + "apache-airflow-providers-common-sql>=1.2.0", "apache-airflow>=2.2.0", "jaydebeapi>=1.1.1" ], @@ -460,7 +460,7 @@ }, "microsoft.mssql": { "deps": [ - "apache-airflow-providers-common-sql>=1.1.0", + "apache-airflow-providers-common-sql>=1.2.0", "apache-airflow>=2.2.0", "pymssql>=2.1.5; platform_machine != \"aarch64\"" ], @@ -491,7 +491,7 @@ }, "mysql": { "deps": [ - "apache-airflow-providers-common-sql>=1.1.0", + "apache-airflow-providers-common-sql>=1.2.0", "apache-airflow>=2.2.0", "mysql-connector-python>=8.0.11; platform_machine != \"aarch64\"", "mysqlclient>=1.3.6; platform_machine != \"aarch64\"" @@ -513,7 +513,7 @@ }, "odbc": { "deps": [ - "apache-airflow-providers-common-sql>=1.1.0", + "apache-airflow-providers-common-sql>=1.2.0", "apache-airflow>=2.2.0", "pyodbc" ], @@ -536,7 +536,7 @@ }, "oracle": { "deps": [ - "apache-airflow-providers-common-sql>=1.1.0", + "apache-airflow-providers-common-sql>=1.2.0", "apache-airflow>=2.2.0", "oracledb>=1.0.0" ], @@ -591,7 +591,7 @@ }, "qubole": { "deps": [ - "apache-airflow-providers-common-sql>=1.1.0", + "apache-airflow-providers-common-sql>=1.2.0", "apache-airflow>=2.2.0", "qds-sdk>=1.10.4" ], @@ -653,7 +653,7 @@ }, "slack": { "deps": [ - "apache-airflow-providers-common-sql>=1.1.0", + "apache-airflow-providers-common-sql>=1.2.0", "apache-airflow>=2.2.0", "slack_sdk>=3.0.0" ], @@ -663,7 +663,7 @@ }, "snowflake": { "deps": [ - "apache-airflow-providers-common-sql>=1.1.0", + "apache-airflow-providers-common-sql>=1.2.0", "apache-airflow>=2.2.0", "snowflake-connector-python>=2.4.1", "snowflake-sqlalchemy>=1.1.0" @@ -723,7 +723,7 @@ }, "vertica": { "deps": [ - "apache-airflow-providers-common-sql>=1.1.0", + "apache-airflow-providers-common-sql>=1.2.0", "apache-airflow>=2.2.0", "vertica-python>=0.5.1" ], diff --git a/scripts/in_container/verify_providers.py b/scripts/in_container/verify_providers.py index a72f3e284204d..de97ec5291fc3 100755 --- a/scripts/in_container/verify_providers.py +++ b/scripts/in_container/verify_providers.py @@ -212,6 +212,8 @@ class ProviderPackageDetails(NamedTuple): "distutils Version classes are deprecated. Use packaging.version instead.", "the imp module is deprecated in favour of importlib; " "see the module's documentation for alternative uses", + "Param `schedule_interval` is deprecated and will be removed in a future release. " + "Please use `schedule` instead. ", } # The set of warning messages generated by direct importing of some deprecated modules. We should only