Skip to content
Open
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 @@
2026-09-09
2026-09-22
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: ``6.0.1``
Release: ``6.1.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/6.0.1/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-airbyte/6.1.0/>`_.

Installation
------------
Expand All @@ -60,4 +60,4 @@ PIP package Version required
========================================== ==================

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

6.1.0
.....

Features
~~~~~~~~

* ``Template every connection id accepted by provider operators (#73286)``

Misc
~~~~

* ``Sync connection UI metadata in provider.yaml with hook definitions (#72087)``

Doc-only
~~~~~~~~

* ``Note why the Airbyte hook stays on httpx rather than httpx2 (#72111)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Adopt flit 4 as the provider distribution build backend (#71186)``
6.0.1
.....

Expand Down
6 changes: 3 additions & 3 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: 6.0.1
Release: 6.1.0

Provider package
----------------
Expand Down Expand Up @@ -111,5 +111,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 6.0.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-6.0.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-6.0.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-6.0.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-airbyte 6.0.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-6.0.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-6.0.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-6.0.1-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-airbyte 6.1.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-6.1.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-6.1.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-6.1.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-airbyte 6.1.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-6.1.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-6.1.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-6.1.0-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 @@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
source-date-epoch: 1785633505
source-date-epoch: 1790023613
# 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:
- 6.1.0
- 6.0.1
- 6.0.0
- 5.5.2
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 = "6.0.1"
version = "6.1.0"
description = "Provider package apache-airflow-providers-airbyte for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -100,8 +100,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/6.0.1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/6.0.1/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/6.1.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/6.1.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__ = "6.0.1"
__version__ = "6.1.0"

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.4.0``
Release: ``3.5.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.4.0/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.5.0/>`_.

Installation
------------
Expand All @@ -63,4 +63,4 @@ PIP package Version required
========================================== ========================================

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

3.5.0
.....

Features
~~~~~~~~

* ``Template every connection id accepted by provider operators (#73286)``

Misc
~~~~

* ``Remove the redundant get_ui_field_behaviour override from AlibabaBaseHook (#72087)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Use common.compat.sdk for the remaining provider timezone imports (#71209)``
* ``Adopt flit 4 as the provider distribution build backend (#71186)``

3.4.0
.....

Expand Down
6 changes: 3 additions & 3 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.4.0
Release: 3.5.0

Provider package
----------------
Expand Down Expand Up @@ -115,5 +115,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.4.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.4.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.4.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.4.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-alibaba 3.4.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.4.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.4.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.4.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-alibaba 3.5.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.5.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.5.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.5.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-alibaba 3.5.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.5.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.5.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_alibaba-3.5.0-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 @@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
source-date-epoch: 1785633505
source-date-epoch: 1790023613
# 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.5.0
- 3.4.0
- 3.3.9
- 3.3.8
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.4.0"
version = "3.5.0"
description = "Provider package apache-airflow-providers-alibaba for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -103,8 +103,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.4.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.4.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.5.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-alibaba/3.5.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.4.0"
__version__ = "3.5.0"

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/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.36.0``
Release: ``9.37.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.36.0/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.37.0/>`_.

Installation
------------
Expand Down Expand Up @@ -131,4 +131,4 @@ Extra Dependencies
==================== ============================================================================================================================================================

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

9.37.0
......

.. warning::
Deferrable AWS operators and sensors now hand ``region_name``, ``verify`` and ``botocore_config``
to the trigger they defer to, so the triggerer builds its hook from the operator's settings
Expand All @@ -35,6 +38,55 @@ Changelog
botocore configuration, which previously never reached it. Set these explicitly on the operator
if the deferred half needs to differ from the synchronous half.

Features
~~~~~~~~

* ``Template every connection id accepted by provider operators (#73286)``
* ``Add AthenaSparkOperator (#72081)``
* ``Preserve SageMaker job lifecycle states in trigger events (#71653)``
* ``Add Kinesis Data Streams trigger (#71135)``
* ``Add 'MskHook' (#69000)``
* ``Add deferrable mode to EmrServerlessJobSensor (#71652)``
* ``Support code packages in MWAA Serverless workflow operators (#72622)``
* ``Add deferrable mode to QuickSight operator and sensor (#70218)``

Bug Fixes
~~~~~~~~~

* ``Log the success message when a deferred EKS cluster deletion completes (#73455)``
* ``Build deferred AWS hooks from the operator's own settings (#72171)``
* ``Preserve OpenSearch Serverless hook configuration when deferring (#72472)``
* ``Fix id_to_job_info memory leak in the AWS Batch executor (#72186)``
* ``Fix EMR Serverless delete operator skipping deletion when deferrable (#73323)``
* ``Contain remote log upload paths within base_log_folder (#72162)``
* ``Log the HTTP response in HttpToS3Operator when log_response is set (#72951)``
* ``Give EKS delete operations longer to ride out ResourceInUseException (#73219)``
* ``Fix empty status messages in deferrable Bedrock/OpenSearch sensors (#72330)``
* ``Reject empty match_glob in GCSToS3Operator on old google provider (#71591)``

Misc
~~~~

* ``Unify executor workload queues (#63491)``

Doc-only
~~~~~~~~

* ``Fix howto guide link in AzureBlobStorageToS3Operator docstring (#73227)``
* ``Stop recommending psycopg3 connection strings on older Airflow (#70619)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix example_dms Dag parsing on Airflow 2 (#73563)``
* ``Drop stale OpenSearch Serverless entries from deferred hook configuration test (#73502)``
* ``Remove real sleeps from slow provider unit tests (#73478)``
* ``Add fallback to standard provider import in 'example_dms' (#73193)``
* ``Add missing Amazon utility tests (#72985)``
* ``Fix BaseBotoWaiter deferrable test failing without aiobotocore (#73019)``
* ``Wait for the EKS cluster to be stable before deleting Fargate profiles (#72957)``
* ``Skip legacy models when selecting a Bedrock inference profile (#72521)``
* ``Add unit tests for BaseBotoWaiter in Amazon provider (#72819)``

9.36.0
......

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


Release: 9.36.0
Release: 9.37.0

Provider package
----------------
Expand Down Expand Up @@ -203,5 +203,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.36.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.36.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.36.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.36.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.36.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.36.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.36.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.36.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-amazon 9.37.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.37.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.37.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.37.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.37.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.37.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.37.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.37.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 @@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
source-date-epoch: 1788976455
source-date-epoch: 1790023613
# 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.37.0
- 9.36.0
- 9.35.1
- 9.35.0
Expand Down
6 changes: 3 additions & 3 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.36.0"
version = "9.37.0"
description = "Provider package apache-airflow-providers-amazon for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -220,8 +220,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.36.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.36.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.37.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.37.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.36.0"
__version__ = "9.37.0"

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