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..71096cc9fde04 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
+~~~~
+
+* ``Remove the redundant get_ui_field_behaviour override from AlibabaBaseHook (#72087)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Use common.compat.sdk for the remaining provider timezone imports (#71209)``
+ * ``Adopt flit 4 as the provider distribution build backend (#71186)``
+
3.4.0
.....
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..e3087889c8447 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
+~~~~~~~~~
+
+* ``Make service_account_id optional and name the missing required fields when the Anthropic workload identity federation config is incomplete (#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..7da844768055c 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 the provider's optional extras in the 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..4885392b22f98 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 a typo in the TinkerPop connection 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..1aad225888a3e 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
+~~~~
+
+* ``Fix a double space in the ArangoDB connection form host label (#72087)``
+
+Doc-only
+~~~~~~~~
+
+* ``Fix grammar in the ArangoDB operators guide and its example Dag (#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