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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
27 changes: 23 additions & 4 deletions airflow/providers/airbyte/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@
Changelog
---------

3.3.0
.....

.. note::
This release of provider is only available for Airflow 2.4+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Misc
~~~~

* ``Bump minimum Airflow version in providers (#30917)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add full automation for min Airflow version for providers (#30994)``
* ``Add mechanism to suspend providers (#30422)``

3.2.1
.....

Expand All @@ -35,8 +52,9 @@ Misc
3.2.0
.....

This release of provider is only available for Airflow 2.3+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/README.md#support-for-providers>`_.
.. note::
This release of provider is only available for Airflow 2.3+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Misc
~~~~
Expand Down Expand Up @@ -70,8 +88,9 @@ Features
Breaking changes
~~~~~~~~~~~~~~~~

* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow
providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers
.. note::
This release of provider is only available for Airflow 2.2+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/airbyte/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

__all__ = ["version"]

version = "3.2.1"
version = "3.3.0"

if packaging.version.parse(airflow.version.version) < packaging.version.parse("2.4.0"):
raise RuntimeError(
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/airbyte/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ description: |

suspended: false
versions:
- 3.3.0
- 3.2.1
- 3.2.0
- 3.1.0
Expand Down
27 changes: 23 additions & 4 deletions airflow/providers/alibaba/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@
Changelog
---------

2.4.0
.....

.. note::
This release of provider is only available for Airflow 2.4+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Misc
~~~~

* ``Bump minimum Airflow version in providers (#30917)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add full automation for min Airflow version for providers (#30994)``
* ``Add mechanism to suspend providers (#30422)``

2.3.0
.....

Expand All @@ -35,8 +52,9 @@ Features
2.2.0
.....

This release of provider is only available for Airflow 2.3+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/README.md#support-for-providers>`_.
.. note::
This release of provider is only available for Airflow 2.3+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Misc
~~~~
Expand Down Expand Up @@ -81,8 +99,9 @@ Bug Fixes
Breaking changes
~~~~~~~~~~~~~~~~

* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow
providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers
.. note::
This release of provider is only available for Airflow 2.2+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Features
~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/alibaba/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

__all__ = ["version"]

version = "2.3.0"
version = "2.4.0"

if packaging.version.parse(airflow.version.version) < packaging.version.parse("2.4.0"):
raise RuntimeError(
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 @@ -23,6 +23,7 @@ description: |

suspended: false
versions:
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
Expand Down
58 changes: 54 additions & 4 deletions airflow/providers/amazon/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,54 @@
Changelog
---------

8.1.0
.....

.. note::
This release of provider is only available for Airflow 2.4+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Features
~~~~~~~~

* ``DynamoDBToS3Operator - Add a feature to export the table to a point in time. (#31142)``
* ``Add deferrable param in SageMakerTransformOperator (#31063)``
* ``Add deferrable param in SageMakerTrainingOperator (#31042)``
* ``Add deferrable param in SageMakerProcessingOperator (#31062)``
* ``Add IAM authentication to Amazon Redshift Connection by AWS Connection (#28187)``
* ``'StepFunctionStartExecutionOperator': get logs in case of failure (#31072)``
* ``Add on_kill to EMR Serverless Job Operator (#31169)``
* ``Add Deferrable Mode for EC2StateSensor (#31130)``

Bug Fixes
~~~~~~~~~

* ``bigfix: EMRHook Loop through paginated response to check for cluster id (#29732)``

Misc
~~~~

* ``Bump minimum Airflow version in providers (#30917)``
* ``Add template field to S3ToRedshiftOperator (#30781)``
* ``Add extras links to some more EMR Operators and Sensors (#31032)``
* ``Add retries to S3 delete_bucket (#31192)``
* ``Add tags param in RedshiftCreateClusterSnapshotOperator (#31006)``
* ``improve/fix glue job logs printing (#30886)``
* ``Import aiobotocore only if deferrable is true (#31094)``
* ``Update return types of 'get_key' methods on 'S3Hook' (#30923)``
* ``Support 'shareIdentifier' in BatchOperator (#30829)``
* ``BaseAWS - Override client when resource_type is user to get custom waiters (#30897)``
* ``Add future-compatible mongo Hook typing (#31289)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Move TaskInstanceKey to a separate file (#31033)``
* ``Use 'AirflowProviderDeprecationWarning' in providers (#30975)``
* ``DynamoDBToS3Operator - Add feature to export table to a point in time (#30501)``
* ``Revert "DynamoDBToS3Operator - Add feature to export table to a point in time (#30501)" (#31139)``
* ``Add full automation for min Airflow version for providers (#30994)``
* ``Bring back detection of implicit single-line string concatenation (#31270)``

8.0.0
......

Expand Down Expand Up @@ -346,8 +394,9 @@ Bug Fixes
6.1.0
.....

This release of provider is only available for Airflow 2.3+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/README.md#support-for-providers>`_.
.. note::
This release of provider is only available for Airflow 2.3+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Misc
~~~~
Expand Down Expand Up @@ -586,8 +635,9 @@ Bug Fixes
Breaking changes
~~~~~~~~~~~~~~~~

* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow
providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers
.. note::
This release of provider is only available for Airflow 2.2+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Features
~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/amazon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

__all__ = ["version"]

version = "8.0.0"
version = "8.1.0"

if packaging.version.parse(airflow.version.version) < packaging.version.parse("2.4.0"):
raise RuntimeError(
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 @@ -23,6 +23,7 @@ description: |

suspended: false
versions:
- 8.1.0
- 8.0.0
- 7.4.1
- 7.4.0
Expand Down
26 changes: 22 additions & 4 deletions airflow/providers/apache/beam/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,22 @@
Changelog
---------

5.1.0
.....

.. note::
This release of provider is only available for Airflow 2.4+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Misc
~~~~

* ``Bump minimum Airflow version in providers (#30917)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add full automation for min Airflow version for providers (#30994)``

5.0.0
......

Expand Down Expand Up @@ -72,8 +88,9 @@ Bug Fixes
4.1.0
.....

This release of provider is only available for Airflow 2.3+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/README.md#support-for-providers>`_.
.. note::
This release of provider is only available for Airflow 2.3+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Misc
~~~~
Expand Down Expand Up @@ -101,8 +118,9 @@ Features
Breaking changes
~~~~~~~~~~~~~~~~

* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow
providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers
.. note::
This release of provider is only available for Airflow 2.2+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Features
~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/beam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

__all__ = ["version"]

version = "5.0.0"
version = "5.1.0"

if packaging.version.parse(airflow.version.version) < packaging.version.parse("2.4.0"):
raise RuntimeError(
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/beam/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ description: |

suspended: false
versions:
- 5.1.0
- 5.0.0
- 4.3.0
- 4.2.0
Expand Down
27 changes: 23 additions & 4 deletions airflow/providers/apache/cassandra/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@
Changelog
---------

3.2.0
.....

.. note::
This release of provider is only available for Airflow 2.4+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Misc
~~~~

* ``Bump minimum Airflow version in providers (#30917)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add full automation for min Airflow version for providers (#30994)``
* ``Add mechanism to suspend providers (#30422)``

3.1.1
.....

Expand All @@ -36,8 +53,9 @@ Misc
3.1.0
.....

This release of provider is only available for Airflow 2.3+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/README.md#support-for-providers>`_.
.. note::
This release of provider is only available for Airflow 2.3+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Misc
~~~~
Expand All @@ -60,8 +78,9 @@ Misc
Breaking changes
~~~~~~~~~~~~~~~~

* This release of provider is only available for Airflow 2.2+ as explained in the Apache Airflow
providers support policy https://github.com/apache/airflow/blob/main/README.md#support-for-providers
.. note::
This release of provider is only available for Airflow 2.2+ as explained in the
`Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.

Misc
~~~~
Expand Down
2 changes: 1 addition & 1 deletion airflow/providers/apache/cassandra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

__all__ = ["version"]

version = "3.1.1"
version = "3.2.0"

if packaging.version.parse(airflow.version.version) < packaging.version.parse("2.4.0"):
raise RuntimeError(
Expand Down
1 change: 1 addition & 0 deletions airflow/providers/apache/cassandra/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ description: |

suspended: false
versions:
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.0
Expand Down
Loading