diff --git a/providers/.last_release_date.txt b/providers/.last_release_date.txt index 9c6e373bfef6c..cdf766050679b 100644 --- a/providers/.last_release_date.txt +++ b/providers/.last_release_date.txt @@ -1 +1 @@ -2026-08-01 +2026-08-06 diff --git a/providers/amazon/README.rst b/providers/amazon/README.rst index 51d9b03452f44..4e5804faa02c2 100644 --- a/providers/amazon/README.rst +++ b/providers/amazon/README.rst @@ -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`` @@ -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 `_. diff --git a/providers/amazon/docs/changelog.rst b/providers/amazon/docs/changelog.rst index b8c0691e90ca7..f27c8f691b543 100644 --- a/providers/amazon/docs/changelog.rst +++ b/providers/amazon/docs/changelog.rst @@ -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)`` @@ -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 ...... diff --git a/providers/apache/hdfs/docs/changelog.rst b/providers/apache/hdfs/docs/changelog.rst index fc58389b7859f..7853db98895f2 100644 --- a/providers/apache/hdfs/docs/changelog.rst +++ b/providers/apache/hdfs/docs/changelog.rst @@ -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 ...... diff --git a/providers/apache/hive/docs/changelog.rst b/providers/apache/hive/docs/changelog.rst index fb2b9a6c02a7d..638a707f306a3 100644 --- a/providers/apache/hive/docs/changelog.rst +++ b/providers/apache/hive/docs/changelog.rst @@ -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 ..... diff --git a/providers/apache/spark/docs/changelog.rst b/providers/apache/spark/docs/changelog.rst index cb858c4556947..4aef1f7cfba6a 100644 --- a/providers/apache/spark/docs/changelog.rst +++ b/providers/apache/spark/docs/changelog.rst @@ -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 ~~~~ diff --git a/providers/clickhousedb/README.rst b/providers/clickhousedb/README.rst index 0c4f4d8cf1b8f..e7209c804916f 100644 --- a/providers/clickhousedb/README.rst +++ b/providers/clickhousedb/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-clickhousedb`` -Release: ``1.0.1`` +Release: ``1.0.0`` `ClickHouse `__ @@ -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 `_. +in the `documentation `_. Installation ------------ @@ -59,4 +59,4 @@ PIP package Version required ======================================= ================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/clickhousedb/docs/changelog.rst b/providers/clickhousedb/docs/changelog.rst index 970500fdf2e07..21aaf99532cac 100644 --- a/providers/clickhousedb/docs/changelog.rst +++ b/providers/clickhousedb/docs/changelog.rst @@ -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 ..... diff --git a/providers/clickhousedb/docs/index.rst b/providers/clickhousedb/docs/index.rst index b399de766ac96..8061b05cb0f00 100644 --- a/providers/clickhousedb/docs/index.rst +++ b/providers/clickhousedb/docs/index.rst @@ -77,7 +77,7 @@ apache-airflow-providers-clickhousedb package `ClickHouse `__ -Release: 1.0.1 +Release: 1.0.0 Provider package ---------------- @@ -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 `_ -* `The apache-airflow-providers-clickhousedb 1.0.1 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-clickhousedb 1.0.1 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-clickhousedb 1.0.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-clickhousedb 1.0.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/clickhousedb/provider.yaml b/providers/clickhousedb/provider.yaml index 0555f1029eed1..43fdb67daeae0 100644 --- a/providers/clickhousedb/provider.yaml +++ b/providers/clickhousedb/provider.yaml @@ -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: diff --git a/providers/clickhousedb/pyproject.toml b/providers/clickhousedb/pyproject.toml index ccc1b6c3b4de9..dc19451b828f7 100644 --- a/providers/clickhousedb/pyproject.toml +++ b/providers/clickhousedb/pyproject.toml @@ -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" @@ -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" diff --git a/providers/clickhousedb/src/airflow/providers/clickhousedb/__init__.py b/providers/clickhousedb/src/airflow/providers/clickhousedb/__init__.py index 4e0e1fe0d6807..112a7774d4227 100644 --- a/providers/clickhousedb/src/airflow/providers/clickhousedb/__init__.py +++ b/providers/clickhousedb/src/airflow/providers/clickhousedb/__init__.py @@ -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" diff --git a/providers/common/ai/docs/changelog.rst b/providers/common/ai/docs/changelog.rst index a39121f8ea6f6..a25ef3109a42c 100644 --- a/providers/common/ai/docs/changelog.rst +++ b/providers/common/ai/docs/changelog.rst @@ -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 ~~~~~~~~~ diff --git a/providers/common/sql/README.rst b/providers/common/sql/README.rst index f04f36b720d66..aa37c6d293ea1 100644 --- a/providers/common/sql/README.rst +++ b/providers/common/sql/README.rst @@ -84,10 +84,10 @@ 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`` @@ -95,7 +95,7 @@ Extra Dependencies ``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 `_. diff --git a/providers/common/sql/docs/changelog.rst b/providers/common/sql/docs/changelog.rst index 787ec8ec15501..825d957b2addb 100644 --- a/providers/common/sql/docs/changelog.rst +++ b/providers/common/sql/docs/changelog.rst @@ -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 ..... diff --git a/providers/databricks/docs/changelog.rst b/providers/databricks/docs/changelog.rst index 41f025336ef34..c46d61781e0ba 100644 --- a/providers/databricks/docs/changelog.rst +++ b/providers/databricks/docs/changelog.rst @@ -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)`` @@ -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 ...... diff --git a/providers/edge3/docs/changelog.rst b/providers/edge3/docs/changelog.rst index 75a1427dcaaad..abd3818ba3890 100644 --- a/providers/edge3/docs/changelog.rst +++ b/providers/edge3/docs/changelog.rst @@ -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(!): diff --git a/providers/exasol/docs/changelog.rst b/providers/exasol/docs/changelog.rst index 2738dff387b03..157f981cf5861 100644 --- a/providers/exasol/docs/changelog.rst +++ b/providers/exasol/docs/changelog.rst @@ -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 ...... diff --git a/providers/fab/docs/changelog.rst b/providers/fab/docs/changelog.rst index 0efce33768491..8ec622d56d2e3 100644 --- a/providers/fab/docs/changelog.rst +++ b/providers/fab/docs/changelog.rst @@ -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 ~~~~ diff --git a/providers/git/docs/changelog.rst b/providers/git/docs/changelog.rst index ec2c000d526d9..2291b0e5a0bfd 100644 --- a/providers/git/docs/changelog.rst +++ b/providers/git/docs/changelog.rst @@ -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(!): diff --git a/providers/google/docs/changelog.rst b/providers/google/docs/changelog.rst index 8d3603296bd97..4b42a1202714a 100644 --- a/providers/google/docs/changelog.rst +++ b/providers/google/docs/changelog.rst @@ -68,6 +68,7 @@ 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 ~~~~ @@ -75,7 +76,6 @@ 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)`` @@ -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(!): @@ -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 ...... diff --git a/providers/microsoft/azure/docs/changelog.rst b/providers/microsoft/azure/docs/changelog.rst index e7c9e0596446e..4bfa8b4bdfa08 100644 --- a/providers/microsoft/azure/docs/changelog.rst +++ b/providers/microsoft/azure/docs/changelog.rst @@ -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 ~~~~ @@ -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 ...... diff --git a/providers/opensearch/README.rst b/providers/opensearch/README.rst index 2f12cdaa3d6fe..43361067bb585 100644 --- a/providers/opensearch/README.rst +++ b/providers/opensearch/README.rst @@ -23,7 +23,7 @@ Package ``apache-airflow-providers-opensearch`` -Release: ``1.11.2`` +Release: ``1.12.0`` `OpenSearch `__ @@ -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 `_. +in the `documentation `_. Installation ------------ @@ -59,4 +59,4 @@ PIP package Version required ========================================== ================== The changelog for the provider package can be found in the -`changelog `_. +`changelog `_. diff --git a/providers/opensearch/docs/changelog.rst b/providers/opensearch/docs/changelog.rst index 1f8553c1ddc4e..5941538ccd637 100644 --- a/providers/opensearch/docs/changelog.rst +++ b/providers/opensearch/docs/changelog.rst @@ -27,9 +27,14 @@ Changelog --------- -1.11.2 +1.12.0 ...... +Features +~~~~~~~~ + +* ``Add OpensearchRemoteLogIO.from_config and register opensearch scheme (#70295)`` + Bug Fixes ~~~~~~~~~ diff --git a/providers/opensearch/docs/index.rst b/providers/opensearch/docs/index.rst index b142444e48348..84b157f4b515b 100644 --- a/providers/opensearch/docs/index.rst +++ b/providers/opensearch/docs/index.rst @@ -78,7 +78,7 @@ apache-airflow-providers-opensearch package `OpenSearch `__ -Release: 1.11.2 +Release: 1.12.0 Provider package ---------------- @@ -112,5 +112,5 @@ Downloading official packages You can download officially released packages and verify their checksums and signatures from the `Official Apache Download site `_ -* `The apache-airflow-providers-opensearch 1.11.2 sdist package `_ (`asc `__, `sha512 `__) -* `The apache-airflow-providers-opensearch 1.11.2 wheel package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-opensearch 1.12.0 sdist package `_ (`asc `__, `sha512 `__) +* `The apache-airflow-providers-opensearch 1.12.0 wheel package `_ (`asc `__, `sha512 `__) diff --git a/providers/opensearch/provider.yaml b/providers/opensearch/provider.yaml index 65996ac1a038a..24b8bef46cc78 100644 --- a/providers/opensearch/provider.yaml +++ b/providers/opensearch/provider.yaml @@ -23,13 +23,13 @@ description: | state: ready lifecycle: production -source-date-epoch: 1785633505 +source-date-epoch: 1785995745 # 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: - - 1.11.2 + - 1.12.0 - 1.11.1 - 1.11.0 - 1.10.0 diff --git a/providers/opensearch/pyproject.toml b/providers/opensearch/pyproject.toml index 2d49f24eb3dd7..eb956a48663e6 100644 --- a/providers/opensearch/pyproject.toml +++ b/providers/opensearch/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi" [project] name = "apache-airflow-providers-opensearch" -version = "1.11.2" +version = "1.12.0" description = "Provider package apache-airflow-providers-opensearch for Apache Airflow" readme = "README.rst" license = "Apache-2.0" @@ -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-opensearch/1.11.2" -"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-opensearch/1.11.2/changelog.html" +"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-opensearch/1.12.0" +"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-opensearch/1.12.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" diff --git a/providers/opensearch/src/airflow/providers/opensearch/__init__.py b/providers/opensearch/src/airflow/providers/opensearch/__init__.py index d63f5cd2e73c6..9cb402530b37c 100644 --- a/providers/opensearch/src/airflow/providers/opensearch/__init__.py +++ b/providers/opensearch/src/airflow/providers/opensearch/__init__.py @@ -29,7 +29,7 @@ __all__ = ["__version__"] -__version__ = "1.11.2" +__version__ = "1.12.0" if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse( "3.0.0" diff --git a/providers/papermill/docs/changelog.rst b/providers/papermill/docs/changelog.rst index 172b01923bf61..805f5b31b8c69 100644 --- a/providers/papermill/docs/changelog.rst +++ b/providers/papermill/docs/changelog.rst @@ -33,7 +33,6 @@ Changelog Misc ~~~~ -* ``Limit pandas to < 3 for DataFrame XComs (#70791)`` * ``Fix template-field validation in PapermillOperator (#70435)`` .. Below changes are excluded from the changelog. Move them to @@ -42,6 +41,8 @@ Misc * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)`` * ``Prepare provider documentation 2026-06-16 (#68642)`` * ``[main] Upgrade important CI environment (#68322)`` + * ``Limit pandas to < 3 for DataFrame XComs (#70791)`` + * ``Revert "Limit pandas to < 3 for DataFrame XComs (#70791)" (#71100)`` 3.13.1 ...... diff --git a/providers/postgres/README.rst b/providers/postgres/README.rst index ce30e20880f3b..30f6fec670c94 100644 --- a/providers/postgres/README.rst +++ b/providers/postgres/README.rst @@ -87,18 +87,18 @@ Dependent package Optional dependencies ---------------------- -=================== ===================================================================================================================================================================== +=================== ============================================================================================================================================================ Extra Dependencies -=================== ===================================================================================================================================================================== +=================== ============================================================================================================================================================ ``amazon`` ``apache-airflow-providers-amazon>=2.6.0`` ``asyncpg`` ``asyncpg>=0.30.0`` ``microsoft.azure`` ``apache-airflow-providers-microsoft-azure>=12.8.0`` ``openlineage`` ``apache-airflow-providers-openlineage`` -``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"`` ``polars`` ``polars>=1.26.0`` ``psycopg2`` ``psycopg2-binary>=2.9.9; python_version < '3.13'``, ``psycopg2-binary>=2.9.10; python_version >= '3.13'`` ``sqlalchemy`` ``sqlalchemy>=1.4.54`` -=================== ===================================================================================================================================================================== +=================== ============================================================================================================================================================ The changelog for the provider package can be found in the `changelog `_. diff --git a/providers/postgres/docs/changelog.rst b/providers/postgres/docs/changelog.rst index cb23caa096ad9..c056cf37a9ce9 100644 --- a/providers/postgres/docs/changelog.rst +++ b/providers/postgres/docs/changelog.rst @@ -33,7 +33,6 @@ Changelog Misc ~~~~ -* ``Limit pandas to < 3 for DataFrame XComs (#70791)`` * ``Use built-in exceptions for Postgres hook input validation (#70537)`` Doc-only @@ -43,6 +42,8 @@ Doc-only .. 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)`` 7.0.0 ..... diff --git a/providers/presto/docs/changelog.rst b/providers/presto/docs/changelog.rst index b70570f676a47..50cba487ca7d2 100644 --- a/providers/presto/docs/changelog.rst +++ b/providers/presto/docs/changelog.rst @@ -33,7 +33,6 @@ Changelog Misc ~~~~ -* ``Limit pandas to < 3 for DataFrame XComs (#70791)`` Doc-only ~~~~~~~~ @@ -44,6 +43,8 @@ Doc-only appropriate section above if needed. Do not delete the lines(!): * ``Prepare providers release 2026-07-22 (#70256)`` * ``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)`` 5.12.0 ...... diff --git a/providers/salesforce/docs/changelog.rst b/providers/salesforce/docs/changelog.rst index 69fc4e6d7383a..24d2cf703cd4a 100644 --- a/providers/salesforce/docs/changelog.rst +++ b/providers/salesforce/docs/changelog.rst @@ -33,11 +33,13 @@ 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)`` + * ``Add support for pandas 3 based xcoms in airflow (#71103)`` 5.14.1 ...... diff --git a/providers/snowflake/docs/changelog.rst b/providers/snowflake/docs/changelog.rst index 26878d8fb8e35..fce8b438052bb 100644 --- a/providers/snowflake/docs/changelog.rst +++ b/providers/snowflake/docs/changelog.rst @@ -39,11 +39,11 @@ Bug Fixes ~~~~~~~~~ * ``Log check_query_output response via format string in Snowflake SQL API hook (#67848)`` +* ``Fix snowflake provider installs picking an unimportable pyOpenSSL (#71145)`` Misc ~~~~ -* ``Limit pandas to < 3 for DataFrame XComs (#70791)`` * ``Use common.compat.sdk for timezone imports in providers (#70492)`` * ``Move the SnowparkContainerJobOperator required-argument check to execute() (#70332, #70874)`` @@ -54,6 +54,8 @@ Doc-only .. 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)`` 6.15.0 ...... diff --git a/providers/trino/docs/changelog.rst b/providers/trino/docs/changelog.rst index d3742cc310a9b..c7da9c63b1321 100644 --- a/providers/trino/docs/changelog.rst +++ b/providers/trino/docs/changelog.rst @@ -32,7 +32,6 @@ Changelog Misc ~~~~ -* ``Limit pandas to < 3 for DataFrame XComs (#70791)`` Doc-only ~~~~~~~~ @@ -43,6 +42,8 @@ Doc-only appropriate section above if needed. Do not delete the lines(!): * ``Prepare providers release 2026-07-22 (#70256)`` * ``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)`` 6.6.0 ..... diff --git a/providers/weaviate/docs/changelog.rst b/providers/weaviate/docs/changelog.rst index 81a39ec50bf40..0da137969b21d 100644 --- a/providers/weaviate/docs/changelog.rst +++ b/providers/weaviate/docs/changelog.rst @@ -31,7 +31,6 @@ Bug Fixes Misc ~~~~ -* ``Limit pandas to < 3 for DataFrame XComs (#70791)`` Doc-only ~~~~~~~~ @@ -40,6 +39,8 @@ Doc-only .. 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)`` 3.4.0 ..... diff --git a/providers/yandex/docs/changelog.rst b/providers/yandex/docs/changelog.rst index f3673bb39b6cd..d53e266882b59 100644 --- a/providers/yandex/docs/changelog.rst +++ b/providers/yandex/docs/changelog.rst @@ -34,6 +34,7 @@ Bug Fixes ~~~~~~~~~ * ``Refuse the team agnostic fall-through for a team scoped Lockbox secret name (#70877)`` +* ``Only refuse team scoped like secret ids when multi_team is on (#71078)`` .. Below changes are excluded from the changelog. Move them to appropriate section above if needed. Do not delete the lines(!):