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 providers/.last_release_date.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2026-07-01
2026-07-06
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.5.1``
Release: ``5.5.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.5.1/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.5.2/>`_.

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/5.5.1/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.5.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.5.2
.....

Misc
~~~~

* ``Cap airbyte-api < 1.0.0 due to breaking changes (#69081)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``

5.5.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: 5.5.1
Release: 5.5.2

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 5.5.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.5.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.5.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.5.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-airbyte 5.5.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.5.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.5.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.5.1-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-airbyte 5.5.2 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.5.2.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.5.2.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.5.2.tar.gz.sha512>`__)
* `The apache-airflow-providers-airbyte 5.5.2 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.5.2-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.5.2-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_airbyte-5.5.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 @@ -23,12 +23,13 @@ description: |

state: ready
lifecycle: production
source-date-epoch: 1780426378
source-date-epoch: 1783356304
# 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.5.2
- 5.5.1
- 5.5.0
- 5.4.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 = "5.5.1"
version = "5.5.2"
description = "Provider package apache-airflow-providers-airbyte 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-airbyte/5.5.1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.5.1/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.5.2"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.5.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.5.1"
__version__ = "5.5.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/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.31.0``
Release: ``9.32.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.31.0/>`_.
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.32.0/>`_.

Installation
------------
Expand Down Expand Up @@ -130,4 +130,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.31.0/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.32.0/changelog.html>`_.
35 changes: 35 additions & 0 deletions providers/amazon/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,41 @@
Changelog
---------

9.32.0
......

Features
~~~~~~~~

* ``Add CRUD methods to DynamoDBHook (#69142)``
* ``Add Amazon Provider Neptune Analytics (#64274)``
* ``Add team_name tags to Amazon executor metrics (#69072)``
* ``Add S3CopyPrefixOperator to copy all objects under a prefix (#68946)``
* ``Add output_files_to_xcom parameter to SageMakerProcessingOperator (#69002)``
* ``Propagate AWS hook parameters through RedshiftClusterTrigger (#68925)``
* ``Propagate verify and botocore_config through EC2StateSensorTrigger (#68921)``
* ``Adds Airflow 3 compatibility in 'try_adopt_task_instances' for BatchExec (#68027)``

Bug Fixes
~~~~~~~~~

* ``Prevent path traversal in s3 to sftp/ftp transfer destinations (#68984)``
* ``Fix SageMakerTransformOperator succeeding on a failed deferred job (#69042)``
* ``Close S3 download_file handle once the download finishes or fails (#69084)``
* ``Make Amazon SageMaker triggers inherit AWS base classes (#68927)``
* ``Persist BatchOperator deferrable xcom links (#64745)``
* ``Standardize ECS TaskDoneTrigger on region_name and AWS hook parameters (#68923)``
* ``Fix CloudWatch remote logging for ephemeral lifecycle executor (#68779)``
* ``Fix Cloudwatch remote logging crash API server if ResourceNotFoundException (#68781)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Document each provider's optional extras in its docs index (#69478)``
* ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
* ``Thread version_data through BundleInfo to worker-side bundle initialization (#67217)``
* ``Fix mypy type errors in DynamoDB example system test (#68849)``
* ``Fix AwsBatchExecutor test_try_adopt_task_instances after TaskInstanceDTO hostname requirement (#68871)``

9.31.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 @@ -88,7 +88,7 @@ apache-airflow-providers-amazon package
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).


Release: 9.31.0
Release: 9.32.0

Provider package
----------------
Expand Down Expand Up @@ -201,5 +201,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.31.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.31.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.31.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.31.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.31.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.31.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.31.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.31.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-amazon 9.32.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.32.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.32.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.32.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-amazon 9.32.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.32.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.32.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_amazon-9.32.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: 1781642052
source-date-epoch: 1783356304
# 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.32.0
- 9.31.0
- 9.30.0
- 9.29.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.31.0"
version = "9.32.0"
description = "Provider package apache-airflow-providers-amazon for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -217,8 +217,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.31.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.31.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.32.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.32.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.31.0"
__version__ = "9.32.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
Expand Down
28 changes: 10 additions & 18 deletions providers/anthropic/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,24 +60,16 @@ PIP package Version required
``anthropic`` ``>=0.101.0``
========================================== ==================

Cross provider package dependencies
-----------------------------------

Those are dependencies that might be needed in order to use all the features of the package.
You need to install the specified providers in order to use them.

You can install such cross-provider dependencies when installing from PyPI. For example:

.. code-block:: bash

pip install apache-airflow-providers-anthropic[common.compat]


================================================================================================================== =================
Dependent package Extra
================================================================================================================== =================
`apache-airflow-providers-common-compat <https://airflow.apache.org/docs/apache-airflow-providers-common-compat>`_ ``common.compat``
================================================================================================================== =================
Optional dependencies
----------------------

=========== ===============================
Extra Dependencies
=========== ===============================
``bedrock`` ``anthropic[bedrock]>=0.101.0``
``vertex`` ``anthropic[vertex]>=0.101.0``
``aws`` ``anthropic[aws]>=0.101.0``
=========== ===============================

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

Initial version of the provider.

Features
~~~~~~~~

* ``Add Anthropic provider ('apache-airflow-providers-anthropic') (#69003)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Validate trigger events in Anthropic deferrable tasks (#69379)``
* ``Reject invalid Amazon Bedrock model IDs in the Anthropic provider (#69404)``
* ``Fix aws_region platform list in Anthropic connection docs (#69373)``
* ``Regenerate Anthropic provider docs to remove stale common.compat extra (#69363)``
6 changes: 3 additions & 3 deletions providers/celery/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-celery``

Release: ``3.21.0``
Release: ``3.22.0``


`Celery <https://docs.celeryq.dev/en/stable/>`__
Expand All @@ -36,7 +36,7 @@ This is a provider package for ``celery`` provider. All classes for this provide
are in ``airflow.providers.celery`` python package.

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

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

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

3.22.0
......

Features
~~~~~~~~

* ``Honor json_logs config in Celery worker startup (#68916)``

Bug Fixes
~~~~~~~~~

* ``Fix Celery worker JSON logging config for teams (#69139)``

Misc
~~~~

* ``Make PostgreSQL SQLAlchemy driver explicit (postgresql+psycopg2://) (#68314)``

Doc-only
~~~~~~~~

* ``Clarify Redis maintenance for CeleryExecutor in docs (#67393)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Document each provider's optional extras in its docs index (#69478)``
* ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
* ``Test fix in main Celery worker tests leaking logging handler onto captured stdout (#69163)``
* ``Prepare ad-hoc provider documentation 2026-06-26 (#69022)``
* ``Prepare ad-hoc provider documentation 2026-06-26``

3.21.0
......

Expand Down
6 changes: 3 additions & 3 deletions providers/celery/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ apache-airflow-providers-celery package
`Celery <https://docs.celeryq.dev/en/stable/>`__


Release: 3.21.0
Release: 3.22.0

Provider package
----------------
Expand Down Expand Up @@ -138,5 +138,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-celery 3.21.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.21.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.21.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.21.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-celery 3.21.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.21.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.21.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.21.0-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-celery 3.22.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.22.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.22.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.22.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-celery 3.22.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.22.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.22.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_celery-3.22.0-py3-none-any.whl.sha512>`__)
3 changes: 2 additions & 1 deletion providers/celery/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: 1782481463
source-date-epoch: 1783356304
# 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.22.0
- 3.21.0
- 3.20.0
- 3.19.0
Expand Down
6 changes: 3 additions & 3 deletions providers/celery/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-celery"
version = "3.21.0"
version = "3.22.0"
description = "Provider package apache-airflow-providers-celery for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
Expand Down Expand Up @@ -112,8 +112,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-celery/3.21.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.21.0/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.22.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.22.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
Loading
Loading