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-08-01
2026-08-06
8 changes: 4 additions & 4 deletions providers/amazon/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ Dependent package
Optional dependencies
----------------------

==================== =====================================================================================================================================================================
==================== ============================================================================================================================================================
Extra Dependencies
==================== =====================================================================================================================================================================
==================== ============================================================================================================================================================
``aiobotocore`` ``aiobotocore>=3.0.0``
``cncf.kubernetes`` ``apache-airflow-providers-cncf-kubernetes>=7.2.0``
``s3fs`` ``s3fs>=2023.10.0``
Expand All @@ -120,14 +120,14 @@ Extra Dependencies
``imap`` ``apache-airflow-providers-imap``
``microsoft.azure`` ``apache-airflow-providers-microsoft-azure``
``mongo`` ``apache-airflow-providers-mongo``
``pandas`` ``pandas>=2.1.2,<3; python_version <"3.13"``, ``pandas>=2.2.3,<3; python_version >="3.13" and python_version <"3.14"``, ``pandas>=2.3.3,<3; python_version >="3.14"``
``pandas`` ``pandas>=2.1.2; python_version <"3.13"``, ``pandas>=2.2.3; python_version >="3.13" and python_version <"3.14"``, ``pandas>=2.3.3; python_version >="3.14"``
``openlineage`` ``apache-airflow-providers-openlineage>=2.3.0``
``salesforce`` ``apache-airflow-providers-salesforce``
``ssh`` ``apache-airflow-providers-ssh``
``standard`` ``apache-airflow-providers-standard``
``common.messaging`` ``apache-airflow-providers-common-messaging>=2.0.0``
``sqlalchemy`` ``sqlalchemy>=1.4.54``
==================== =====================================================================================================================================================================
==================== ============================================================================================================================================================

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.34.0/changelog.html>`_.
6 changes: 5 additions & 1 deletion providers/amazon/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ Bug Fixes
* ``Strip GlueDataQualityOperator ruleset after rendering (#70331)``
* ``Move template-field validation/transformation out of init for Amazon Bedrock operators (#70306)``
* ``Move template-field validation out of init for Amazon DataSync operator (#70324)``
* ``Only refuse team scoped like secret ids when multi_team is on (#71078)``

Misc
~~~~

* ``Limit pandas to < 3 for DataFrame XComs (#70791)``
* ``Keep S3DeleteObjectsOperator validation in __init__, narrow to ValueError (#70359)``
* ``Rename StepFunctionStartExecutionOperator's input field to match its constructor argument (#70544)``
* ``Fix mypy arg-type error in Redshift Data get_primary_keys (#70677)``
Expand All @@ -77,6 +77,10 @@ Doc-only
* ``Make Redshift system-test clusters non-public in sql_to_s3/s3_to_sql (#70705)``
* ``Wait for vector index to stabilize in 'example_bedrock_retrieve_and_generate' (#70649)``
* ``Fix flaky Glue OpenLineage test that calls the real AWS endpoint (#70500)``
* ``Limit pandas to < 3 for DataFrame XComs (#70791)``
* ``Revert "Limit pandas to < 3 for DataFrame XComs (#70791)" (#71100)``
* ``Add support for pandas 3 based xcoms in airflow (#71103)``
* ``Fix some docs and test gaps following up multi team secret refusal (#71106)``

9.33.0
......
Expand Down
3 changes: 2 additions & 1 deletion providers/apache/hdfs/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ Changelog
Misc
~~~~

* ``Limit pandas to < 3 for DataFrame XComs (#70791)``

.. 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)``
* ``Limit pandas to < 3 for DataFrame XComs (#70791)``
* ``Revert "Limit pandas to < 3 for DataFrame XComs (#70791)" (#71100)``

4.12.1
......
Expand Down
3 changes: 2 additions & 1 deletion providers/apache/hive/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ Bug Fixes
Misc
~~~~

* ``Limit pandas to < 3 for DataFrame XComs (#70791)``

.. 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 timezone imports in providers (#70492)``
* ``Limit pandas to < 3 for DataFrame XComs (#70791)``
* ``Revert "Limit pandas to < 3 for DataFrame XComs (#70791)" (#71100)``

9.6.0
.....
Expand Down
1 change: 1 addition & 0 deletions providers/apache/spark/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Bug Fixes
~~~~~~~~~

* ``Anchor spark-submit log trail on actual exception instead of lines (#70513)``
* ``Spark: Fix missing space in YARN waitAppCompletion error message (#71055)``

Misc
~~~~
Expand Down
6 changes: 3 additions & 3 deletions providers/clickhousedb/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-clickhousedb``

Release: ``1.0.1``
Release: ``1.0.0``


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

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

Installation
------------
Expand All @@ -59,4 +59,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-clickhousedb/1.0.1/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-clickhousedb/1.0.0/changelog.html>`_.
15 changes: 0 additions & 15 deletions providers/clickhousedb/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,6 @@
Changelog
---------

1.0.1
.....

Misc
~~~~

* ``Change Clickhouse lifecycle to incubation (#69166)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix ClickHouse test_connection unit test failing with newer clickhouse-connect (#70114)``
* ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
* ``Prepare providers release 2026-07-22 (#70256)``


1.0.0
.....

Expand Down
6 changes: 3 additions & 3 deletions providers/clickhousedb/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ apache-airflow-providers-clickhousedb package
`ClickHouse <https://clickhouse.com/>`__


Release: 1.0.1
Release: 1.0.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-clickhousedb 1.0.1 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_clickhousedb-1.0.1.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_clickhousedb-1.0.1.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_clickhousedb-1.0.1.tar.gz.sha512>`__)
* `The apache-airflow-providers-clickhousedb 1.0.1 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_clickhousedb-1.0.1-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_clickhousedb-1.0.1-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_clickhousedb-1.0.1-py3-none-any.whl.sha512>`__)
* `The apache-airflow-providers-clickhousedb 1.0.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_clickhousedb-1.0.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_clickhousedb-1.0.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_clickhousedb-1.0.0.tar.gz.sha512>`__)
* `The apache-airflow-providers-clickhousedb 1.0.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_clickhousedb-1.0.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_clickhousedb-1.0.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_clickhousedb-1.0.0-py3-none-any.whl.sha512>`__)
1 change: 0 additions & 1 deletion providers/clickhousedb/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ source-date-epoch: 1785633505
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
- 1.0.1
- 1.0.0

integrations:
Expand Down
6 changes: 3 additions & 3 deletions providers/clickhousedb/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-clickhousedb"
version = "1.0.1"
version = "1.0.0"
description = "Provider package apache-airflow-providers-clickhousedb 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-clickhousedb/1.0.1"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-clickhousedb/1.0.1/changelog.html"
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-clickhousedb/1.0.0"
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-clickhousedb/1.0.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__ = "1.0.1"
__version__ = "1.0.0"

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
Expand Down
2 changes: 2 additions & 0 deletions providers/common/ai/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Features
* ``Use task state store for 'common.ai' durable execution on Airflow 3.3+ (#68926)``
* ``Support '.txt' files in 'LLMFileAnalysisOperator' (#70431)``
* ``Support cloud URI globs in DocumentLoaderOperator (#70299)``
* ``Support require_approval in LLMBranchOperator (#70651)``
* ``Render multi-branch review choices as a multi-select (#71046)``

Bug Fixes
~~~~~~~~~
Expand Down
8 changes: 4 additions & 4 deletions providers/common/sql/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,18 @@ Dependent package
Optional dependencies
----------------------

================== ================================================================================================================================================================================
================== =======================================================================================================================================================================
Extra Dependencies
================== ================================================================================================================================================================================
``pandas`` ``pandas[sql-other]>=2.1.2,<3; python_version <"3.13"``, ``pandas>=2.2.3,<3; python_version >="3.13" and python_version <"3.14"``, ``pandas>=2.3.3,<3; python_version >="3.14"``
================== =======================================================================================================================================================================
``pandas`` ``pandas[sql-other]>=2.1.2; python_version <"3.13"``, ``pandas>=2.2.3; python_version >="3.13" and python_version <"3.14"``, ``pandas>=2.3.3; python_version >="3.14"``
``openlineage`` ``apache-airflow-providers-openlineage``
``polars`` ``polars>=1.26.0``
``sqlalchemy`` ``sqlalchemy>=1.4.54``
``amazon`` ``apache-airflow-providers-amazon``
``datafusion`` ``datafusion>=50.0.0,<52.0.0``
``pyiceberg-core`` ``pyiceberg-core>=0.8.0``
``apache.iceberg`` ``apache-airflow-providers-apache-iceberg``
================== ================================================================================================================================================================================
================== =======================================================================================================================================================================

The changelog for the provider package can be found in the
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-sql/2.1.0/changelog.html>`_.
3 changes: 2 additions & 1 deletion providers/common/sql/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ Bug Fixes
Misc
~~~~

* ``Limit pandas to < 3 for DataFrame XComs (#70791)``

.. 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 timezone imports in providers (#70492)``
* ``Limit pandas to < 3 for DataFrame XComs (#70791)``
* ``Revert "Limit pandas to < 3 for DataFrame XComs (#70791)" (#71100)``

2.0.3
.....
Expand Down
3 changes: 2 additions & 1 deletion providers/databricks/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Changelog
Misc
~~~~

* ``Limit pandas to < 3 for DataFrame XComs (#70791)``
* ``Review and update constraint dependencies (#70652)``
* ``Validate DatabricksSQLStatementsSensor statement fields after rendering (#70340)``
* ``Validate DatabricksCopyIntoOperator template fields after rendering (#70339)``
Expand All @@ -47,6 +46,8 @@ Doc-only
appropriate section above if needed. Do not delete the lines(!):
* ``Restore Dag-parse-time validation for Databricks Repos operator arguments (#70551)``
* ``Validate Databricks Repos operators' template fields after rendering (#70341)``
* ``Limit pandas to < 3 for DataFrame XComs (#70791)``
* ``Revert "Limit pandas to < 3 for DataFrame XComs (#70791)" (#71100)``

7.18.0
......
Expand Down
1 change: 1 addition & 0 deletions providers/edge3/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Misc
* ``Bump the edge-ui-package-updates group across 1 directory with 3 updates (#70848)``
* ``Bump the edge-ui-package-updates group across 1 directory with 31 updates (#70616)``
* ``Add team_name tagging to multi team dag metrics (#69943)``
* ``Bump @types/node to 26.1.2 (#70870)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
Expand Down
3 changes: 2 additions & 1 deletion providers/exasol/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ Changelog
Misc
~~~~

* ``Limit pandas to < 3 for DataFrame XComs (#70791)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Limit pandas to < 3 for DataFrame XComs (#70791)``
* ``Revert "Limit pandas to < 3 for DataFrame XComs (#70791)" (#71100)``

4.10.4
......
Expand Down
1 change: 1 addition & 0 deletions providers/fab/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Bug Fixes
~~~~~~~~~

* ``Fix asset state store writes forbidden under FAB auth manager (#70478)``
* ``Stop dumping every Dag to stdout when syncing FAB permissions (#70939)``

Misc
~~~~
Expand Down
5 changes: 5 additions & 0 deletions providers/git/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ Bug Fixes

* ``Use private key when pulling submodules (#62938)``

Misc
~~~~

* ``Use ValueError for conflicting Git connection key arguments (#70538)``

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

Expand Down
5 changes: 4 additions & 1 deletion providers/google/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ Bug Fixes
* ``Emit GCSListObjectsOperator delimiter deprecation warning after rendering (#70533)``
* ``Move Compute Engine validation out of constructors (#70454)``
* ``Prevent premature validation in Gemini batch job operators (#70362)``
* ``Only refuse team scoped like secret ids when multi_team is on (#71078)``

Misc
~~~~

* ``Make psycopg (v3) the default synchronous Postgres driver (#69526)``
* ``Flag conn-fields in hook but absent from provider.yaml in static checks (#69655)``
* ``Strip only the literal properties/ prefix from GA property link IDs (#70919)``
* ``Limit pandas to < 3 for DataFrame XComs (#70791)``
* ``Update system test to the latest api version of google-ads (#69865)``
* ``Use common.compat.sdk for timezone imports in providers (#70492)``
* ``Drop redundant BigQueryInsertJobOperator job ID snapshot in __init__ (#70494)``
Expand All @@ -85,6 +85,7 @@ Doc-only

* ``Link task state store docs in durable execution across providers (#69851)``
* ``Document effect of state-store cleanup for operators with durable execution (#70721)``
* ``Fix some docs and test gaps following up multi team secret refusal (#71106)``

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
Expand All @@ -93,6 +94,8 @@ Doc-only
* ``Preserve Dataform workflow invocation config (#53843) (#69161)``
* ``Revert Dataform workflow invocation dict normalization (#69161) (#70395)``
* ``Prepare providers release 2026-07-22 (#70256)``
* ``Limit pandas to < 3 for DataFrame XComs (#70791)``
* ``Revert "Limit pandas to < 3 for DataFrame XComs (#70791)" (#71100)``

22.2.2
......
Expand Down
2 changes: 2 additions & 0 deletions providers/microsoft/azure/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Bug Fixes
* ``Refuse the team agnostic fall-through for a team scoped Key Vault secret name (#70876)``
* ``Fix duplicated task logs in the WASB log handler (#70860)``
* ``Validate AzureVirtualMachineStateSensor target_state after rendering, outside poke() (#70329, #70372)``
* ``Only refuse team scoped like secret ids when multi_team is on (#71078)``

Misc
~~~~
Expand All @@ -51,6 +52,7 @@ Misc

.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Fix some docs and test gaps following up multi team secret refusal (#71106)``

14.0.0
......
Expand Down
6 changes: 3 additions & 3 deletions providers/opensearch/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Package ``apache-airflow-providers-opensearch``

Release: ``1.11.2``
Release: ``1.12.0``


`OpenSearch <https://opensearch.org/>`__
Expand All @@ -36,7 +36,7 @@ This is a provider package for ``opensearch`` provider. All classes for this pro
are in ``airflow.providers.opensearch`` python package.

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

Installation
------------
Expand All @@ -59,4 +59,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-opensearch/1.11.2/changelog.html>`_.
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-opensearch/1.12.0/changelog.html>`_.
7 changes: 6 additions & 1 deletion providers/opensearch/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@
Changelog
---------

1.11.2
1.12.0
......

Features
~~~~~~~~

* ``Add OpensearchRemoteLogIO.from_config and register opensearch scheme (#70295)``

Bug Fixes
~~~~~~~~~

Expand Down
Loading