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
7 changes: 4 additions & 3 deletions providers/airbyte/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-airbyte``

Release: ``5.1.0``
Release: ``5.2.0``


`Airbyte <https://airbyte.com/>`__
Expand All @@ -36,7 +36,7 @@ This is a provider package for ``airbyte`` provider. All classes for this provid
are in ``airflow.providers.airbyte`` python package.

You can find package information and changelog for the provider
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.1.0/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.2.0/>`_.

Installation
------------
Expand All @@ -55,7 +55,8 @@ PIP package Version required
================== ==================
``apache-airflow`` ``>=2.10.0``
``airbyte-api`` ``>=0.52.0``
``requests`` ``>=2.32.0``
================== ==================

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.1.0/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.2.0/changelog.html>`_.
13 changes: 13 additions & 0 deletions providers/airbyte/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ Changelog
---------


5.2.0
.....

Features
~~~~~~~~

* ``Add option to create connections using proxies (#49729)``

Misc
~~~~

* ``Bump some provider dependencies for faster resolution (#51727)``

5.1.0
.....

Expand Down
3 changes: 2 additions & 1 deletion providers/airbyte/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ apache-airflow-providers-airbyte package
`Airbyte <https://airbyte.com/>`__


Release: 5.1.0
Release: 5.2.0

Provider package
----------------
Expand All @@ -101,4 +101,5 @@ PIP package Version required
================== ==================
``apache-airflow`` ``>=2.10.0``
``airbyte-api`` ``>=0.52.0``
``requests`` ``>=2.32.0``
================== ==================
3 changes: 2 additions & 1 deletion providers/airbyte/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ description: |
`Airbyte <https://airbyte.com/>`__

state: ready
source-date-epoch: 1747131169
source-date-epoch: 1749895516
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
- 5.2.0
- 5.1.0
- 5.0.2
- 5.0.1
Expand Down
6 changes: 3 additions & 3 deletions providers/airbyte/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "apache-airflow-providers-airbyte"
version = "5.1.0"
version = "5.2.0"
description = "Provider package apache-airflow-providers-airbyte for Apache Airflow"
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -96,8 +96,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}

[project.urls]
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.1.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.1.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.2.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.2.0/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "5.1.0"
__version__ = "5.2.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
Expand Down
7 changes: 4 additions & 3 deletions providers/alibaba/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-alibaba``

Release: ``3.1.0``
Release: ``3.2.0``


Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).
Expand All @@ -36,7 +36,7 @@ This is a provider package for ``alibaba`` provider. All classes for this provid
are in ``airflow.providers.alibaba`` python package.

You can find package information and changelog for the provider
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.1.0/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.2.0/>`_.

Installation
------------
Expand All @@ -57,7 +57,8 @@ PIP package Version required
``oss2`` ``>=2.14.0``
``alibabacloud_adb20211201`` ``>=1.0.0``
``alibabacloud_tea_openapi`` ``>=0.3.7``
``pyodps`` ``>=0.12.2.2``
============================ ==================

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.1.0/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.2.0/changelog.html>`_.
17 changes: 17 additions & 0 deletions providers/alibaba/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,23 @@
Changelog
---------

3.2.0
.....

Features
~~~~~~~~

* ``Add MaxComputeSQLOperator, MaxComputeHook and AlibabaBaseHook to Alibaba Provider (#50178)``

Bug Fixes
~~~~~~~~~

* ``Fix MaxComputeSQLOperator Argument (#51513)``
* ``Fix inconsistent conn_name_attr (#51112)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):

3.1.0
.....

Expand Down
3 changes: 2 additions & 1 deletion providers/alibaba/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ apache-airflow-providers-alibaba package
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).


Release: 3.1.0
Release: 3.2.0

Provider package
----------------
Expand All @@ -104,4 +104,5 @@ PIP package Version required
``oss2`` ``>=2.14.0``
``alibabacloud_adb20211201`` ``>=1.0.0``
``alibabacloud_tea_openapi`` ``>=0.3.7``
``pyodps`` ``>=0.12.2.2``
============================ ==================
3 changes: 2 additions & 1 deletion providers/alibaba/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ description: |
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).

state: ready
source-date-epoch: 1747131200
source-date-epoch: 1749895557
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
- 3.2.0
- 3.1.0
- 3.0.3
- 3.0.2
Expand Down
6 changes: 3 additions & 3 deletions providers/alibaba/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "apache-airflow-providers-alibaba"
version = "3.1.0"
version = "3.2.0"
description = "Provider package apache-airflow-providers-alibaba for Apache Airflow"
readme = "README.rst"
authors = [
Expand Down Expand Up @@ -98,8 +98,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}

[project.urls]
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.1.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.1.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.2.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.2.0/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

__all__ = ["__version__"]

__version__ = "3.1.0"
__version__ = "3.2.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.10.0"
Expand Down
19 changes: 8 additions & 11 deletions providers/amazon/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-amazon``

Release: ``9.8.0``
Release: ``9.9.0``


Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).
Expand All @@ -36,7 +36,7 @@ This is a provider package for ``amazon`` provider. All classes for this provide
are in ``airflow.providers.amazon`` python package.

You can find package information and changelog for the provider
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.8.0/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.9.0/>`_.

Installation
------------
Expand All @@ -50,28 +50,25 @@ The package supports the following python versions: 3.9,3.10,3.11,3.12
Requirements
------------

========================================== =====================
========================================== ==================
PIP package Version required
========================================== =====================
========================================== ==================
``apache-airflow`` ``>=2.10.0``
``apache-airflow-providers-common-compat`` ``>=1.6.1``
``apache-airflow-providers-common-sql`` ``>=1.27.0``
``apache-airflow-providers-http``
``boto3`` ``>=1.37.0``
``botocore`` ``>=1.37.0``
``boto3`` ``>=1.37.2``
``botocore`` ``>=1.37.2``
``inflection`` ``>=0.5.1``
``watchtower`` ``>=3.3.1,<4``
``jsonpath_ng`` ``>=1.5.3``
``redshift_connector`` ``>=2.1.3``
``asgiref`` ``>=2.3.0``
``PyAthena`` ``>=3.10.0``
``jmespath`` ``>=0.7.0``
``python3-saml`` ``>=1.16.0``
``xmlsec`` ``>=1.3.14,!=1.3.15``
``lxml`` ``>=5.3.2,<5.4.0``
``sagemaker-studio`` ``>=1.0.9``
``marshmallow`` ``>=3``
========================================== =====================
========================================== ==================

Cross provider package dependencies
-----------------------------------
Expand Down Expand Up @@ -107,4 +104,4 @@ Dependent package
======================================================================================================================== ====================

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.8.0/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.9.0/changelog.html>`_.
47 changes: 47 additions & 0 deletions providers/amazon/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,53 @@
Changelog
---------

9.9.0
.....

Features
~~~~~~~~

* ``Add 'MessageDeduplicationId' support to 'SnsPublishOperator' (#51383)``
* ``Add support for RequestPay=requester option in Amazon S3's Operators, Sensors and Triggers (#51098)``
* ``Add AWS Lambda Executor (#50516)``

Bug Fixes
~~~~~~~~~

* ``Removed unnecessary 'aws_conn_id' param from operators constructors (#51236)``
* ``Fix EcsRunTaskOperator reattach (#51412)``
* ``Fix EKS token generation (#51333)``
* ``Fix 'EksPodOperator' in deferrable mode (#51255)``
* ``Rds Operator pass custom conn_id to superclass (#51196)``
* ``Fix remote logging CloudWatch handler initialization and stream name assignment (#51022)``
* ``Check 'is_mapped' to prevent 'operator_extra_links' property failing for Airflow 3. #50932``
* ``Fix aws_conn_id defaulting after dag.test was updated to use TaskSDK. (#50515)``
* ``AWS ECS Executor. Assign public ip defaults false (#50713)``

Misc
~~~~

* ``Remove unused entries from 'DagAccessEntity' (#51174)``
* ``Update Redshift cluster operator and sensor to inherit AwsBaseOperator (#51129)``
* ``Remove Airflow 2 code path in executors (#51009)``
* ``Move AWS auth dependencies to python3-saml extra (#50449)``
* ``Bump some provider dependencies for faster resolution (#51727)``

Doc-only
~~~~~~~~

* ``docs: Add missing 'param' for waiter_max_attempts in EMR operator docstring (#51676)``
* ``Update comment in CloudWatchRemoteLogIO (#51092)``
* ``Use explicit directives instead of implicit syntax (#50870)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix 'example_bedrock_batch_inference' (#51413)``
* ``Fixed cross-merged tests that fail for Pytest 8.4.0 (#51366)``
* ``Allow test migration to pytest 8.4.0 (#51349)``
* ``Fix system test 'test_aws_auth_manager' (#51241)``
* ``Fix 'StopIteration' error in AWS System Test 'variable_fetcher' when using remote executor (#51127)``

9.8.0
.....

Expand Down
19 changes: 8 additions & 11 deletions providers/amazon/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ apache-airflow-providers-amazon package
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).


Release: 9.8.0
Release: 9.9.0

Provider package
----------------
Expand All @@ -107,28 +107,25 @@ Requirements

The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.

========================================== =====================
========================================== ==================
PIP package Version required
========================================== =====================
========================================== ==================
``apache-airflow`` ``>=2.10.0``
``apache-airflow-providers-common-compat`` ``>=1.6.1``
``apache-airflow-providers-common-sql`` ``>=1.27.0``
``apache-airflow-providers-http``
``boto3`` ``>=1.37.0``
``botocore`` ``>=1.37.0``
``boto3`` ``>=1.37.2``
``botocore`` ``>=1.37.2``
``inflection`` ``>=0.5.1``
``watchtower`` ``>=3.3.1,<4``
``jsonpath_ng`` ``>=1.5.3``
``redshift_connector`` ``>=2.1.3``
``asgiref`` ``>=2.3.0``
``PyAthena`` ``>=3.10.0``
``jmespath`` ``>=0.7.0``
``python3-saml`` ``>=1.16.0``
``xmlsec`` ``>=1.3.14,!=1.3.15``
``lxml`` ``>=5.3.2,<5.4.0``
``sagemaker-studio`` ``>=1.0.9``
``marshmallow`` ``>=3``
========================================== =====================
========================================== ==================

Cross provider package dependencies
-----------------------------------
Expand Down Expand Up @@ -169,5 +166,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_

* `The apache-airflow-providers-amazon 9.8.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.8.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.8.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.8.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.8.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.8.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.8.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.8.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-amazon 9.9.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.9.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.9.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.9.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.9.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.9.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.9.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.9.0-py3-none-any.whl.sha512>`__)
3 changes: 2 additions & 1 deletion providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).

state: ready
source-date-epoch: 1747131256
source-date-epoch: 1749896002
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
- 9.9.0
- 9.8.0
- 9.7.0
- 9.6.1
Expand Down
Loading