From 7637e7b7186a0726d4ec54f94a22f234f067aac8 Mon Sep 17 00:00:00 2001
From: Shahar Epstein <60007259+shahar1@users.noreply.github.com>
Date: Tue, 22 Sep 2026 08:10:33 +0300
Subject: [PATCH 1/4] Prepare providers release 2026-09-22
76 providers are released and 1 is marked doc-only.
The four major bumps (edge3, git, microsoft.psrp and openai) each remove or
change a released public API, and every one carries a warning in its version
section explaining the migration. amazon is a minor instead: the AWS team
reviewed #72171 and considers the deferred-hook change a bug fix, so the
warning about the triggerer no longer inheriting its host's boto3 defaults
ships under 9.37.0 rather than a major.
The wave is large because #73286 made every operator's connection id a
template field across 61 providers, which is a user-facing feature in each
of them.
common.ai is prepared in a follow-up commit rather than this one, so that
the rest of the wave can ship if its release is deferred.
---
providers/.last_release_date.txt | 2 +-
providers/airbyte/README.rst | 6 +-
providers/airbyte/docs/changelog.rst | 22 +++
providers/airbyte/docs/index.rst | 6 +-
providers/airbyte/provider.yaml | 3 +-
providers/airbyte/pyproject.toml | 6 +-
.../src/airflow/providers/airbyte/__init__.py | 2 +-
providers/alibaba/README.rst | 6 +-
providers/alibaba/docs/changelog.rst | 18 ++
providers/alibaba/docs/index.rst | 6 +-
providers/alibaba/provider.yaml | 3 +-
providers/alibaba/pyproject.toml | 6 +-
.../src/airflow/providers/alibaba/__init__.py | 2 +-
providers/amazon/README.rst | 6 +-
providers/amazon/docs/changelog.rst | 52 ++++++
providers/amazon/docs/index.rst | 6 +-
providers/amazon/provider.yaml | 3 +-
providers/amazon/pyproject.toml | 6 +-
.../src/airflow/providers/amazon/__init__.py | 2 +-
providers/anthropic/README.rst | 6 +-
providers/anthropic/docs/changelog.rst | 16 ++
providers/anthropic/docs/index.rst | 6 +-
providers/anthropic/provider.yaml | 3 +-
providers/anthropic/pyproject.toml | 6 +-
.../airflow/providers/anthropic/__init__.py | 2 +-
providers/apache/beam/README.rst | 6 +-
providers/apache/beam/docs/changelog.rst | 17 ++
providers/apache/beam/docs/index.rst | 6 +-
providers/apache/beam/provider.yaml | 3 +-
providers/apache/beam/pyproject.toml | 6 +-
.../airflow/providers/apache/beam/__init__.py | 2 +-
providers/apache/cassandra/README.rst | 6 +-
providers/apache/cassandra/docs/changelog.rst | 13 ++
providers/apache/cassandra/docs/index.rst | 6 +-
providers/apache/cassandra/provider.yaml | 4 +-
providers/apache/cassandra/pyproject.toml | 6 +-
.../providers/apache/cassandra/__init__.py | 2 +-
providers/apache/druid/README.rst | 6 +-
providers/apache/druid/docs/changelog.rst | 24 +++
providers/apache/druid/docs/index.rst | 6 +-
providers/apache/druid/provider.yaml | 4 +-
providers/apache/druid/pyproject.toml | 6 +-
.../providers/apache/druid/__init__.py | 2 +-
providers/apache/flink/README.rst | 6 +-
providers/apache/flink/docs/changelog.rst | 14 ++
providers/apache/flink/docs/index.rst | 6 +-
providers/apache/flink/provider.yaml | 4 +-
providers/apache/flink/pyproject.toml | 6 +-
.../providers/apache/flink/__init__.py | 2 +-
providers/apache/hdfs/README.rst | 6 +-
providers/apache/hdfs/docs/changelog.rst | 12 ++
providers/apache/hdfs/docs/index.rst | 6 +-
providers/apache/hdfs/provider.yaml | 4 +-
providers/apache/hdfs/pyproject.toml | 6 +-
.../airflow/providers/apache/hdfs/__init__.py | 2 +-
providers/apache/hive/README.rst | 6 +-
providers/apache/hive/docs/changelog.rst | 12 ++
providers/apache/hive/docs/index.rst | 6 +-
providers/apache/hive/provider.yaml | 4 +-
providers/apache/hive/pyproject.toml | 6 +-
.../airflow/providers/apache/hive/__init__.py | 2 +-
providers/apache/kylin/README.rst | 6 +-
providers/apache/kylin/docs/changelog.rst | 14 ++
providers/apache/kylin/docs/index.rst | 6 +-
providers/apache/kylin/provider.yaml | 4 +-
providers/apache/kylin/pyproject.toml | 6 +-
.../providers/apache/kylin/__init__.py | 2 +-
providers/apache/livy/README.rst | 6 +-
providers/apache/livy/docs/changelog.rst | 11 ++
providers/apache/livy/docs/index.rst | 6 +-
providers/apache/livy/provider.yaml | 3 +-
providers/apache/livy/pyproject.toml | 6 +-
.../airflow/providers/apache/livy/__init__.py | 2 +-
providers/apache/pig/README.rst | 6 +-
providers/apache/pig/docs/changelog.rst | 13 ++
providers/apache/pig/docs/index.rst | 6 +-
providers/apache/pig/provider.yaml | 4 +-
providers/apache/pig/pyproject.toml | 6 +-
.../airflow/providers/apache/pig/__init__.py | 2 +-
providers/apache/tinkerpop/README.rst | 6 +-
providers/apache/tinkerpop/docs/changelog.rst | 20 +++
providers/apache/tinkerpop/docs/index.rst | 6 +-
providers/apache/tinkerpop/provider.yaml | 4 +-
providers/apache/tinkerpop/pyproject.toml | 6 +-
.../providers/apache/tinkerpop/__init__.py | 2 +-
providers/apprise/README.rst | 6 +-
providers/apprise/docs/changelog.rst | 13 ++
providers/apprise/docs/index.rst | 6 +-
providers/apprise/provider.yaml | 4 +-
providers/apprise/pyproject.toml | 6 +-
.../src/airflow/providers/apprise/__init__.py | 2 +-
providers/arangodb/README.rst | 6 +-
providers/arangodb/docs/changelog.rst | 24 +++
providers/arangodb/docs/index.rst | 6 +-
providers/arangodb/provider.yaml | 3 +-
providers/arangodb/pyproject.toml | 6 +-
.../airflow/providers/arangodb/__init__.py | 2 +-
providers/asana/README.rst | 6 +-
providers/asana/docs/changelog.rst | 15 ++
providers/asana/docs/index.rst | 6 +-
providers/asana/provider.yaml | 4 +-
providers/asana/pyproject.toml | 6 +-
.../src/airflow/providers/asana/__init__.py | 2 +-
providers/atlassian/jira/README.rst | 6 +-
providers/atlassian/jira/docs/changelog.rst | 13 ++
providers/atlassian/jira/docs/index.rst | 6 +-
providers/atlassian/jira/provider.yaml | 4 +-
providers/atlassian/jira/pyproject.toml | 6 +-
.../providers/atlassian/jira/__init__.py | 2 +-
providers/celery/README.rst | 6 +-
providers/celery/docs/changelog.rst | 22 +++
providers/celery/docs/index.rst | 6 +-
providers/celery/provider.yaml | 3 +-
providers/celery/pyproject.toml | 6 +-
.../src/airflow/providers/celery/__init__.py | 2 +-
providers/cloudant/README.rst | 6 +-
providers/cloudant/docs/changelog.rst | 13 ++
providers/cloudant/docs/index.rst | 6 +-
providers/cloudant/provider.yaml | 3 +-
providers/cloudant/pyproject.toml | 6 +-
.../airflow/providers/cloudant/__init__.py | 2 +-
providers/cncf/kubernetes/README.rst | 6 +-
providers/cncf/kubernetes/docs/changelog.rst | 33 ++++
providers/cncf/kubernetes/docs/index.rst | 6 +-
providers/cncf/kubernetes/provider.yaml | 3 +-
providers/cncf/kubernetes/pyproject.toml | 6 +-
.../providers/cncf/kubernetes/__init__.py | 2 +-
providers/cohere/README.rst | 6 +-
providers/cohere/docs/changelog.rst | 11 ++
providers/cohere/docs/index.rst | 6 +-
providers/cohere/provider.yaml | 4 +-
providers/cohere/pyproject.toml | 6 +-
.../src/airflow/providers/cohere/__init__.py | 2 +-
providers/common/compat/README.rst | 6 +-
providers/common/compat/docs/changelog.rst | 22 +++
providers/common/compat/docs/index.rst | 6 +-
providers/common/compat/provider.yaml | 3 +-
providers/common/compat/pyproject.toml | 6 +-
.../providers/common/compat/__init__.py | 2 +-
providers/common/io/README.rst | 6 +-
providers/common/io/docs/changelog.rst | 18 ++
providers/common/io/docs/index.rst | 6 +-
providers/common/io/provider.yaml | 4 +-
providers/common/io/pyproject.toml | 6 +-
.../airflow/providers/common/io/__init__.py | 2 +-
providers/common/messaging/README.rst | 6 +-
providers/common/messaging/docs/changelog.rst | 12 ++
providers/common/messaging/docs/index.rst | 6 +-
providers/common/messaging/provider.yaml | 3 +-
providers/common/messaging/pyproject.toml | 6 +-
.../providers/common/messaging/__init__.py | 2 +-
providers/common/sql/README.rst | 6 +-
providers/common/sql/docs/changelog.rst | 27 +++
providers/common/sql/docs/index.rst | 6 +-
providers/common/sql/provider.yaml | 3 +-
providers/common/sql/pyproject.toml | 6 +-
.../airflow/providers/common/sql/__init__.py | 2 +-
providers/databricks/README.rst | 6 +-
providers/databricks/docs/changelog.rst | 22 +++
providers/databricks/docs/index.rst | 6 +-
providers/databricks/provider.yaml | 3 +-
providers/databricks/pyproject.toml | 6 +-
.../airflow/providers/databricks/__init__.py | 2 +-
providers/datadog/README.rst | 6 +-
providers/datadog/docs/changelog.rst | 15 ++
providers/datadog/docs/index.rst | 6 +-
providers/datadog/provider.yaml | 4 +-
providers/datadog/pyproject.toml | 6 +-
.../src/airflow/providers/datadog/__init__.py | 2 +-
providers/dbt/cloud/README.rst | 6 +-
providers/dbt/cloud/docs/changelog.rst | 23 +++
providers/dbt/cloud/docs/index.rst | 6 +-
providers/dbt/cloud/provider.yaml | 3 +-
providers/dbt/cloud/pyproject.toml | 6 +-
.../airflow/providers/dbt/cloud/__init__.py | 2 +-
providers/dingding/README.rst | 6 +-
providers/dingding/docs/changelog.rst | 16 ++
providers/dingding/docs/index.rst | 6 +-
providers/dingding/provider.yaml | 4 +-
providers/dingding/pyproject.toml | 6 +-
.../airflow/providers/dingding/__init__.py | 2 +-
providers/docker/README.rst | 6 +-
providers/docker/docs/changelog.rst | 14 ++
providers/docker/docs/index.rst | 6 +-
providers/docker/provider.yaml | 4 +-
providers/docker/pyproject.toml | 6 +-
.../src/airflow/providers/docker/__init__.py | 2 +-
providers/duckdb/README.rst | 34 +---
providers/edge3/README.rst | 6 +-
providers/edge3/docs/changelog.rst | 31 ++++
providers/edge3/docs/index.rst | 6 +-
providers/edge3/provider.yaml | 3 +-
providers/edge3/pyproject.toml | 6 +-
.../src/airflow/providers/edge3/__init__.py | 2 +-
providers/exasol/README.rst | 6 +-
providers/exasol/docs/changelog.rst | 11 ++
providers/exasol/docs/index.rst | 6 +-
providers/exasol/provider.yaml | 4 +-
providers/exasol/pyproject.toml | 6 +-
.../src/airflow/providers/exasol/__init__.py | 2 +-
providers/fab/README.rst | 8 +-
providers/fab/docs/changelog.rst | 38 +++++
providers/fab/docs/index.rst | 8 +-
providers/fab/provider.yaml | 3 +-
providers/fab/pyproject.toml | 8 +-
.../fab/src/airflow/providers/fab/__init__.py | 2 +-
providers/ftp/README.rst | 6 +-
providers/ftp/docs/changelog.rst | 15 ++
providers/ftp/docs/index.rst | 6 +-
providers/ftp/provider.yaml | 4 +-
providers/ftp/pyproject.toml | 6 +-
.../ftp/src/airflow/providers/ftp/__init__.py | 2 +-
providers/git/README.rst | 6 +-
providers/git/docs/changelog.rst | 11 ++
providers/git/docs/index.rst | 6 +-
providers/git/provider.yaml | 3 +-
providers/git/pyproject.toml | 6 +-
.../git/src/airflow/providers/git/__init__.py | 2 +-
providers/github/README.rst | 6 +-
providers/github/docs/changelog.rst | 21 +++
providers/github/docs/index.rst | 6 +-
providers/github/provider.yaml | 4 +-
providers/github/pyproject.toml | 6 +-
.../src/airflow/providers/github/__init__.py | 2 +-
providers/google/README.rst | 6 +-
providers/google/docs/changelog.rst | 59 +++++++
providers/google/docs/index.rst | 6 +-
providers/google/provider.yaml | 3 +-
providers/google/pyproject.toml | 6 +-
.../src/airflow/providers/google/__init__.py | 2 +-
providers/grpc/README.rst | 6 +-
providers/grpc/docs/changelog.rst | 15 ++
providers/grpc/docs/index.rst | 6 +-
providers/grpc/provider.yaml | 4 +-
providers/grpc/pyproject.toml | 6 +-
.../src/airflow/providers/grpc/__init__.py | 2 +-
providers/hashicorp/README.rst | 6 +-
providers/hashicorp/docs/changelog.rst | 11 ++
providers/hashicorp/docs/index.rst | 6 +-
providers/hashicorp/provider.yaml | 3 +-
providers/hashicorp/pyproject.toml | 6 +-
.../airflow/providers/hashicorp/__init__.py | 2 +-
providers/http/README.rst | 6 +-
providers/http/docs/changelog.rst | 16 ++
providers/http/docs/index.rst | 6 +-
providers/http/provider.yaml | 3 +-
providers/http/pyproject.toml | 6 +-
.../src/airflow/providers/http/__init__.py | 2 +-
providers/imap/README.rst | 6 +-
providers/imap/docs/changelog.rst | 14 ++
providers/imap/docs/index.rst | 6 +-
providers/imap/provider.yaml | 4 +-
providers/imap/pyproject.toml | 6 +-
.../src/airflow/providers/imap/__init__.py | 2 +-
providers/influxdb/README.rst | 6 +-
providers/influxdb/docs/changelog.rst | 12 ++
providers/influxdb/docs/index.rst | 6 +-
providers/influxdb/provider.yaml | 3 +-
providers/influxdb/pyproject.toml | 6 +-
.../airflow/providers/influxdb/__init__.py | 2 +-
providers/keycloak/README.rst | 6 +-
providers/keycloak/docs/changelog.rst | 18 ++
providers/keycloak/docs/index.rst | 6 +-
providers/keycloak/provider.yaml | 3 +-
providers/keycloak/pyproject.toml | 6 +-
.../airflow/providers/keycloak/__init__.py | 2 +-
providers/microsoft/azure/README.rst | 6 +-
providers/microsoft/azure/docs/changelog.rst | 19 +++
providers/microsoft/azure/docs/index.rst | 6 +-
providers/microsoft/azure/provider.yaml | 3 +-
providers/microsoft/azure/pyproject.toml | 6 +-
.../providers/microsoft/azure/__init__.py | 2 +-
.../mssql/docs/.latest-doc-only-change.txt | 2 +-
providers/microsoft/psrp/README.rst | 6 +-
providers/microsoft/psrp/docs/changelog.rst | 15 +-
providers/microsoft/psrp/docs/index.rst | 6 +-
providers/microsoft/psrp/provider.yaml | 3 +-
providers/microsoft/psrp/pyproject.toml | 6 +-
.../providers/microsoft/psrp/__init__.py | 2 +-
providers/microsoft/winrm/README.rst | 6 +-
providers/microsoft/winrm/docs/changelog.rst | 14 ++
providers/microsoft/winrm/docs/index.rst | 6 +-
providers/microsoft/winrm/provider.yaml | 4 +-
providers/microsoft/winrm/pyproject.toml | 6 +-
.../providers/microsoft/winrm/__init__.py | 2 +-
providers/mongo/README.rst | 6 +-
providers/mongo/docs/changelog.rst | 15 ++
providers/mongo/docs/index.rst | 6 +-
providers/mongo/provider.yaml | 4 +-
providers/mongo/pyproject.toml | 6 +-
.../src/airflow/providers/mongo/__init__.py | 2 +-
providers/mysql/README.rst | 6 +-
providers/mysql/docs/changelog.rst | 11 ++
providers/mysql/docs/index.rst | 6 +-
providers/mysql/provider.yaml | 4 +-
providers/mysql/pyproject.toml | 6 +-
.../src/airflow/providers/mysql/__init__.py | 2 +-
providers/neo4j/README.rst | 6 +-
providers/neo4j/docs/changelog.rst | 12 ++
providers/neo4j/docs/index.rst | 6 +-
providers/neo4j/provider.yaml | 4 +-
providers/neo4j/pyproject.toml | 6 +-
.../src/airflow/providers/neo4j/__init__.py | 2 +-
providers/openai/README.rst | 6 +-
providers/openai/docs/changelog.rst | 36 ++++
providers/openai/docs/index.rst | 6 +-
providers/openai/provider.yaml | 3 +-
providers/openai/pyproject.toml | 6 +-
.../src/airflow/providers/openai/__init__.py | 2 +-
providers/openlineage/README.rst | 6 +-
providers/openlineage/docs/changelog.rst | 18 ++
providers/openlineage/docs/index.rst | 6 +-
providers/openlineage/provider.yaml | 3 +-
providers/openlineage/pyproject.toml | 6 +-
.../airflow/providers/openlineage/__init__.py | 2 +-
providers/opensearch/README.rst | 6 +-
providers/opensearch/docs/changelog.rst | 11 ++
providers/opensearch/docs/index.rst | 6 +-
providers/opensearch/provider.yaml | 4 +-
providers/opensearch/pyproject.toml | 6 +-
.../airflow/providers/opensearch/__init__.py | 2 +-
providers/opsgenie/README.rst | 6 +-
providers/opsgenie/docs/changelog.rst | 14 ++
providers/opsgenie/docs/index.rst | 6 +-
providers/opsgenie/provider.yaml | 4 +-
providers/opsgenie/pyproject.toml | 6 +-
.../airflow/providers/opsgenie/__init__.py | 2 +-
providers/oracle/README.rst | 6 +-
providers/oracle/docs/changelog.rst | 11 ++
providers/oracle/docs/index.rst | 6 +-
providers/oracle/provider.yaml | 4 +-
providers/oracle/pyproject.toml | 6 +-
.../src/airflow/providers/oracle/__init__.py | 2 +-
providers/pagerduty/README.rst | 6 +-
providers/pagerduty/docs/changelog.rst | 11 ++
providers/pagerduty/docs/index.rst | 6 +-
providers/pagerduty/provider.yaml | 4 +-
providers/pagerduty/pyproject.toml | 6 +-
.../airflow/providers/pagerduty/__init__.py | 2 +-
providers/pinecone/README.rst | 6 +-
providers/pinecone/docs/changelog.rst | 13 ++
providers/pinecone/docs/index.rst | 6 +-
providers/pinecone/provider.yaml | 4 +-
providers/pinecone/pyproject.toml | 6 +-
.../airflow/providers/pinecone/__init__.py | 2 +-
providers/postgres/README.rst | 6 +-
providers/postgres/docs/changelog.rst | 17 ++
providers/postgres/docs/index.rst | 6 +-
providers/postgres/provider.yaml | 4 +-
providers/postgres/pyproject.toml | 6 +-
.../airflow/providers/postgres/__init__.py | 2 +-
providers/presto/README.rst | 6 +-
providers/presto/docs/changelog.rst | 12 ++
providers/presto/docs/index.rst | 6 +-
providers/presto/provider.yaml | 4 +-
providers/presto/pyproject.toml | 6 +-
.../src/airflow/providers/presto/__init__.py | 2 +-
providers/qdrant/README.rst | 6 +-
providers/qdrant/docs/changelog.rst | 14 ++
providers/qdrant/docs/index.rst | 6 +-
providers/qdrant/provider.yaml | 4 +-
providers/qdrant/pyproject.toml | 6 +-
.../src/airflow/providers/qdrant/__init__.py | 2 +-
providers/redis/README.rst | 6 +-
providers/redis/docs/changelog.rst | 12 ++
providers/redis/docs/index.rst | 6 +-
providers/redis/provider.yaml | 3 +-
providers/redis/pyproject.toml | 6 +-
.../src/airflow/providers/redis/__init__.py | 2 +-
providers/salesforce/README.rst | 6 +-
providers/salesforce/docs/changelog.rst | 12 ++
providers/salesforce/docs/index.rst | 6 +-
providers/salesforce/provider.yaml | 4 +-
providers/salesforce/pyproject.toml | 6 +-
.../airflow/providers/salesforce/__init__.py | 2 +-
providers/samba/README.rst | 6 +-
providers/samba/docs/changelog.rst | 11 ++
providers/samba/docs/index.rst | 6 +-
providers/samba/provider.yaml | 4 +-
providers/samba/pyproject.toml | 6 +-
.../src/airflow/providers/samba/__init__.py | 2 +-
providers/segment/README.rst | 6 +-
providers/segment/docs/changelog.rst | 13 ++
providers/segment/docs/index.rst | 6 +-
providers/segment/provider.yaml | 4 +-
providers/segment/pyproject.toml | 6 +-
.../src/airflow/providers/segment/__init__.py | 2 +-
providers/sftp/README.rst | 6 +-
providers/sftp/docs/changelog.rst | 13 ++
providers/sftp/docs/index.rst | 6 +-
providers/sftp/provider.yaml | 3 +-
providers/sftp/pyproject.toml | 6 +-
.../src/airflow/providers/sftp/__init__.py | 2 +-
providers/slack/README.rst | 6 +-
providers/slack/docs/changelog.rst | 13 ++
providers/slack/docs/index.rst | 6 +-
providers/slack/provider.yaml | 4 +-
providers/slack/pyproject.toml | 6 +-
.../src/airflow/providers/slack/__init__.py | 2 +-
providers/smtp/README.rst | 6 +-
providers/smtp/docs/changelog.rst | 11 ++
providers/smtp/docs/index.rst | 6 +-
providers/smtp/provider.yaml | 4 +-
providers/smtp/pyproject.toml | 6 +-
.../src/airflow/providers/smtp/__init__.py | 2 +-
providers/snowflake/README.rst | 6 +-
providers/snowflake/docs/changelog.rst | 25 +++
providers/snowflake/docs/index.rst | 6 +-
providers/snowflake/provider.yaml | 3 +-
providers/snowflake/pyproject.toml | 6 +-
.../airflow/providers/snowflake/__init__.py | 2 +-
providers/ssh/README.rst | 6 +-
providers/ssh/docs/changelog.rst | 13 ++
providers/ssh/docs/index.rst | 6 +-
providers/ssh/provider.yaml | 4 +-
providers/ssh/pyproject.toml | 6 +-
.../ssh/src/airflow/providers/ssh/__init__.py | 2 +-
providers/standard/README.rst | 6 +-
providers/standard/docs/changelog.rst | 27 +++
providers/standard/docs/index.rst | 6 +-
providers/standard/provider.yaml | 3 +-
providers/standard/pyproject.toml | 6 +-
.../airflow/providers/standard/__init__.py | 2 +-
providers/tableau/README.rst | 6 +-
providers/tableau/docs/changelog.rst | 11 ++
providers/tableau/docs/index.rst | 6 +-
providers/tableau/provider.yaml | 4 +-
providers/tableau/pyproject.toml | 6 +-
.../src/airflow/providers/tableau/__init__.py | 2 +-
providers/telegram/README.rst | 6 +-
providers/telegram/docs/changelog.rst | 17 ++
providers/telegram/docs/index.rst | 6 +-
providers/telegram/provider.yaml | 3 +-
providers/telegram/pyproject.toml | 6 +-
.../airflow/providers/telegram/__init__.py | 2 +-
providers/teradata/README.rst | 6 +-
providers/teradata/docs/changelog.rst | 18 ++
providers/teradata/docs/index.rst | 6 +-
providers/teradata/provider.yaml | 3 +-
providers/teradata/pyproject.toml | 6 +-
.../airflow/providers/teradata/__init__.py | 2 +-
providers/trino/README.rst | 6 +-
providers/trino/docs/changelog.rst | 12 ++
providers/trino/docs/index.rst | 6 +-
providers/trino/provider.yaml | 4 +-
providers/trino/pyproject.toml | 6 +-
.../src/airflow/providers/trino/__init__.py | 2 +-
providers/weaviate/README.rst | 6 +-
providers/weaviate/docs/changelog.rst | 14 ++
providers/weaviate/docs/index.rst | 6 +-
providers/weaviate/provider.yaml | 4 +-
providers/weaviate/pyproject.toml | 6 +-
.../airflow/providers/weaviate/__init__.py | 2 +-
providers/yandex/README.rst | 6 +-
providers/yandex/docs/changelog.rst | 11 ++
providers/yandex/docs/index.rst | 6 +-
providers/yandex/provider.yaml | 4 +-
providers/yandex/pyproject.toml | 6 +-
.../src/airflow/providers/yandex/__init__.py | 2 +-
uv.lock | 154 +++++++++---------
460 files changed, 2316 insertions(+), 992 deletions(-)
diff --git a/providers/.last_release_date.txt b/providers/.last_release_date.txt
index 390643f7c1a9d..89b6def6c468b 100644
--- a/providers/.last_release_date.txt
+++ b/providers/.last_release_date.txt
@@ -1 +1 @@
-2026-09-09
+2026-09-22
diff --git a/providers/airbyte/README.rst b/providers/airbyte/README.rst
index 408b0ddb55a1a..6d5624343dbb4 100644
--- a/providers/airbyte/README.rst
+++ b/providers/airbyte/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-airbyte``
-Release: ``6.0.1``
+Release: ``6.1.0``
`Airbyte `__
@@ -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 `_.
+in the `documentation `_.
Installation
------------
@@ -60,4 +60,4 @@ PIP package Version required
========================================== ==================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/airbyte/docs/changelog.rst b/providers/airbyte/docs/changelog.rst
index 609927a82823a..853c02c2329af 100644
--- a/providers/airbyte/docs/changelog.rst
+++ b/providers/airbyte/docs/changelog.rst
@@ -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
.....
diff --git a/providers/airbyte/docs/index.rst b/providers/airbyte/docs/index.rst
index 2bab10d02ea3f..a821d2a877b87 100644
--- a/providers/airbyte/docs/index.rst
+++ b/providers/airbyte/docs/index.rst
@@ -76,7 +76,7 @@ apache-airflow-providers-airbyte package
`Airbyte `__
-Release: 6.0.1
+Release: 6.1.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-airbyte 6.0.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-airbyte 6.0.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-airbyte 6.1.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-airbyte 6.1.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/airbyte/provider.yaml b/providers/airbyte/provider.yaml
index da8491cd5504e..03e08c5def428 100644
--- a/providers/airbyte/provider.yaml
+++ b/providers/airbyte/provider.yaml
@@ -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
diff --git a/providers/airbyte/pyproject.toml b/providers/airbyte/pyproject.toml
index b4e25673ef2e2..696432814b04e 100644
--- a/providers/airbyte/pyproject.toml
+++ b/providers/airbyte/pyproject.toml
@@ -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"
@@ -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"
diff --git a/providers/airbyte/src/airflow/providers/airbyte/__init__.py b/providers/airbyte/src/airflow/providers/airbyte/__init__.py
index 51ebaf5833b44..5176daa9af902 100644
--- a/providers/airbyte/src/airflow/providers/airbyte/__init__.py
+++ b/providers/airbyte/src/airflow/providers/airbyte/__init__.py
@@ -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"
diff --git a/providers/alibaba/README.rst b/providers/alibaba/README.rst
index 8842628719b01..f43fede5693e7 100644
--- a/providers/alibaba/README.rst
+++ b/providers/alibaba/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-alibaba``
-Release: ``3.4.0``
+Release: ``3.5.0``
Alibaba Cloud integration (including `Alibaba Cloud `__).
@@ -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 `_.
+in the `documentation `_.
Installation
------------
@@ -63,4 +63,4 @@ PIP package Version required
========================================== ========================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/alibaba/docs/changelog.rst b/providers/alibaba/docs/changelog.rst
index dbadbea591a03..7967ae84fee04 100644
--- a/providers/alibaba/docs/changelog.rst
+++ b/providers/alibaba/docs/changelog.rst
@@ -26,6 +26,24 @@
Changelog
---------
+3.5.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Template every connection id accepted by provider operators (#73286)``
+
+Misc
+~~~~
+
+* ``Sync connection UI metadata in provider.yaml with hook definitions (#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
.....
diff --git a/providers/alibaba/docs/index.rst b/providers/alibaba/docs/index.rst
index 64aec916f9ea9..750d04dd2bb9a 100644
--- a/providers/alibaba/docs/index.rst
+++ b/providers/alibaba/docs/index.rst
@@ -77,7 +77,7 @@ apache-airflow-providers-alibaba package
Alibaba Cloud integration (including `Alibaba Cloud `__).
-Release: 3.4.0
+Release: 3.5.0
Provider package
----------------
@@ -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 `_
-* `The apache-airflow-providers-alibaba 3.4.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-alibaba 3.4.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-alibaba 3.5.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-alibaba 3.5.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/alibaba/provider.yaml b/providers/alibaba/provider.yaml
index bf82b5e964f0d..b8d10528a2f5e 100644
--- a/providers/alibaba/provider.yaml
+++ b/providers/alibaba/provider.yaml
@@ -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
diff --git a/providers/alibaba/pyproject.toml b/providers/alibaba/pyproject.toml
index 5dafbd3b9ab0d..c7c531bd48afa 100644
--- a/providers/alibaba/pyproject.toml
+++ b/providers/alibaba/pyproject.toml
@@ -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"
@@ -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"
diff --git a/providers/alibaba/src/airflow/providers/alibaba/__init__.py b/providers/alibaba/src/airflow/providers/alibaba/__init__.py
index 5169a6311e4f0..623b5bcdcb6d1 100644
--- a/providers/alibaba/src/airflow/providers/alibaba/__init__.py
+++ b/providers/alibaba/src/airflow/providers/alibaba/__init__.py
@@ -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"
diff --git a/providers/amazon/README.rst b/providers/amazon/README.rst
index d6678558c1043..b2ee96c113077 100644
--- a/providers/amazon/README.rst
+++ b/providers/amazon/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-amazon``
-Release: ``9.36.0``
+Release: ``9.37.0``
Amazon integration (including `Amazon Web Services (AWS) `__).
@@ -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 `_.
+in the `documentation `_.
Installation
------------
@@ -131,4 +131,4 @@ Extra Dependencies
==================== ============================================================================================================================================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/amazon/docs/changelog.rst b/providers/amazon/docs/changelog.rst
index fa3f4e9ee49fe..97c330e204f33 100644
--- a/providers/amazon/docs/changelog.rst
+++ b/providers/amazon/docs/changelog.rst
@@ -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
@@ -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
......
diff --git a/providers/amazon/docs/index.rst b/providers/amazon/docs/index.rst
index f134f522e998a..74243a381f107 100644
--- a/providers/amazon/docs/index.rst
+++ b/providers/amazon/docs/index.rst
@@ -89,7 +89,7 @@ apache-airflow-providers-amazon package
Amazon integration (including `Amazon Web Services (AWS) `__).
-Release: 9.36.0
+Release: 9.37.0
Provider package
----------------
@@ -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 `_
-* `The apache-airflow-providers-amazon 9.36.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-amazon 9.36.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 9.37.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 9.37.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/amazon/provider.yaml b/providers/amazon/provider.yaml
index d782a3f57ad56..08425a3882719 100644
--- a/providers/amazon/provider.yaml
+++ b/providers/amazon/provider.yaml
@@ -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
diff --git a/providers/amazon/pyproject.toml b/providers/amazon/pyproject.toml
index f59258095eef9..9f188590d6d82 100644
--- a/providers/amazon/pyproject.toml
+++ b/providers/amazon/pyproject.toml
@@ -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"
@@ -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"
diff --git a/providers/amazon/src/airflow/providers/amazon/__init__.py b/providers/amazon/src/airflow/providers/amazon/__init__.py
index 7b0a4132bff9b..66ca5101c80e2 100644
--- a/providers/amazon/src/airflow/providers/amazon/__init__.py
+++ b/providers/amazon/src/airflow/providers/amazon/__init__.py
@@ -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"
diff --git a/providers/anthropic/README.rst b/providers/anthropic/README.rst
index 8dcff57f9700b..a8426b795078e 100644
--- a/providers/anthropic/README.rst
+++ b/providers/anthropic/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-anthropic``
-Release: ``1.0.0``
+Release: ``1.1.0``
`Anthropic `__ provider for Apache Airflow.
@@ -38,7 +38,7 @@ This is a provider package for ``anthropic`` provider. All classes for this prov
are in ``airflow.providers.anthropic`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -72,4 +72,4 @@ Extra Dependencies
=========== =============================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/anthropic/docs/changelog.rst b/providers/anthropic/docs/changelog.rst
index f893ee107c118..253dae27379a9 100644
--- a/providers/anthropic/docs/changelog.rst
+++ b/providers/anthropic/docs/changelog.rst
@@ -20,6 +20,22 @@
Changelog
---------
+1.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Template every connection id accepted by provider operators (#73286)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Report missing Anthropic WIF fields clearly (#71359)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
1.0.0
.....
diff --git a/providers/anthropic/docs/index.rst b/providers/anthropic/docs/index.rst
index a3622f05c67be..455cedf5f465d 100644
--- a/providers/anthropic/docs/index.rst
+++ b/providers/anthropic/docs/index.rst
@@ -113,7 +113,7 @@ Wraps the official Anthropic Python SDK to run the Claude Message Batches API
asynchronously from Airflow, plus direct message and token-counting helpers.
-Release: 1.0.0
+Release: 1.1.0
Provider package
----------------
@@ -166,5 +166,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-anthropic 1.0.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-anthropic 1.0.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-anthropic 1.1.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-anthropic 1.1.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/anthropic/provider.yaml b/providers/anthropic/provider.yaml
index 171aeac28ea6a..6a875e88ce12b 100644
--- a/providers/anthropic/provider.yaml
+++ b/providers/anthropic/provider.yaml
@@ -27,10 +27,11 @@ description: |
state: ready
lifecycle: incubation
-source-date-epoch: 1788976455
+source-date-epoch: 1790023613
# Note that those versions are maintained by release manager - do not update them manually
versions:
+ - 1.1.0
- 1.0.0
- 0.3.0
- 0.2.1
diff --git a/providers/anthropic/pyproject.toml b/providers/anthropic/pyproject.toml
index e7a8b8427e4db..6129a4e8fe970 100644
--- a/providers/anthropic/pyproject.toml
+++ b/providers/anthropic/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-anthropic"
-version = "1.0.0"
+version = "1.1.0"
description = "Provider package apache-airflow-providers-anthropic for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -106,8 +106,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-anthropic/1.0.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-anthropic/1.0.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-anthropic/1.1.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-anthropic/1.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"
diff --git a/providers/anthropic/src/airflow/providers/anthropic/__init__.py b/providers/anthropic/src/airflow/providers/anthropic/__init__.py
index 752c4262f9c8d..78f96907cd38a 100644
--- a/providers/anthropic/src/airflow/providers/anthropic/__init__.py
+++ b/providers/anthropic/src/airflow/providers/anthropic/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "1.0.0"
+__version__ = "1.1.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"3.0.0"
diff --git a/providers/apache/beam/README.rst b/providers/apache/beam/README.rst
index fd28901af4182..4365fa6d06e0c 100644
--- a/providers/apache/beam/README.rst
+++ b/providers/apache/beam/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-beam``
-Release: ``6.2.4``
+Release: ``6.3.0``
`Apache Beam `__.
@@ -36,7 +36,7 @@ This is a provider package for ``apache.beam`` provider. All classes for this pr
are in ``airflow.providers.apache.beam`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -93,4 +93,4 @@ Extra Dependencies
========== ============================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/beam/docs/changelog.rst b/providers/apache/beam/docs/changelog.rst
index 0712aa7bfc775..ae9fb803957bd 100644
--- a/providers/apache/beam/docs/changelog.rst
+++ b/providers/apache/beam/docs/changelog.rst
@@ -26,6 +26,23 @@
Changelog
---------
+6.3.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Template every connection id accepted by provider operators (#73286)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix dataflow_config service_account for Beam Python and Go pipelines (#73236)``
+* ``Fix impersonation_chain and poll_sleep ignored by deferrable Beam Dataflow pipelines (#72146)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
6.2.4
.....
diff --git a/providers/apache/beam/docs/index.rst b/providers/apache/beam/docs/index.rst
index dc28119a2399f..d7be483d5d79f 100644
--- a/providers/apache/beam/docs/index.rst
+++ b/providers/apache/beam/docs/index.rst
@@ -75,7 +75,7 @@ apache-airflow-providers-apache-beam package
`Apache Beam `__.
-Release: 6.2.4
+Release: 6.3.0
Provider package
----------------
@@ -151,5 +151,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-apache-beam 6.2.4 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-beam 6.2.4 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-beam 6.3.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-beam 6.3.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/beam/provider.yaml b/providers/apache/beam/provider.yaml
index 57b2890548c65..53698baafb4a0 100644
--- a/providers/apache/beam/provider.yaml
+++ b/providers/apache/beam/provider.yaml
@@ -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:
+ - 6.3.0
- 6.2.4
- 6.2.3
- 6.2.2
diff --git a/providers/apache/beam/pyproject.toml b/providers/apache/beam/pyproject.toml
index c7107059b413d..38ca2f899e8ed 100644
--- a/providers/apache/beam/pyproject.toml
+++ b/providers/apache/beam/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-beam"
-version = "6.2.4"
+version = "6.3.0"
description = "Provider package apache-airflow-providers-apache-beam for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -113,8 +113,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-apache-beam/6.2.4"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.2.4/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.3.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-beam/6.3.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/apache/beam/src/airflow/providers/apache/beam/__init__.py b/providers/apache/beam/src/airflow/providers/apache/beam/__init__.py
index 1147318177439..84184ca883ca1 100644
--- a/providers/apache/beam/src/airflow/providers/apache/beam/__init__.py
+++ b/providers/apache/beam/src/airflow/providers/apache/beam/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "6.2.4"
+__version__ = "6.3.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/cassandra/README.rst b/providers/apache/cassandra/README.rst
index 1dd19495bc36e..a7b6f179ced43 100644
--- a/providers/apache/cassandra/README.rst
+++ b/providers/apache/cassandra/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-cassandra``
-Release: ``3.9.5``
+Release: ``3.10.0``
`Apache Cassandra `__.
@@ -36,7 +36,7 @@ This is a provider package for ``apache.cassandra`` provider. All classes for th
are in ``airflow.providers.apache.cassandra`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -61,4 +61,4 @@ PIP package Version required
========================================== ==================================================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/cassandra/docs/changelog.rst b/providers/apache/cassandra/docs/changelog.rst
index b891f0e86e645..6c69066ca5b52 100644
--- a/providers/apache/cassandra/docs/changelog.rst
+++ b/providers/apache/cassandra/docs/changelog.rst
@@ -26,6 +26,19 @@
Changelog
---------
+3.10.0
+......
+
+Features
+~~~~~~~~
+
+* ``Template every connection id accepted by provider operators (#73286)``
+
+.. 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)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
3.9.5
.....
diff --git a/providers/apache/cassandra/docs/index.rst b/providers/apache/cassandra/docs/index.rst
index 95ca2e376aec1..dd2ca2f2df782 100644
--- a/providers/apache/cassandra/docs/index.rst
+++ b/providers/apache/cassandra/docs/index.rst
@@ -76,7 +76,7 @@ apache-airflow-providers-apache-cassandra package
`Apache Cassandra `__.
-Release: 3.9.5
+Release: 3.10.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-apache-cassandra 3.9.5 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-cassandra 3.9.5 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-cassandra 3.10.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-cassandra 3.10.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/cassandra/provider.yaml b/providers/apache/cassandra/provider.yaml
index d2144e75f3a25..7dc4a952fdfe3 100644
--- a/providers/apache/cassandra/provider.yaml
+++ b/providers/apache/cassandra/provider.yaml
@@ -23,13 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+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.9.5
+ - 3.10.0
- 3.9.4
- 3.9.3
- 3.9.2
diff --git a/providers/apache/cassandra/pyproject.toml b/providers/apache/cassandra/pyproject.toml
index e47c90bda1c55..5d2c894375925 100644
--- a/providers/apache/cassandra/pyproject.toml
+++ b/providers/apache/cassandra/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-cassandra"
-version = "3.9.5"
+version = "3.10.0"
description = "Provider package apache-airflow-providers-apache-cassandra 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-apache-cassandra/3.9.5"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.9.5/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.10.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-cassandra/3.10.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/apache/cassandra/src/airflow/providers/apache/cassandra/__init__.py b/providers/apache/cassandra/src/airflow/providers/apache/cassandra/__init__.py
index 3a4a5151b8d7f..2301035d7ae07 100644
--- a/providers/apache/cassandra/src/airflow/providers/apache/cassandra/__init__.py
+++ b/providers/apache/cassandra/src/airflow/providers/apache/cassandra/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "3.9.5"
+__version__ = "3.10.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/druid/README.rst b/providers/apache/druid/README.rst
index c4deb9fc1234c..36b9647f84bb3 100644
--- a/providers/apache/druid/README.rst
+++ b/providers/apache/druid/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-druid``
-Release: ``4.5.2``
+Release: ``4.6.0``
`Apache Druid `__.
@@ -36,7 +36,7 @@ This is a provider package for ``apache.druid`` provider. All classes for this p
are in ``airflow.providers.apache.druid`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -88,4 +88,4 @@ Extra Dependencies
=============== ========================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/druid/docs/changelog.rst b/providers/apache/druid/docs/changelog.rst
index c31ee1ea701e8..d48e513cf262d 100644
--- a/providers/apache/druid/docs/changelog.rst
+++ b/providers/apache/druid/docs/changelog.rst
@@ -27,6 +27,30 @@
Changelog
---------
+4.6.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Template every connection id accepted by provider operators (#73286)``
+
+Doc-only
+~~~~~~~~
+
+* ``Document each provider's optional extras in its docs index (#69478)``
+
+.. 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)``
+ * ``Prepare providers release 2026-07-22 (#70256)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+ * ``Prepare provider documentation 2026-06-16 (#68642)``
+ * ``Prepare providers release 2026-05-19 (#67137)``
+ * ``Prepare providers release 2026-05-05 (#66424)``
+ * ``Add explicit [tool.flit.sdist] sections to flit-based pyproject.tomls (#65861)``
+ * ``Fix stale system test documentation links (#65071)``
+
4.5.2
.....
diff --git a/providers/apache/druid/docs/index.rst b/providers/apache/druid/docs/index.rst
index b3991a754686f..b9c84c96df8c3 100644
--- a/providers/apache/druid/docs/index.rst
+++ b/providers/apache/druid/docs/index.rst
@@ -76,7 +76,7 @@ apache-airflow-providers-apache-druid package
`Apache Druid `__.
-Release: 4.5.2
+Release: 4.6.0
Provider package
----------------
@@ -147,5 +147,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-apache-druid 4.5.2 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-druid 4.5.2 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-druid 4.6.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-druid 4.6.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/druid/provider.yaml b/providers/apache/druid/provider.yaml
index 3af222d4b1ba5..e7b64fe639a52 100644
--- a/providers/apache/druid/provider.yaml
+++ b/providers/apache/druid/provider.yaml
@@ -23,13 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1775591663
+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:
- - 4.5.2
+ - 4.6.0
- 4.5.1
- 4.5.0
- 4.4.2
diff --git a/providers/apache/druid/pyproject.toml b/providers/apache/druid/pyproject.toml
index 31943b176eb89..f4d0eef12558e 100644
--- a/providers/apache/druid/pyproject.toml
+++ b/providers/apache/druid/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-druid"
-version = "4.5.2"
+version = "4.6.0"
description = "Provider package apache-airflow-providers-apache-druid for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -110,8 +110,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-apache-druid/4.5.2"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-druid/4.5.2/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-druid/4.6.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-druid/4.6.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/apache/druid/src/airflow/providers/apache/druid/__init__.py b/providers/apache/druid/src/airflow/providers/apache/druid/__init__.py
index c70e51aed99e1..2b5d452f9fe24 100644
--- a/providers/apache/druid/src/airflow/providers/apache/druid/__init__.py
+++ b/providers/apache/druid/src/airflow/providers/apache/druid/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "4.5.2"
+__version__ = "4.6.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/flink/README.rst b/providers/apache/flink/README.rst
index 4c4cd07776fac..022d07e417854 100644
--- a/providers/apache/flink/README.rst
+++ b/providers/apache/flink/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-flink``
-Release: ``1.8.5``
+Release: ``1.9.0``
`Apache Flink `__
@@ -36,7 +36,7 @@ This is a provider package for ``apache.flink`` provider. All classes for this p
are in ``airflow.providers.apache.flink`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -60,4 +60,4 @@ PIP package Version required
============================================ ==================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/flink/docs/changelog.rst b/providers/apache/flink/docs/changelog.rst
index 9a391988e9e37..89f0c5bb4a351 100644
--- a/providers/apache/flink/docs/changelog.rst
+++ b/providers/apache/flink/docs/changelog.rst
@@ -26,6 +26,20 @@
Changelog
---------
+1.9.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Template every connection id accepted by provider operators (#73286)``
+
+.. 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)``
+ * ``Use common.compat.sdk for timezone imports in providers (#70492)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
1.8.5
.....
diff --git a/providers/apache/flink/docs/index.rst b/providers/apache/flink/docs/index.rst
index 181e002f0246d..7e04db1582770 100644
--- a/providers/apache/flink/docs/index.rst
+++ b/providers/apache/flink/docs/index.rst
@@ -68,7 +68,7 @@ apache-airflow-providers-apache-flink package
`Apache Flink `__
-Release: 1.8.5
+Release: 1.9.0
Provider package
----------------
@@ -103,5 +103,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-apache-flink 1.8.5 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-flink 1.8.5 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-flink 1.9.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-flink 1.9.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/flink/provider.yaml b/providers/apache/flink/provider.yaml
index 644264e6e835e..b496c9879b03f 100644
--- a/providers/apache/flink/provider.yaml
+++ b/providers/apache/flink/provider.yaml
@@ -23,13 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+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:
- - 1.8.5
+ - 1.9.0
- 1.8.4
- 1.8.3
- 1.8.2
diff --git a/providers/apache/flink/pyproject.toml b/providers/apache/flink/pyproject.toml
index 6aa9e2d270f22..c4ff6b38cf5d0 100644
--- a/providers/apache/flink/pyproject.toml
+++ b/providers/apache/flink/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-flink"
-version = "1.8.5"
+version = "1.9.0"
description = "Provider package apache-airflow-providers-apache-flink for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -105,8 +105,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-apache-flink/1.8.5"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-flink/1.8.5/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-flink/1.9.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-flink/1.9.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/apache/flink/src/airflow/providers/apache/flink/__init__.py b/providers/apache/flink/src/airflow/providers/apache/flink/__init__.py
index bdc1e834f2d0d..fc27706a2bee6 100644
--- a/providers/apache/flink/src/airflow/providers/apache/flink/__init__.py
+++ b/providers/apache/flink/src/airflow/providers/apache/flink/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "1.8.5"
+__version__ = "1.9.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/hdfs/README.rst b/providers/apache/hdfs/README.rst
index 8663758a68f16..08cf3a3d6bbc2 100644
--- a/providers/apache/hdfs/README.rst
+++ b/providers/apache/hdfs/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-hdfs``
-Release: ``4.13.0``
+Release: ``4.14.0``
`Hadoop Distributed File System (HDFS) `__
@@ -37,7 +37,7 @@ This is a provider package for ``apache.hdfs`` provider. All classes for this pr
are in ``airflow.providers.apache.hdfs`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -66,4 +66,4 @@ PIP package Version required
========================================== ==================================================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/hdfs/docs/changelog.rst b/providers/apache/hdfs/docs/changelog.rst
index 40e6a6a1db3fb..04d6912f9a870 100644
--- a/providers/apache/hdfs/docs/changelog.rst
+++ b/providers/apache/hdfs/docs/changelog.rst
@@ -27,6 +27,18 @@
Changelog
---------
+4.14.0
+......
+
+Features
+~~~~~~~~
+
+* ``Template every connection id accepted by provider operators (#73286)``
+
+.. 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)``
+
4.13.0
......
diff --git a/providers/apache/hdfs/docs/index.rst b/providers/apache/hdfs/docs/index.rst
index 53071988d09be..c1984bc407038 100644
--- a/providers/apache/hdfs/docs/index.rst
+++ b/providers/apache/hdfs/docs/index.rst
@@ -65,7 +65,7 @@ apache-airflow-providers-apache-hdfs package
and `WebHDFS `__.
-Release: 4.13.0
+Release: 4.14.0
Provider package
----------------
@@ -105,5 +105,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-apache-hdfs 4.13.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-hdfs 4.13.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hdfs 4.14.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hdfs 4.14.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/hdfs/provider.yaml b/providers/apache/hdfs/provider.yaml
index 8eb63ca915cfe..7b7cbef07f7d8 100644
--- a/providers/apache/hdfs/provider.yaml
+++ b/providers/apache/hdfs/provider.yaml
@@ -24,13 +24,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1787011200
+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:
- - 4.13.0
+ - 4.14.0
- 4.12.2
- 4.12.1
- 4.12.0
diff --git a/providers/apache/hdfs/pyproject.toml b/providers/apache/hdfs/pyproject.toml
index bdd54fb2b1ccc..0bb9e99fe2a8f 100644
--- a/providers/apache/hdfs/pyproject.toml
+++ b/providers/apache/hdfs/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-hdfs"
-version = "4.13.0"
+version = "4.14.0"
description = "Provider package apache-airflow-providers-apache-hdfs for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -106,8 +106,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-apache-hdfs/4.13.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.13.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.14.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hdfs/4.14.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/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py b/providers/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py
index 6e5891a275d40..e011c495e08eb 100644
--- a/providers/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py
+++ b/providers/apache/hdfs/src/airflow/providers/apache/hdfs/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "4.13.0"
+__version__ = "4.14.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/hive/README.rst b/providers/apache/hive/README.rst
index af1bb3dc5594c..fd84b26f59d65 100644
--- a/providers/apache/hive/README.rst
+++ b/providers/apache/hive/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-hive``
-Release: ``9.6.2``
+Release: ``9.7.0``
`Apache Hive `__
@@ -36,7 +36,7 @@ This is a provider package for ``apache.hive`` provider. All classes for this pr
are in ``airflow.providers.apache.hive`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -105,4 +105,4 @@ Extra Dependencies
=================== =============================================================================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/hive/docs/changelog.rst b/providers/apache/hive/docs/changelog.rst
index ea9d29ddaaedd..074d202ab1282 100644
--- a/providers/apache/hive/docs/changelog.rst
+++ b/providers/apache/hive/docs/changelog.rst
@@ -27,6 +27,18 @@
Changelog
---------
+9.7.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Template every connection id accepted by provider operators (#73286)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Add tests for Hive plugin registration (#71970)``
+
9.6.2
.....
diff --git a/providers/apache/hive/docs/index.rst b/providers/apache/hive/docs/index.rst
index d84fcb9579cc3..e21970e786b0a 100644
--- a/providers/apache/hive/docs/index.rst
+++ b/providers/apache/hive/docs/index.rst
@@ -79,7 +79,7 @@ apache-airflow-providers-apache-hive package
`Apache Hive `__
-Release: 9.6.2
+Release: 9.7.0
Provider package
----------------
@@ -167,5 +167,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-apache-hive 9.6.2 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-hive 9.6.2 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hive 9.7.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-hive 9.7.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/hive/provider.yaml b/providers/apache/hive/provider.yaml
index ae56b9fe8bae5..c797fd40d6f61 100644
--- a/providers/apache/hive/provider.yaml
+++ b/providers/apache/hive/provider.yaml
@@ -23,13 +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.6.2
+ - 9.7.0
- 9.6.1
- 9.6.0
- 9.5.0
diff --git a/providers/apache/hive/pyproject.toml b/providers/apache/hive/pyproject.toml
index 16ccee0e7f16e..8b22233cc3994 100644
--- a/providers/apache/hive/pyproject.toml
+++ b/providers/apache/hive/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-hive"
-version = "9.6.2"
+version = "9.7.0"
description = "Provider package apache-airflow-providers-apache-hive for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -145,8 +145,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-apache-hive/9.6.2"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.6.2/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.7.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/9.7.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/apache/hive/src/airflow/providers/apache/hive/__init__.py b/providers/apache/hive/src/airflow/providers/apache/hive/__init__.py
index 7c14565e08ba6..3252f5982180a 100644
--- a/providers/apache/hive/src/airflow/providers/apache/hive/__init__.py
+++ b/providers/apache/hive/src/airflow/providers/apache/hive/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "9.6.2"
+__version__ = "9.7.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/kylin/README.rst b/providers/apache/kylin/README.rst
index dd8a484104464..2ecd9f77e651b 100644
--- a/providers/apache/kylin/README.rst
+++ b/providers/apache/kylin/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-kylin``
-Release: ``3.10.5``
+Release: ``3.11.0``
`Apache Kylin `__
@@ -36,7 +36,7 @@ This is a provider package for ``apache.kylin`` provider. All classes for this p
are in ``airflow.providers.apache.kylin`` 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/apache/kylin/docs/changelog.rst b/providers/apache/kylin/docs/changelog.rst
index a557f7ba1917b..d03c39d0f19e4 100644
--- a/providers/apache/kylin/docs/changelog.rst
+++ b/providers/apache/kylin/docs/changelog.rst
@@ -29,6 +29,20 @@
Changelog
---------
+3.11.0
+......
+
+Features
+~~~~~~~~
+
+* ``Template every connection id accepted by provider operators (#73286)``
+
+.. 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)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
3.10.5
......
diff --git a/providers/apache/kylin/docs/index.rst b/providers/apache/kylin/docs/index.rst
index f69be9350ee04..cb7d63d5f80b6 100644
--- a/providers/apache/kylin/docs/index.rst
+++ b/providers/apache/kylin/docs/index.rst
@@ -77,7 +77,7 @@ apache-airflow-providers-apache-kylin package
`Apache Kylin `__
-Release: 3.10.5
+Release: 3.11.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-apache-kylin 3.10.5 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-kylin 3.10.5 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-kylin 3.11.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-kylin 3.11.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/kylin/provider.yaml b/providers/apache/kylin/provider.yaml
index 37b74dbe8be0f..5a40ae3251638 100644
--- a/providers/apache/kylin/provider.yaml
+++ b/providers/apache/kylin/provider.yaml
@@ -23,13 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+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.10.5
+ - 3.11.0
- 3.10.4
- 3.10.3
- 3.10.2
diff --git a/providers/apache/kylin/pyproject.toml b/providers/apache/kylin/pyproject.toml
index bc6eada3af2c4..72db135d136e3 100644
--- a/providers/apache/kylin/pyproject.toml
+++ b/providers/apache/kylin/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-kylin"
-version = "3.10.5"
+version = "3.11.0"
description = "Provider package apache-airflow-providers-apache-kylin 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-apache-kylin/3.10.5"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kylin/3.10.5/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kylin/3.11.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-kylin/3.11.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/apache/kylin/src/airflow/providers/apache/kylin/__init__.py b/providers/apache/kylin/src/airflow/providers/apache/kylin/__init__.py
index af745f79ff79b..b1f1ab22d95f5 100644
--- a/providers/apache/kylin/src/airflow/providers/apache/kylin/__init__.py
+++ b/providers/apache/kylin/src/airflow/providers/apache/kylin/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "3.10.5"
+__version__ = "3.11.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/livy/README.rst b/providers/apache/livy/README.rst
index 4f5f21a607121..02149bf0a5ba2 100644
--- a/providers/apache/livy/README.rst
+++ b/providers/apache/livy/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-livy``
-Release: ``4.6.1``
+Release: ``4.6.2``
`Apache Livy `__
@@ -36,7 +36,7 @@ This is a provider package for ``apache.livy`` provider. All classes for this pr
are in ``airflow.providers.apache.livy`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -60,4 +60,4 @@ PIP package Version required
========================================== ==================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/livy/docs/changelog.rst b/providers/apache/livy/docs/changelog.rst
index c25ff474e352d..2cfc404bafe18 100644
--- a/providers/apache/livy/docs/changelog.rst
+++ b/providers/apache/livy/docs/changelog.rst
@@ -28,6 +28,17 @@
Changelog
---------
+4.6.2
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix LivyAsyncHook get_batch_state and get_batch_logs sending POST to GET-only Livy endpoints (#71867)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+
4.6.1
.....
diff --git a/providers/apache/livy/docs/index.rst b/providers/apache/livy/docs/index.rst
index 4a7b6b17d01a9..a9e56825e773b 100644
--- a/providers/apache/livy/docs/index.rst
+++ b/providers/apache/livy/docs/index.rst
@@ -76,7 +76,7 @@ apache-airflow-providers-apache-livy package
`Apache Livy `__
-Release: 4.6.1
+Release: 4.6.2
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-apache-livy 4.6.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-livy 4.6.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-livy 4.6.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-livy 4.6.2 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/livy/provider.yaml b/providers/apache/livy/provider.yaml
index b449254c4ac79..12b89ca251176 100644
--- a/providers/apache/livy/provider.yaml
+++ b/providers/apache/livy/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1787011200
+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:
+ - 4.6.2
- 4.6.1
- 4.6.0
- 4.5.7
diff --git a/providers/apache/livy/pyproject.toml b/providers/apache/livy/pyproject.toml
index 6a25384415a2a..6bb9398bccdfc 100644
--- a/providers/apache/livy/pyproject.toml
+++ b/providers/apache/livy/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-livy"
-version = "4.6.1"
+version = "4.6.2"
description = "Provider package apache-airflow-providers-apache-livy for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -102,8 +102,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-apache-livy/4.6.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.6.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.6.2"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-livy/4.6.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"
diff --git a/providers/apache/livy/src/airflow/providers/apache/livy/__init__.py b/providers/apache/livy/src/airflow/providers/apache/livy/__init__.py
index c0559525c3795..17c64f9b92545 100644
--- a/providers/apache/livy/src/airflow/providers/apache/livy/__init__.py
+++ b/providers/apache/livy/src/airflow/providers/apache/livy/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "4.6.1"
+__version__ = "4.6.2"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/pig/README.rst b/providers/apache/pig/README.rst
index 4c499de90b409..f130952fe52c5 100644
--- a/providers/apache/pig/README.rst
+++ b/providers/apache/pig/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-pig``
-Release: ``4.8.5``
+Release: ``4.9.0``
`Apache Pig `__
@@ -36,7 +36,7 @@ This is a provider package for ``apache.pig`` provider. All classes for this pro
are in ``airflow.providers.apache.pig`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -58,4 +58,4 @@ PIP package Version required
========================================== ==================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/pig/docs/changelog.rst b/providers/apache/pig/docs/changelog.rst
index 237f9319ca459..8b8ba188c71e9 100644
--- a/providers/apache/pig/docs/changelog.rst
+++ b/providers/apache/pig/docs/changelog.rst
@@ -29,6 +29,19 @@
Changelog
---------
+4.9.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Template every connection id accepted by provider operators (#73286)``
+
+.. 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)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
4.8.5
.....
diff --git a/providers/apache/pig/docs/index.rst b/providers/apache/pig/docs/index.rst
index 25ee3563ef1aa..519909e4416f8 100644
--- a/providers/apache/pig/docs/index.rst
+++ b/providers/apache/pig/docs/index.rst
@@ -75,7 +75,7 @@ apache-airflow-providers-apache-pig package
`Apache Pig `__
-Release: 4.8.5
+Release: 4.9.0
Provider package
----------------
@@ -108,5 +108,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-apache-pig 4.8.5 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-pig 4.8.5 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-pig 4.9.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-pig 4.9.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/pig/provider.yaml b/providers/apache/pig/provider.yaml
index 1ec79b95df957..68d8e70cad379 100644
--- a/providers/apache/pig/provider.yaml
+++ b/providers/apache/pig/provider.yaml
@@ -23,13 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+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:
- - 4.8.5
+ - 4.9.0
- 4.8.4
- 4.8.3
- 4.8.2
diff --git a/providers/apache/pig/pyproject.toml b/providers/apache/pig/pyproject.toml
index 2e765616f832c..0cb46ade9415e 100644
--- a/providers/apache/pig/pyproject.toml
+++ b/providers/apache/pig/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-pig"
-version = "4.8.5"
+version = "4.9.0"
description = "Provider package apache-airflow-providers-apache-pig for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -98,8 +98,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-apache-pig/4.8.5"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.8.5/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.9.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-pig/4.9.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/apache/pig/src/airflow/providers/apache/pig/__init__.py b/providers/apache/pig/src/airflow/providers/apache/pig/__init__.py
index a61c36858c9b5..aed93da93705d 100644
--- a/providers/apache/pig/src/airflow/providers/apache/pig/__init__.py
+++ b/providers/apache/pig/src/airflow/providers/apache/pig/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "4.8.5"
+__version__ = "4.9.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apache/tinkerpop/README.rst b/providers/apache/tinkerpop/README.rst
index 7a04d25648cfb..8511072863db1 100644
--- a/providers/apache/tinkerpop/README.rst
+++ b/providers/apache/tinkerpop/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apache-tinkerpop``
-Release: ``1.1.4``
+Release: ``1.2.0``
`Apache TinkerPop `__.
@@ -38,7 +38,7 @@ This is a provider package for ``apache.tinkerpop`` provider. All classes for th
are in ``airflow.providers.apache.tinkerpop`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -61,4 +61,4 @@ PIP package Version required
========================================== ==================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/apache/tinkerpop/docs/changelog.rst b/providers/apache/tinkerpop/docs/changelog.rst
index c503310d3f4d7..772553f5278ea 100644
--- a/providers/apache/tinkerpop/docs/changelog.rst
+++ b/providers/apache/tinkerpop/docs/changelog.rst
@@ -18,6 +18,26 @@
``apache-airflow-providers-apache-tinkerpop``
+1.2.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Template every connection id accepted by provider operators (#73286)``
+
+Doc-only
+~~~~~~~~
+
+* ``Fix typos across contributor and provider documentation (#71884)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Prepare providers release 2026-09-09 (#72834)``
+ * ``Adopt flit 4 as the provider distribution build backend (#71186)``
+ * ``Use common.compat.sdk for timezone imports in providers (#70492)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
1.1.4
.....
diff --git a/providers/apache/tinkerpop/docs/index.rst b/providers/apache/tinkerpop/docs/index.rst
index bd82db2e7a7ce..d5028088b6025 100644
--- a/providers/apache/tinkerpop/docs/index.rst
+++ b/providers/apache/tinkerpop/docs/index.rst
@@ -78,7 +78,7 @@ Apache TinkerPop is a graph computing framework for both graph databases (OLTP)
systems (OLAP) and Gremlin is its graph traversal language.
-Release: 1.1.4
+Release: 1.2.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-apache-tinkerpop 1.1.4 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apache-tinkerpop 1.1.4 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-tinkerpop 1.2.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apache-tinkerpop 1.2.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apache/tinkerpop/provider.yaml b/providers/apache/tinkerpop/provider.yaml
index 8221eddb82162..86bd94511a892 100644
--- a/providers/apache/tinkerpop/provider.yaml
+++ b/providers/apache/tinkerpop/provider.yaml
@@ -23,10 +23,10 @@ description: |
systems (OLAP) and Gremlin is its graph traversal language.
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+source-date-epoch: 1790023613
# note that these versions are maintained by the release manager - do not update them manually
versions:
- - 1.1.4
+ - 1.2.0
- 1.1.3
- 1.1.2
- 1.1.1
diff --git a/providers/apache/tinkerpop/pyproject.toml b/providers/apache/tinkerpop/pyproject.toml
index 5b5eebf0990fb..f186ed8717429 100644
--- a/providers/apache/tinkerpop/pyproject.toml
+++ b/providers/apache/tinkerpop/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apache-tinkerpop"
-version = "1.1.4"
+version = "1.2.0"
description = "Provider package apache-airflow-providers-apache-tinkerpop 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-apache-tinkerpop/1.1.4"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.1.4/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.2.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apache-tinkerpop/1.2.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/apache/tinkerpop/src/airflow/providers/apache/tinkerpop/__init__.py b/providers/apache/tinkerpop/src/airflow/providers/apache/tinkerpop/__init__.py
index 12616e502bf8b..39b89d174d673 100644
--- a/providers/apache/tinkerpop/src/airflow/providers/apache/tinkerpop/__init__.py
+++ b/providers/apache/tinkerpop/src/airflow/providers/apache/tinkerpop/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "1.1.4"
+__version__ = "1.2.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/apprise/README.rst b/providers/apprise/README.rst
index 1aa1f3da7612c..be16c61745211 100644
--- a/providers/apprise/README.rst
+++ b/providers/apprise/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-apprise``
-Release: ``2.3.4``
+Release: ``2.4.0``
`Apprise `__
@@ -36,7 +36,7 @@ This is a provider package for ``apprise`` provider. All classes for this provid
are in ``airflow.providers.apprise`` 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/apprise/docs/changelog.rst b/providers/apprise/docs/changelog.rst
index 354a8852d11fd..29b18286a56bd 100644
--- a/providers/apprise/docs/changelog.rst
+++ b/providers/apprise/docs/changelog.rst
@@ -27,6 +27,19 @@
Changelog
---------
+2.4.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Template every connection id accepted by provider operators (#73286)``
+
+.. 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)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
2.3.4
.....
diff --git a/providers/apprise/docs/index.rst b/providers/apprise/docs/index.rst
index 239cf64b3a605..9dfd4e9f5fcbe 100644
--- a/providers/apprise/docs/index.rst
+++ b/providers/apprise/docs/index.rst
@@ -64,7 +64,7 @@ apache-airflow-providers-apprise package
`Apprise `__
-Release: 2.3.4
+Release: 2.4.0
Provider package
----------------
@@ -98,5 +98,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-apprise 2.3.4 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-apprise 2.3.4 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apprise 2.4.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-apprise 2.4.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/apprise/provider.yaml b/providers/apprise/provider.yaml
index 7b731bf8237e4..7d16113749b89 100644
--- a/providers/apprise/provider.yaml
+++ b/providers/apprise/provider.yaml
@@ -25,14 +25,14 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+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:
- - 2.3.4
+ - 2.4.0
- 2.3.3
- 2.3.2
- 2.3.1
diff --git a/providers/apprise/pyproject.toml b/providers/apprise/pyproject.toml
index f6ae769a9dca5..a5c7230ca2792 100644
--- a/providers/apprise/pyproject.toml
+++ b/providers/apprise/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-apprise"
-version = "2.3.4"
+version = "2.4.0"
description = "Provider package apache-airflow-providers-apprise 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-apprise/2.3.4"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apprise/2.3.4/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-apprise/2.4.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-apprise/2.4.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/apprise/src/airflow/providers/apprise/__init__.py b/providers/apprise/src/airflow/providers/apprise/__init__.py
index 3272499a9a39c..8cdc45b7cf6b4 100644
--- a/providers/apprise/src/airflow/providers/apprise/__init__.py
+++ b/providers/apprise/src/airflow/providers/apprise/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "2.3.4"
+__version__ = "2.4.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/arangodb/README.rst b/providers/arangodb/README.rst
index 1c513dc11473d..f1ac905ee3822 100644
--- a/providers/arangodb/README.rst
+++ b/providers/arangodb/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-arangodb``
-Release: ``2.9.6``
+Release: ``2.10.0``
`ArangoDB `__
@@ -36,7 +36,7 @@ This is a provider package for ``arangodb`` provider. All classes for this provi
are in ``airflow.providers.arangodb`` 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/arangodb/docs/changelog.rst b/providers/arangodb/docs/changelog.rst
index 2e2f18d47cbda..f33d034a6255a 100644
--- a/providers/arangodb/docs/changelog.rst
+++ b/providers/arangodb/docs/changelog.rst
@@ -28,6 +28,30 @@
Changelog
---------
+2.10.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
+~~~~~~~~
+
+* ``Fix grammar typos (#73145)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Prepare providers release 2026-08-18 (#71794)``
+ * ``Adopt flit 4 as the provider distribution build backend (#71186)``
+ * ``Update changelog with better wording (#71161)``
+
2.9.6
.....
diff --git a/providers/arangodb/docs/index.rst b/providers/arangodb/docs/index.rst
index b0d951fa043a2..8da5efacb9159 100644
--- a/providers/arangodb/docs/index.rst
+++ b/providers/arangodb/docs/index.rst
@@ -70,7 +70,7 @@ apache-airflow-providers-arangodb package
`ArangoDB `__
-Release: 2.9.6
+Release: 2.10.0
Provider package
----------------
@@ -104,5 +104,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-arangodb 2.9.6 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-arangodb 2.9.6 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-arangodb 2.10.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-arangodb 2.10.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/arangodb/provider.yaml b/providers/arangodb/provider.yaml
index 9b8f0883f5de7..4c3d815847e82 100644
--- a/providers/arangodb/provider.yaml
+++ b/providers/arangodb/provider.yaml
@@ -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:
+ - 2.10.0
- 2.9.6
- 2.9.5
- 2.9.4
diff --git a/providers/arangodb/pyproject.toml b/providers/arangodb/pyproject.toml
index a7921da9d4603..29659faa21b22 100644
--- a/providers/arangodb/pyproject.toml
+++ b/providers/arangodb/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-arangodb"
-version = "2.9.6"
+version = "2.10.0"
description = "Provider package apache-airflow-providers-arangodb 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-arangodb/2.9.6"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-arangodb/2.9.6/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-arangodb/2.10.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-arangodb/2.10.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/arangodb/src/airflow/providers/arangodb/__init__.py b/providers/arangodb/src/airflow/providers/arangodb/__init__.py
index aee17c52959f4..2f7c0a567eff9 100644
--- a/providers/arangodb/src/airflow/providers/arangodb/__init__.py
+++ b/providers/arangodb/src/airflow/providers/arangodb/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "2.9.6"
+__version__ = "2.10.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/asana/README.rst b/providers/asana/README.rst
index 0fbe4b96ca800..ccba1dbe7f84b 100644
--- a/providers/asana/README.rst
+++ b/providers/asana/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-asana``
-Release: ``2.11.4``
+Release: ``2.12.0``
`Asana `__
@@ -36,7 +36,7 @@ This is a provider package for ``asana`` provider. All classes for this provider
are in ``airflow.providers.asana`` 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/asana/docs/changelog.rst b/providers/asana/docs/changelog.rst
index b4acfba25e485..b5251fcbb417d 100644
--- a/providers/asana/docs/changelog.rst
+++ b/providers/asana/docs/changelog.rst
@@ -26,6 +26,21 @@
Changelog
---------
+2.12.0
+......
+
+Features
+~~~~~~~~
+
+* ``Template every connection id accepted by provider operators (#73286)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Prepare providers release 2026-08-18 (#71794)``
+ * ``Adopt flit 4 as the provider distribution build backend (#71186)``
+ * ``Update changelog with better wording (#71161)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
2.11.4
......
diff --git a/providers/asana/docs/index.rst b/providers/asana/docs/index.rst
index d378bc5caa46f..6cb1b539c6410 100644
--- a/providers/asana/docs/index.rst
+++ b/providers/asana/docs/index.rst
@@ -77,7 +77,7 @@ apache-airflow-providers-asana package
`Asana `__
-Release: 2.11.4
+Release: 2.12.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-asana 2.11.4 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-asana 2.11.4 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-asana 2.12.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-asana 2.12.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/asana/provider.yaml b/providers/asana/provider.yaml
index 3eca61acd3648..58dcbb37042b0 100644
--- a/providers/asana/provider.yaml
+++ b/providers/asana/provider.yaml
@@ -23,13 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+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:
- - 2.11.4
+ - 2.12.0
- 2.11.3
- 2.11.2
- 2.11.1
diff --git a/providers/asana/pyproject.toml b/providers/asana/pyproject.toml
index 6249a0e30b8ce..99342cd40e7bd 100644
--- a/providers/asana/pyproject.toml
+++ b/providers/asana/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-asana"
-version = "2.11.4"
+version = "2.12.0"
description = "Provider package apache-airflow-providers-asana 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-asana/2.11.4"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-asana/2.11.4/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-asana/2.12.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-asana/2.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/asana/src/airflow/providers/asana/__init__.py b/providers/asana/src/airflow/providers/asana/__init__.py
index 7063ccc1eed20..3c09882847939 100644
--- a/providers/asana/src/airflow/providers/asana/__init__.py
+++ b/providers/asana/src/airflow/providers/asana/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "2.11.4"
+__version__ = "2.12.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/atlassian/jira/README.rst b/providers/atlassian/jira/README.rst
index 197e174419a59..a20cc020bb137 100644
--- a/providers/atlassian/jira/README.rst
+++ b/providers/atlassian/jira/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-atlassian-jira``
-Release: ``3.3.5``
+Release: ``3.4.0``
`Atlassian Jira `__
@@ -36,7 +36,7 @@ This is a provider package for ``atlassian.jira`` provider. All classes for this
are in ``airflow.providers.atlassian.jira`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -60,4 +60,4 @@ PIP package Version required
========================================== ==================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/atlassian/jira/docs/changelog.rst b/providers/atlassian/jira/docs/changelog.rst
index 1e5ec259ef067..556e189d7c192 100644
--- a/providers/atlassian/jira/docs/changelog.rst
+++ b/providers/atlassian/jira/docs/changelog.rst
@@ -27,6 +27,19 @@
Changelog
---------
+3.4.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Template every connection id accepted by provider operators (#73286)``
+
+.. 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)``
+ * ``Use common.compat.sdk for timezone imports in providers (#70492)``
+
3.3.5
.....
diff --git a/providers/atlassian/jira/docs/index.rst b/providers/atlassian/jira/docs/index.rst
index bdd9aa0804a29..ca2c6855b60ef 100644
--- a/providers/atlassian/jira/docs/index.rst
+++ b/providers/atlassian/jira/docs/index.rst
@@ -69,7 +69,7 @@ apache-airflow-providers-atlassian-jira package
`Atlassian Jira `__
-Release: 3.3.5
+Release: 3.4.0
Provider package
----------------
@@ -104,5 +104,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-atlassian-jira 3.3.5 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-atlassian-jira 3.3.5 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-atlassian-jira 3.4.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-atlassian-jira 3.4.0 wheel package `_ (`asc