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
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion providers/.last_release_date.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-12-30
2026-01-13
6 changes: 3 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.3.1``
Release: ``5.3.2``


`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.3.1/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.3.2/>`_.

Installation
------------
Expand Down Expand Up @@ -79,4 +79,4 @@ Dependent package
================================================================================================================== =================

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


5.3.2
.....

Misc
~~~~

* ``New year means updated Copyright notices (#60344)``
* ``Migrate airbyte provider to use airflow.sdk.configuration.conf (#59991)``

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

5.3.1
.....

Expand Down
8 changes: 4 additions & 4 deletions 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.3.1
Release: 5.3.2

Provider package
----------------
Expand All @@ -100,7 +100,7 @@ The minimum Apache Airflow version supported by this provider distribution is ``
PIP package Version required
========================================== ==================
``apache-airflow`` ``>=2.11.0``
``apache-airflow-providers-common-compat`` ``>=1.10.1``
``apache-airflow-providers-common-compat`` ``>=1.12.0``
``airbyte-api`` ``>=0.52.0``
``requests`` ``>=2.32.0``
========================================== ==================
Expand Down Expand Up @@ -130,5 +130,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_

* `The apache-airflow-providers-airbyte 5.3.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.3.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.3.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.3.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-airbyte 5.3.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.3.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.3.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.3.1-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-airbyte 5.3.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.3.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.3.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.3.2.tar.gz.sha512>`__)
* `The apache-airflow-providers-airbyte 5.3.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.3.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.3.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.3.2-py3-none-any.whl.sha512>`__)
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: 1765298616
source-date-epoch: 1768333828
# 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.3.2
- 5.3.1
- 5.3.0
- 5.2.5
Expand Down
8 changes: 4 additions & 4 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.3.1"
version = "5.3.2"
description = "Provider package apache-airflow-providers-airbyte for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -59,7 +59,7 @@ requires-python = ">=3.10"
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
dependencies = [
"apache-airflow>=2.11.0",
"apache-airflow-providers-common-compat>=1.10.1", # use next version
"apache-airflow-providers-common-compat>=1.12.0",
"airbyte-api>=0.52.0",
"requests>=2.32.0",
]
Expand Down Expand Up @@ -99,8 +99,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.3.1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.3.1/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.3.2"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.3.2/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.3.1"
__version__ = "5.3.2"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
Expand Down
6 changes: 3 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.3.2``
Release: ``3.3.3``


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.3.2/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.3/>`_.

Installation
------------
Expand Down Expand Up @@ -81,4 +81,4 @@ Dependent package
================================================================================================================== =================

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

3.3.3
.....

Misc
~~~~

* ``New year means updated Copyright notices (#60344)``
* ``Migrate alibaba provider to use airflow.sdk.configuration.conf (#59993)``

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

3.3.2
.....

Expand Down
8 changes: 4 additions & 4 deletions 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.3.2
Release: 3.3.3

Provider package
----------------
Expand All @@ -101,7 +101,7 @@ The minimum Apache Airflow version supported by this provider distribution is ``
PIP package Version required
========================================== ==================
``apache-airflow`` ``>=2.11.0``
``apache-airflow-providers-common-compat`` ``>=1.10.1``
``apache-airflow-providers-common-compat`` ``>=1.12.0``
``oss2`` ``>=2.14.0``
``alibabacloud_adb20211201`` ``>=1.0.0``
``alibabacloud_tea_openapi`` ``>=0.3.7``
Expand Down Expand Up @@ -133,5 +133,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_

* `The apache-airflow-providers-alibaba 3.3.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.2.tar.gz.sha512>`__)
* `The apache-airflow-providers-alibaba 3.3.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.2-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-alibaba 3.3.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.3.tar.gz.sha512>`__)
* `The apache-airflow-providers-alibaba 3.3.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.3.3-py3-none-any.whl.sha512>`__)
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: 1767122744
source-date-epoch: 1768333843
# 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.3.3
- 3.3.2
- 3.3.1
- 3.3.0
Expand Down
8 changes: 4 additions & 4 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.3.2"
version = "3.3.3"
description = "Provider package apache-airflow-providers-alibaba for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -59,7 +59,7 @@ requires-python = ">=3.10"
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
dependencies = [
"apache-airflow>=2.11.0",
"apache-airflow-providers-common-compat>=1.10.1", # use next version
"apache-airflow-providers-common-compat>=1.12.0",
"oss2>=2.14.0",
"alibabacloud_adb20211201>=1.0.0",
"alibabacloud_tea_openapi>=0.3.7",
Expand Down Expand Up @@ -101,8 +101,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.3.2"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.2/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.3"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.3.3/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.3.2"
__version__ = "3.3.3"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
Expand Down
7 changes: 4 additions & 3 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.19.0``
Release: ``9.20.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.19.0/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.20.0/>`_.

Installation
------------
Expand Down Expand Up @@ -129,7 +129,8 @@ Extra Dependencies
``ssh`` ``apache-airflow-providers-ssh``
``standard`` ``apache-airflow-providers-standard``
``common.messaging`` ``apache-airflow-providers-common-messaging>=2.0.0``
``sqlalchemy`` ``sqlalchemy>=1.4.49``
==================== ========================================================================================================================================

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

9.20.0
......

Features
~~~~~~~~

* ``Add fail_on_nonzero_exit parameter to SSM operators for exit code routing (#57753)``
* ``Check team boundaries in connections (#59476)``

Bug Fixes
~~~~~~~~~

* ``Remove the compatibility shim for log_task_event AwsEcsExecutor and AwsBatchExecutor (#60301)``
* ``Fixed timestamp comparision bug in s3hook _sync_to_local_dir_if_changed method (#60299)``

Misc
~~~~

* ``Consume ''AirflowOptionalProviderFeatureException'' from compat sdk in providers (#60335)``
* ``Change starlette import to fastapi (#60382)``
* ``New year means updated Copyright notices (#60344)``
* ``Introduce a "cli" section in provider metadata (#59805)``
* ``Remove TaskInstance and TaskLogReader unused methods (#59922)``
* ``Assorted SQLA2/Mypy fixes (#60094)``
* ``Made sqlalchemy dependency optional for amazon provider (#59941)``
* ``Source amazon provider to use airflow.sdk.configuration.conf (#59979)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Update 'example_bedrock' to use a non expired model (#60413)``
* ``Fix AWS auth manager system test (#60329)``
* ``Set default config value in unit test for AWS auth manager (#60290)``

9.19.0
......

Expand Down
8 changes: 4 additions & 4 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.19.0
Release: 9.20.0

Provider package
----------------
Expand All @@ -111,7 +111,7 @@ The minimum Apache Airflow version supported by this provider distribution is ``
PIP package Version required
========================================== ======================================
``apache-airflow`` ``>=2.11.0``
``apache-airflow-providers-common-compat`` ``>=1.10.1``
``apache-airflow-providers-common-compat`` ``>=1.12.0``
``apache-airflow-providers-common-sql`` ``>=1.27.0``
``apache-airflow-providers-http``
``boto3`` ``>=1.37.2``
Expand Down Expand Up @@ -168,5 +168,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.19.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.19.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.19.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.19.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.19.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.19.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.19.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.19.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-amazon 9.20.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.20.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.20.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.20.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.20.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.20.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.20.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.20.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: 1767123045
source-date-epoch: 1768334114
# 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.20.0
- 9.19.0
- 9.18.1
- 9.18.0
Expand Down
8 changes: 4 additions & 4 deletions providers/amazon/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-amazon"
version = "9.19.0"
version = "9.20.0"
description = "Provider package apache-airflow-providers-amazon for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -59,7 +59,7 @@ requires-python = ">=3.10"
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
dependencies = [
"apache-airflow>=2.11.0",
"apache-airflow-providers-common-compat>=1.10.1", # use next version
"apache-airflow-providers-common-compat>=1.12.0",
"apache-airflow-providers-common-sql>=1.27.0",
"apache-airflow-providers-http",
# We should update minimum version of boto3 and here regularly to avoid `pip` backtracking with the number
Expand Down Expand Up @@ -218,8 +218,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-amazon/9.19.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.19.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.20.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.20.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__ = "9.19.0"
__version__ = "9.20.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
Expand Down
Loading
Loading