Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion airflow/providers/airbyte/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6861bcc03fa2177ad96cf493dcc19826849f92e3
06acf40a4337759797f666d5bb27a5a393b74fed
12 changes: 12 additions & 0 deletions airflow/providers/alibaba/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/alibaba/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com//>`__).

versions:
- 2.1.0
- 2.0.1
- 2.0.0
- 1.1.1
Expand Down
45 changes: 45 additions & 0 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,58 @@
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 <howto/connection:aws>` (``conn_type="aws"``).
In practice the only impact is you won't be able to ``test`` the connection in the web UI / API.
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
.....
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).

versions:
- 6.0.0
- 5.1.0
- 5.0.0
- 4.1.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/beam/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d2459a241b54d596ebdb9d81637400279fff4f2d
06acf40a4337759797f666d5bb27a5a393b74fed
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d2459a241b54d596ebdb9d81637400279fff4f2d
06acf40a4337759797f666d5bb27a5a393b74fed
11 changes: 11 additions & 0 deletions airflow/providers/apache/drill/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
.....

Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/drill/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Drill <https://drill.apache.org/>`__.

versions:
- 2.2.1
- 2.2.0
- 2.1.0
- 2.0.0
Expand All @@ -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:
Expand Down
12 changes: 12 additions & 0 deletions airflow/providers/apache/druid/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
.....

Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/druid/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Druid <https://druid.apache.org/>`__.

versions:
- 3.2.1
- 3.2.0
- 3.1.0
- 3.0.0
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/hdfs/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
602abe8394fafe7de54df7e73af56de848cdf617
06acf40a4337759797f666d5bb27a5a393b74fed
10 changes: 10 additions & 0 deletions airflow/providers/apache/hive/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
.....
Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/hive/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Hive <https://hive.apache.org/>`__

versions:
- 4.0.1
- 4.0.0
- 3.1.0
- 3.0.0
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/kylin/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d2459a241b54d596ebdb9d81637400279fff4f2d
06acf40a4337759797f666d5bb27a5a393b74fed
2 changes: 1 addition & 1 deletion airflow/providers/apache/livy/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0de31bd73a8f41dded2907f0dee59dfa6c1ed7a1
06acf40a4337759797f666d5bb27a5a393b74fed
2 changes: 1 addition & 1 deletion airflow/providers/apache/pig/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d2459a241b54d596ebdb9d81637400279fff4f2d
06acf40a4337759797f666d5bb27a5a393b74fed
17 changes: 17 additions & 0 deletions airflow/providers/apache/pinot/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
.....

Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/apache/pinot/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Apache Pinot <https://pinot.apache.org/>`__

versions:
- 3.2.1
- 3.2.0
- 3.1.0
- 3.0.0
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/spark/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d2459a241b54d596ebdb9d81637400279fff4f2d
06acf40a4337759797f666d5bb27a5a393b74fed
2 changes: 1 addition & 1 deletion airflow/providers/apache/sqoop/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d2459a241b54d596ebdb9d81637400279fff4f2d
06acf40a4337759797f666d5bb27a5a393b74fed
2 changes: 1 addition & 1 deletion airflow/providers/arangodb/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d2459a241b54d596ebdb9d81637400279fff4f2d
06acf40a4337759797f666d5bb27a5a393b74fed
2 changes: 1 addition & 1 deletion airflow/providers/asana/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8b6b0848a3cacf9999477d6af4d2a87463f03026
06acf40a4337759797f666d5bb27a5a393b74fed
2 changes: 1 addition & 1 deletion airflow/providers/celery/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d2459a241b54d596ebdb9d81637400279fff4f2d
06acf40a4337759797f666d5bb27a5a393b74fed
2 changes: 1 addition & 1 deletion airflow/providers/cloudant/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d2459a241b54d596ebdb9d81637400279fff4f2d
06acf40a4337759797f666d5bb27a5a393b74fed
3 changes: 3 additions & 0 deletions airflow/providers/cncf/kubernetes/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/common/sql/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
06acf40a4337759797f666d5bb27a5a393b74fed
3 changes: 1 addition & 2 deletions airflow/providers/common/sql/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~
Expand Down
24 changes: 24 additions & 0 deletions airflow/providers/databricks/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
.....

Expand Down
3 changes: 2 additions & 1 deletion airflow/providers/databricks/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`Databricks <https://databricks.com/>`__

versions:
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/datadog/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d2459a241b54d596ebdb9d81637400279fff4f2d
06acf40a4337759797f666d5bb27a5a393b74fed
12 changes: 12 additions & 0 deletions airflow/providers/dbt/cloud/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
.....

Expand Down
1 change: 1 addition & 0 deletions airflow/providers/dbt/cloud/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ description: |
`dbt Cloud <https://www.getdbt.com/product/what-is-dbt/>`__

versions:
- 2.2.0
- 2.1.0
- 2.0.1
- 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/dingding/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d2459a241b54d596ebdb9d81637400279fff4f2d
06acf40a4337759797f666d5bb27a5a393b74fed
2 changes: 1 addition & 1 deletion airflow/providers/discord/.latest-doc-only-change.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d2459a241b54d596ebdb9d81637400279fff4f2d
06acf40a4337759797f666d5bb27a5a393b74fed
Loading