diff --git a/providers/.last_release_date.txt b/providers/.last_release_date.txt
index 7103182dedf75..42dc3560f9e3f 100644
--- a/providers/.last_release_date.txt
+++ b/providers/.last_release_date.txt
@@ -1 +1 @@
-2026-07-01
+2026-07-06
diff --git a/providers/airbyte/README.rst b/providers/airbyte/README.rst
index f50473d7cee77..c677b6bb862ca 100644
--- a/providers/airbyte/README.rst
+++ b/providers/airbyte/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-airbyte``
-Release: ``5.5.1``
+Release: ``5.5.2``
`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 0bd093a64a3dc..ead7d2efb2808 100644
--- a/providers/airbyte/docs/changelog.rst
+++ b/providers/airbyte/docs/changelog.rst
@@ -27,6 +27,18 @@ Changelog
---------
+5.5.2
+.....
+
+Misc
+~~~~
+
+* ``Cap airbyte-api < 1.0.0 due to breaking changes (#69081)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
5.5.1
.....
diff --git a/providers/airbyte/docs/index.rst b/providers/airbyte/docs/index.rst
index fdb9e051b7ec4..3c54af9f6e26a 100644
--- a/providers/airbyte/docs/index.rst
+++ b/providers/airbyte/docs/index.rst
@@ -76,7 +76,7 @@ apache-airflow-providers-airbyte package
`Airbyte `__
-Release: 5.5.1
+Release: 5.5.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-airbyte 5.5.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-airbyte 5.5.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-airbyte 5.5.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-airbyte 5.5.2 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/airbyte/provider.yaml b/providers/airbyte/provider.yaml
index 5cdbe488b1fb1..cc325e50f87f3 100644
--- a/providers/airbyte/provider.yaml
+++ b/providers/airbyte/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+source-date-epoch: 1783356304
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 5.5.2
- 5.5.1
- 5.5.0
- 5.4.2
diff --git a/providers/airbyte/pyproject.toml b/providers/airbyte/pyproject.toml
index 31628dd5ebb49..76e1a6ed3301d 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 = "5.5.1"
+version = "5.5.2"
description = "Provider package apache-airflow-providers-airbyte 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-airbyte/5.5.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.5.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.5.2"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-airbyte/5.5.2/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/airbyte/src/airflow/providers/airbyte/__init__.py b/providers/airbyte/src/airflow/providers/airbyte/__init__.py
index b3631b6361114..d97f4f593d67c 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__ = "5.5.1"
+__version__ = "5.5.2"
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 15c11bd8be3bf..10a7466cce084 100644
--- a/providers/amazon/README.rst
+++ b/providers/amazon/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-amazon``
-Release: ``9.31.0``
+Release: ``9.32.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
------------
@@ -130,4 +130,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 0589629b21e89..4f59d4bede471 100644
--- a/providers/amazon/docs/changelog.rst
+++ b/providers/amazon/docs/changelog.rst
@@ -26,6 +26,41 @@
Changelog
---------
+9.32.0
+......
+
+Features
+~~~~~~~~
+
+* ``Add CRUD methods to DynamoDBHook (#69142)``
+* ``Add Amazon Provider Neptune Analytics (#64274)``
+* ``Add team_name tags to Amazon executor metrics (#69072)``
+* ``Add S3CopyPrefixOperator to copy all objects under a prefix (#68946)``
+* ``Add output_files_to_xcom parameter to SageMakerProcessingOperator (#69002)``
+* ``Propagate AWS hook parameters through RedshiftClusterTrigger (#68925)``
+* ``Propagate verify and botocore_config through EC2StateSensorTrigger (#68921)``
+* ``Adds Airflow 3 compatibility in 'try_adopt_task_instances' for BatchExec (#68027)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Prevent path traversal in s3 to sftp/ftp transfer destinations (#68984)``
+* ``Fix SageMakerTransformOperator succeeding on a failed deferred job (#69042)``
+* ``Close S3 download_file handle once the download finishes or fails (#69084)``
+* ``Make Amazon SageMaker triggers inherit AWS base classes (#68927)``
+* ``Persist BatchOperator deferrable xcom links (#64745)``
+* ``Standardize ECS TaskDoneTrigger on region_name and AWS hook parameters (#68923)``
+* ``Fix CloudWatch remote logging for ephemeral lifecycle executor (#68779)``
+* ``Fix Cloudwatch remote logging crash API server if ResourceNotFoundException (#68781)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Document each provider's optional extras in its docs index (#69478)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+ * ``Thread version_data through BundleInfo to worker-side bundle initialization (#67217)``
+ * ``Fix mypy type errors in DynamoDB example system test (#68849)``
+ * ``Fix AwsBatchExecutor test_try_adopt_task_instances after TaskInstanceDTO hostname requirement (#68871)``
+
9.31.0
......
diff --git a/providers/amazon/docs/index.rst b/providers/amazon/docs/index.rst
index 507a0caa0501f..d0a1f07440396 100644
--- a/providers/amazon/docs/index.rst
+++ b/providers/amazon/docs/index.rst
@@ -88,7 +88,7 @@ apache-airflow-providers-amazon package
Amazon integration (including `Amazon Web Services (AWS) `__).
-Release: 9.31.0
+Release: 9.32.0
Provider package
----------------
@@ -201,5 +201,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-amazon 9.31.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-amazon 9.31.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 9.32.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-amazon 9.32.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/amazon/provider.yaml b/providers/amazon/provider.yaml
index e17860f6c60da..4fa06f211212d 100644
--- a/providers/amazon/provider.yaml
+++ b/providers/amazon/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1781642052
+source-date-epoch: 1783356304
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 9.32.0
- 9.31.0
- 9.30.0
- 9.29.0
diff --git a/providers/amazon/pyproject.toml b/providers/amazon/pyproject.toml
index ef24eaea8f167..eddb2645e6080 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.31.0"
+version = "9.32.0"
description = "Provider package apache-airflow-providers-amazon for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -217,8 +217,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.31.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.31.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.32.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-amazon/9.32.0/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/amazon/src/airflow/providers/amazon/__init__.py b/providers/amazon/src/airflow/providers/amazon/__init__.py
index 037df0d44579e..2fd0d14603d2d 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.31.0"
+__version__ = "9.32.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 a42bbbd2c662b..6b3ad71de7c66 100644
--- a/providers/anthropic/README.rst
+++ b/providers/anthropic/README.rst
@@ -60,24 +60,16 @@ PIP package Version required
``anthropic`` ``>=0.101.0``
========================================== ==================
-Cross provider package dependencies
------------------------------------
-
-Those are dependencies that might be needed in order to use all the features of the package.
-You need to install the specified providers in order to use them.
-
-You can install such cross-provider dependencies when installing from PyPI. For example:
-
-.. code-block:: bash
-
- pip install apache-airflow-providers-anthropic[common.compat]
-
-
-================================================================================================================== =================
-Dependent package Extra
-================================================================================================================== =================
-`apache-airflow-providers-common-compat `_ ``common.compat``
-================================================================================================================== =================
+Optional dependencies
+----------------------
+
+=========== ===============================
+Extra Dependencies
+=========== ===============================
+``bedrock`` ``anthropic[bedrock]>=0.101.0``
+``vertex`` ``anthropic[vertex]>=0.101.0``
+``aws`` ``anthropic[aws]>=0.101.0``
+=========== ===============================
The changelog for the provider package can be found in the
`changelog `_.
diff --git a/providers/anthropic/docs/changelog.rst b/providers/anthropic/docs/changelog.rst
index 57383492e8320..8bb7076298e44 100644
--- a/providers/anthropic/docs/changelog.rst
+++ b/providers/anthropic/docs/changelog.rst
@@ -24,3 +24,15 @@ Changelog
.....
Initial version of the provider.
+
+Features
+~~~~~~~~
+
+* ``Add Anthropic provider ('apache-airflow-providers-anthropic') (#69003)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Validate trigger events in Anthropic deferrable tasks (#69379)``
+ * ``Reject invalid Amazon Bedrock model IDs in the Anthropic provider (#69404)``
+ * ``Fix aws_region platform list in Anthropic connection docs (#69373)``
+ * ``Regenerate Anthropic provider docs to remove stale common.compat extra (#69363)``
diff --git a/providers/celery/README.rst b/providers/celery/README.rst
index 72e244beafd80..273216dd57f23 100644
--- a/providers/celery/README.rst
+++ b/providers/celery/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-celery``
-Release: ``3.21.0``
+Release: ``3.22.0``
`Celery `__
@@ -36,7 +36,7 @@ This is a provider package for ``celery`` provider. All classes for this provide
are in ``airflow.providers.celery`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+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/celery/docs/changelog.rst b/providers/celery/docs/changelog.rst
index b0650015fa0ab..1c3683bd63f3b 100644
--- a/providers/celery/docs/changelog.rst
+++ b/providers/celery/docs/changelog.rst
@@ -27,6 +27,37 @@
Changelog
---------
+3.22.0
+......
+
+Features
+~~~~~~~~
+
+* ``Honor json_logs config in Celery worker startup (#68916)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix Celery worker JSON logging config for teams (#69139)``
+
+Misc
+~~~~
+
+* ``Make PostgreSQL SQLAlchemy driver explicit (postgresql+psycopg2://) (#68314)``
+
+Doc-only
+~~~~~~~~
+
+* ``Clarify Redis maintenance for CeleryExecutor in docs (#67393)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Document each provider's optional extras in its docs index (#69478)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+ * ``Test fix in main Celery worker tests leaking logging handler onto captured stdout (#69163)``
+ * ``Prepare ad-hoc provider documentation 2026-06-26 (#69022)``
+ * ``Prepare ad-hoc provider documentation 2026-06-26``
+
3.21.0
......
diff --git a/providers/celery/docs/index.rst b/providers/celery/docs/index.rst
index 8ad40a4af735c..e1b09271f2820 100644
--- a/providers/celery/docs/index.rst
+++ b/providers/celery/docs/index.rst
@@ -67,7 +67,7 @@ apache-airflow-providers-celery package
`Celery `__
-Release: 3.21.0
+Release: 3.22.0
Provider package
----------------
@@ -138,5 +138,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-celery 3.21.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-celery 3.21.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-celery 3.22.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-celery 3.22.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/celery/provider.yaml b/providers/celery/provider.yaml
index e10f5030bd470..1e52e95201b5f 100644
--- a/providers/celery/provider.yaml
+++ b/providers/celery/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1782481463
+source-date-epoch: 1783356304
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
diff --git a/providers/celery/pyproject.toml b/providers/celery/pyproject.toml
index a9789e4672d43..415feb87e6a4e 100644
--- a/providers/celery/pyproject.toml
+++ b/providers/celery/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-celery"
-version = "3.21.0"
+version = "3.22.0"
description = "Provider package apache-airflow-providers-celery for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -112,8 +112,8 @@ apache-airflow-providers-common-sql = {workspace = true}
apache-airflow-providers-standard = {workspace = true}
[project.urls]
-"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.21.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.21.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.22.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-celery/3.22.0/changelog.html"
"Bug Tracker" = "https://github.com/apache/airflow/issues"
"Source Code" = "https://github.com/apache/airflow"
"Slack Chat" = "https://s.apache.org/airflow-slack"
diff --git a/providers/celery/src/airflow/providers/celery/__init__.py b/providers/celery/src/airflow/providers/celery/__init__.py
index 2c474282394a4..ab85558c6ec73 100644
--- a/providers/celery/src/airflow/providers/celery/__init__.py
+++ b/providers/celery/src/airflow/providers/celery/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "3.21.0"
+__version__ = "3.22.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/common/ai/README.rst b/providers/common/ai/README.rst
index 30a30c8e09a54..5b2bb7ac0fc24 100644
--- a/providers/common/ai/README.rst
+++ b/providers/common/ai/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-common-ai``
-Release: ``0.5.0``
+Release: ``0.6.0``
AI/LLM hooks and operators for Airflow pipelines using `pydantic-ai `__.
@@ -36,7 +36,7 @@ This is a provider package for ``common.ai`` provider. All classes for this prov
are in ``airflow.providers.common.ai`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -104,4 +104,4 @@ Extra Dependencies
============== ==========================================================================================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/common/ai/docs/changelog.rst b/providers/common/ai/docs/changelog.rst
index 3d2b70c1e1727..e71396510a46f 100644
--- a/providers/common/ai/docs/changelog.rst
+++ b/providers/common/ai/docs/changelog.rst
@@ -25,6 +25,30 @@
Changelog
---------
+0.6.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add 'env_provider' and 'Extra.env' support to MCP stdio transport (#69225)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Replace deprecated 'pydantic-ai' MCP classes with 'MCPToolset' in 'common.ai' (#69006)``
+
+Misc
+~~~~
+
+* ``Migrate common.ai provider to pydantic-ai 2.x and remove the <2 cap (#69358)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Document each provider's optional extras in its docs index (#69478)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+ * ``[main] Upgrade important CI environment (#68933)``
+
0.5.0
.....
diff --git a/providers/common/ai/docs/index.rst b/providers/common/ai/docs/index.rst
index 08915a67828bf..db89a9a87e698 100644
--- a/providers/common/ai/docs/index.rst
+++ b/providers/common/ai/docs/index.rst
@@ -83,7 +83,7 @@ apache-airflow-providers-common-ai package
AI/LLM hooks and operators for Airflow pipelines using `pydantic-ai `__.
-Release: 0.5.0
+Release: 0.6.0
Provider package
----------------
@@ -170,5 +170,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-common-ai 0.5.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-common-ai 0.5.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-common-ai 0.6.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-common-ai 0.6.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/common/ai/provider.yaml b/providers/common/ai/provider.yaml
index 893f5d230f7b3..ff8b15bbf5f53 100644
--- a/providers/common/ai/provider.yaml
+++ b/providers/common/ai/provider.yaml
@@ -23,10 +23,11 @@ description: |
state: ready
lifecycle: incubation
-source-date-epoch: 1781642052
+source-date-epoch: 1783356304
build-system: hatchling
# note that those versions are maintained by release manager - do not update them manually
versions:
+ - 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
diff --git a/providers/common/ai/pyproject.toml b/providers/common/ai/pyproject.toml
index 4531d2cfb8c5d..975ad4d8f49c7 100644
--- a/providers/common/ai/pyproject.toml
+++ b/providers/common/ai/pyproject.toml
@@ -32,7 +32,7 @@ build-backend = "hatchling.build"
[project]
name = "apache-airflow-providers-common-ai"
-version = "0.5.0"
+version = "0.6.0"
description = "Provider package apache-airflow-providers-common-ai for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -169,8 +169,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-common-ai/0.5.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-ai/0.5.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-ai/0.6.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-ai/0.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/common/ai/src/airflow/providers/common/ai/__init__.py b/providers/common/ai/src/airflow/providers/common/ai/__init__.py
index 3fd180807aab9..0ce7226489034 100644
--- a/providers/common/ai/src/airflow/providers/common/ai/__init__.py
+++ b/providers/common/ai/src/airflow/providers/common/ai/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "0.5.0"
+__version__ = "0.6.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"3.0.0"
diff --git a/providers/common/compat/README.rst b/providers/common/compat/README.rst
index 10f5f2897a175..6815e9de2d7f7 100644
--- a/providers/common/compat/README.rst
+++ b/providers/common/compat/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-common-compat``
-Release: ``1.15.0``
+Release: ``1.16.0``
Common Compatibility Provider - providing compatibility code for previous Airflow versions
@@ -36,7 +36,7 @@ This is a provider package for ``common.compat`` provider. All classes for this
are in ``airflow.providers.common.compat`` 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/common/compat/docs/changelog.rst b/providers/common/compat/docs/changelog.rst
index 24ca3b940c4aa..b7ce7d1931d79 100644
--- a/providers/common/compat/docs/changelog.rst
+++ b/providers/common/compat/docs/changelog.rst
@@ -25,6 +25,24 @@
Changelog
---------
+1.16.0
+......
+
+Features
+~~~~~~~~
+
+* ``Added get_async_hook in common.compat provider (#69208)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix 'RecursionError' in 'common.compat' hook lineage 'add_extra polyfill' (#68735)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Document each provider's optional extras in its docs index (#69478)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
1.15.0
......
diff --git a/providers/common/compat/docs/index.rst b/providers/common/compat/docs/index.rst
index 2d9486b65625f..fe9ba182db70a 100644
--- a/providers/common/compat/docs/index.rst
+++ b/providers/common/compat/docs/index.rst
@@ -62,7 +62,7 @@ apache-airflow-providers-common-compat package
Common Compatibility Provider - providing compatibility code for previous Airflow versions
-Release: 1.15.0
+Release: 1.16.0
Provider package
----------------
@@ -133,5 +133,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-common-compat 1.15.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-common-compat 1.15.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-common-compat 1.16.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-common-compat 1.16.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/common/compat/provider.yaml b/providers/common/compat/provider.yaml
index 88cfd68e4751f..12fff9a6b75f6 100644
--- a/providers/common/compat/provider.yaml
+++ b/providers/common/compat/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1779219177
+source-date-epoch: 1783356304
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 1.16.0
- 1.15.0
- 1.14.3
- 1.14.2
diff --git a/providers/common/compat/pyproject.toml b/providers/common/compat/pyproject.toml
index e5fc7a0323a78..78234fc884cba 100644
--- a/providers/common/compat/pyproject.toml
+++ b/providers/common/compat/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-common-compat"
-version = "1.15.0"
+version = "1.16.0"
description = "Provider package apache-airflow-providers-common-compat for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -109,8 +109,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-common-compat/1.15.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.15.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.16.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.16.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/common/compat/src/airflow/providers/common/compat/__init__.py b/providers/common/compat/src/airflow/providers/common/compat/__init__.py
index 3b030976b17dd..cb40c73294501 100644
--- a/providers/common/compat/src/airflow/providers/common/compat/__init__.py
+++ b/providers/common/compat/src/airflow/providers/common/compat/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "1.15.0"
+__version__ = "1.16.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/common/sql/README.rst b/providers/common/sql/README.rst
index 878ca98a1429d..a874c8a694962 100644
--- a/providers/common/sql/README.rst
+++ b/providers/common/sql/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-common-sql``
-Release: ``2.0.1``
+Release: ``2.0.2``
`Common SQL Provider `__
@@ -36,7 +36,7 @@ This is a provider package for ``common.sql`` provider. All classes for this pro
are in ``airflow.providers.common.sql`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -98,4 +98,4 @@ Extra Dependencies
================== =======================================================================================================================================================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/common/sql/docs/changelog.rst b/providers/common/sql/docs/changelog.rst
index b0e98a120bc2b..656eeb8be7495 100644
--- a/providers/common/sql/docs/changelog.rst
+++ b/providers/common/sql/docs/changelog.rst
@@ -25,6 +25,19 @@
Changelog
---------
+2.0.2
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Align hook run() annotations with None-able handler results (#69230)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Document each provider's optional extras in its docs index (#69478)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
2.0.1
.....
diff --git a/providers/common/sql/docs/index.rst b/providers/common/sql/docs/index.rst
index 4041a2825e5cf..428cb922aec35 100644
--- a/providers/common/sql/docs/index.rst
+++ b/providers/common/sql/docs/index.rst
@@ -79,7 +79,7 @@ apache-airflow-providers-common-sql package
`Common SQL Provider `__
-Release: 2.0.1
+Release: 2.0.2
Provider package
----------------
@@ -160,5 +160,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-common-sql 2.0.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-common-sql 2.0.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-common-sql 2.0.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-common-sql 2.0.2 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/common/sql/provider.yaml b/providers/common/sql/provider.yaml
index 72fcb6d537a32..07c140f121a9e 100644
--- a/providers/common/sql/provider.yaml
+++ b/providers/common/sql/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+source-date-epoch: 1783356304
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 2.0.2
- 2.0.1
- 2.0.0
- 1.36.0
diff --git a/providers/common/sql/pyproject.toml b/providers/common/sql/pyproject.toml
index ddadb5ceb6908..18e9cbe7fdb65 100644
--- a/providers/common/sql/pyproject.toml
+++ b/providers/common/sql/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-common-sql"
-version = "2.0.1"
+version = "2.0.2"
description = "Provider package apache-airflow-providers-common-sql for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -148,8 +148,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-common-sql/2.0.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/2.0.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/2.0.2"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-sql/2.0.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/common/sql/src/airflow/providers/common/sql/__init__.py b/providers/common/sql/src/airflow/providers/common/sql/__init__.py
index 39594da3f3c9b..98c96a3823be0 100644
--- a/providers/common/sql/src/airflow/providers/common/sql/__init__.py
+++ b/providers/common/sql/src/airflow/providers/common/sql/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "2.0.1"
+__version__ = "2.0.2"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/databricks/README.rst b/providers/databricks/README.rst
index 3c062a38a59ca..2081ec318e683 100644
--- a/providers/databricks/README.rst
+++ b/providers/databricks/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-databricks``
-Release: ``7.16.1``
+Release: ``7.17.0``
`Databricks `__
@@ -36,7 +36,7 @@ This is a provider package for ``databricks`` provider. All classes for this pro
are in ``airflow.providers.databricks`` 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/databricks/docs/changelog.rst b/providers/databricks/docs/changelog.rst
index 541e14931c717..8ef2de8bc38fa 100644
--- a/providers/databricks/docs/changelog.rst
+++ b/providers/databricks/docs/changelog.rst
@@ -26,6 +26,33 @@
Changelog
---------
+7.17.0
+......
+
+Features
+~~~~~~~~
+
+* ``Add durable execution to 'DatabricksRunNowOperator' (#69174)``
+* ``Accept BLOCKED and WAITING_FOR_RETRY Databricks run states (#69193)``
+* ``Add durable execution to DatabricksSubmitRunOperator (#68974)``
+* ``Add proxy support to Databricks connections (#68527)``
+* ``Surface databricks API errors as a separate exception (#69019)``
+* ``Add query tags to 'DatabricksSqlSensor' and 'DatabricksPartitionSensor' (#68704)``
+* ``Add OpenLineage Spark conf injection to DatabricksSubmitRunOperator (#67894)``
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Include last error cause in Databricks API when retry is exhausted (#69238)``
+* ``Align hook run() annotations with None-able handler results (#69230)``
+* ``Reconnect to blocked Databricks runs in SubmitRunOperator durable retries (#69195)``
+* ``Fix DatabricksWorkflowTaskGroup ignoring upstream/downstream set before with block (#68924)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Document each provider's optional extras in its docs index (#69478)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
7.16.1
......
diff --git a/providers/databricks/docs/index.rst b/providers/databricks/docs/index.rst
index 2bacaef0aa2c5..fb5f5193acd46 100644
--- a/providers/databricks/docs/index.rst
+++ b/providers/databricks/docs/index.rst
@@ -78,7 +78,7 @@ apache-airflow-providers-databricks package
`Databricks `__
-Release: 7.16.1
+Release: 7.17.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-databricks 7.16.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-databricks 7.16.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-databricks 7.17.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-databricks 7.17.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/databricks/provider.yaml b/providers/databricks/provider.yaml
index 7ef920398492d..b49121e6145f1 100644
--- a/providers/databricks/provider.yaml
+++ b/providers/databricks/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1781642052
+source-date-epoch: 1783356304
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 7.17.0
- 7.16.1
- 7.16.0
- 7.15.0
diff --git a/providers/databricks/pyproject.toml b/providers/databricks/pyproject.toml
index 133c222e6b7a9..6b6e846bcc6c4 100644
--- a/providers/databricks/pyproject.toml
+++ b/providers/databricks/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-databricks"
-version = "7.16.1"
+version = "7.17.0"
description = "Provider package apache-airflow-providers-databricks for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -150,8 +150,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-databricks/7.16.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.16.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.17.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-databricks/7.17.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/databricks/src/airflow/providers/databricks/__init__.py b/providers/databricks/src/airflow/providers/databricks/__init__.py
index 7cb0dd13b063a..dc6dfe7805de5 100644
--- a/providers/databricks/src/airflow/providers/databricks/__init__.py
+++ b/providers/databricks/src/airflow/providers/databricks/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "7.16.1"
+__version__ = "7.17.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/edge3/README.rst b/providers/edge3/README.rst
index 13fee54894897..25eeb3c5b83a8 100644
--- a/providers/edge3/README.rst
+++ b/providers/edge3/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-edge3``
-Release: ``4.0.0``
+Release: ``4.1.0``
Handle edge workers on remote sites via HTTP(s) connection and orchestrates work over distributed sites.
@@ -48,7 +48,7 @@ This is a provider package for ``edge3`` provider. All classes for this provider
are in ``airflow.providers.edge3`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -74,4 +74,4 @@ PIP package Version required
========================================== ===================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/edge3/docs/changelog.rst b/providers/edge3/docs/changelog.rst
index 49b7f66c2bf14..96a59c9aa3840 100644
--- a/providers/edge3/docs/changelog.rst
+++ b/providers/edge3/docs/changelog.rst
@@ -27,6 +27,19 @@
Changelog
---------
+4.1.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Add team_name tag to Edge executor sync metric (#69005)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+ * ``Thread version_data through BundleInfo to worker-side bundle initialization (#67217)``
+
4.0.0
.....
diff --git a/providers/edge3/docs/index.rst b/providers/edge3/docs/index.rst
index 6925423f445a3..820ca5fa68acb 100644
--- a/providers/edge3/docs/index.rst
+++ b/providers/edge3/docs/index.rst
@@ -98,7 +98,7 @@ Additional REST API endpoints are provided to distribute tasks and manage the ed
are provided by the API server.
-Release: 4.0.0
+Release: 4.1.0
Provider package
----------------
@@ -135,5 +135,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-edge3 4.0.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-edge3 4.0.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-edge3 4.1.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-edge3 4.1.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/edge3/provider.yaml b/providers/edge3/provider.yaml
index fd0a6876dd688..31ab376048e0a 100644
--- a/providers/edge3/provider.yaml
+++ b/providers/edge3/provider.yaml
@@ -34,7 +34,7 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1781642052
+source-date-epoch: 1783356304
build-system: hatchling
# Note that those versions are maintained by release manager - do not update them manually
@@ -42,6 +42,7 @@ build-system: hatchling
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 4.1.0
- 4.0.0
- 3.8.0
- 3.7.0
diff --git a/providers/edge3/pyproject.toml b/providers/edge3/pyproject.toml
index a325d33a941dd..6626becc90b3c 100644
--- a/providers/edge3/pyproject.toml
+++ b/providers/edge3/pyproject.toml
@@ -32,7 +32,7 @@ build-backend = "hatchling.build"
[project]
name = "apache-airflow-providers-edge3"
-version = "4.0.0"
+version = "4.1.0"
description = "Provider package apache-airflow-providers-edge3 for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -109,8 +109,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-edge3/4.0.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/4.0.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/4.1.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-edge3/4.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/edge3/src/airflow/providers/edge3/__init__.py b/providers/edge3/src/airflow/providers/edge3/__init__.py
index 955a889051fa1..7ef76ad1ab683 100644
--- a/providers/edge3/src/airflow/providers/edge3/__init__.py
+++ b/providers/edge3/src/airflow/providers/edge3/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "4.0.0"
+__version__ = "4.1.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"3.0.0"
diff --git a/providers/elasticsearch/README.rst b/providers/elasticsearch/README.rst
index c6eb5be8d7dbb..21373c82a0ee5 100644
--- a/providers/elasticsearch/README.rst
+++ b/providers/elasticsearch/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-elasticsearch``
-Release: ``6.7.0``
+Release: ``6.8.0``
`Elasticsearch `__
@@ -36,7 +36,7 @@ This is a provider package for ``elasticsearch`` provider. All classes for this
are in ``airflow.providers.elasticsearch`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -69,4 +69,4 @@ Extra Dependencies
========== ==================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/elasticsearch/docs/changelog.rst b/providers/elasticsearch/docs/changelog.rst
index 6a6060d8d165c..54ac88c27ad0b 100644
--- a/providers/elasticsearch/docs/changelog.rst
+++ b/providers/elasticsearch/docs/changelog.rst
@@ -27,6 +27,20 @@
Changelog
---------
+6.8.0
+.....
+
+Features
+~~~~~~~~
+
+* ``Show running task logs in the UI with Elasticsearch remote logging (#69090)``
+* ``ElasticsearchSQLHook: add chunked Polars DataFrame support via custom SQL reader (#68411)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Document each provider's optional extras in its docs index (#69478)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
6.7.0
.....
diff --git a/providers/elasticsearch/docs/index.rst b/providers/elasticsearch/docs/index.rst
index 18bde63449141..5543da58f4b90 100644
--- a/providers/elasticsearch/docs/index.rst
+++ b/providers/elasticsearch/docs/index.rst
@@ -79,7 +79,7 @@ apache-airflow-providers-elasticsearch package
`Elasticsearch `__
-Release: 6.7.0
+Release: 6.8.0
Provider package
----------------
@@ -131,5 +131,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-elasticsearch 6.7.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-elasticsearch 6.7.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-elasticsearch 6.8.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-elasticsearch 6.8.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/elasticsearch/provider.yaml b/providers/elasticsearch/provider.yaml
index b8f28b4f774e1..d86bbcafb8c0c 100644
--- a/providers/elasticsearch/provider.yaml
+++ b/providers/elasticsearch/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1781642052
+source-date-epoch: 1783356304
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 6.8.0
- 6.7.0
- 6.6.0
- 6.5.4
diff --git a/providers/elasticsearch/pyproject.toml b/providers/elasticsearch/pyproject.toml
index 651c7bc5e5bc1..25f3623788306 100644
--- a/providers/elasticsearch/pyproject.toml
+++ b/providers/elasticsearch/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-elasticsearch"
-version = "6.7.0"
+version = "6.8.0"
description = "Provider package apache-airflow-providers-elasticsearch for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -109,8 +109,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-elasticsearch/6.7.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.7.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.8.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-elasticsearch/6.8.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/elasticsearch/src/airflow/providers/elasticsearch/__init__.py b/providers/elasticsearch/src/airflow/providers/elasticsearch/__init__.py
index 09b92df543eeb..6d73e2819d680 100644
--- a/providers/elasticsearch/src/airflow/providers/elasticsearch/__init__.py
+++ b/providers/elasticsearch/src/airflow/providers/elasticsearch/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "6.7.0"
+__version__ = "6.8.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/exasol/README.rst b/providers/exasol/README.rst
index a29829c40d928..c74b2a483679b 100644
--- a/providers/exasol/README.rst
+++ b/providers/exasol/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-exasol``
-Release: ``4.10.3``
+Release: ``4.10.4``
`Exasol `__
@@ -36,7 +36,7 @@ This is a provider package for ``exasol`` provider. All classes for this provide
are in ``airflow.providers.exasol`` 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/exasol/docs/changelog.rst b/providers/exasol/docs/changelog.rst
index 59e453d4b3ddf..3fa86a1f71e6a 100644
--- a/providers/exasol/docs/changelog.rst
+++ b/providers/exasol/docs/changelog.rst
@@ -27,6 +27,20 @@
Changelog
---------
+4.10.4
+......
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Align hook run() annotations with None-able handler results (#69230)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Document each provider's optional extras in its docs index (#69478)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+ * ``[main] Upgrade important CI environment (#68933)``
+
4.10.3
......
diff --git a/providers/exasol/docs/index.rst b/providers/exasol/docs/index.rst
index 188d77f80085a..13cb541eb1206 100644
--- a/providers/exasol/docs/index.rst
+++ b/providers/exasol/docs/index.rst
@@ -75,7 +75,7 @@ apache-airflow-providers-exasol package
`Exasol `__
-Release: 4.10.3
+Release: 4.10.4
Provider package
----------------
@@ -130,5 +130,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-exasol 4.10.3 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-exasol 4.10.3 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-exasol 4.10.4 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-exasol 4.10.4 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/exasol/provider.yaml b/providers/exasol/provider.yaml
index 2bb11b4f4f340..f7b2fc27920cf 100644
--- a/providers/exasol/provider.yaml
+++ b/providers/exasol/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+source-date-epoch: 1783356304
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 4.10.4
- 4.10.3
- 4.10.2
- 4.10.1
diff --git a/providers/exasol/pyproject.toml b/providers/exasol/pyproject.toml
index ce3706462a658..636109b984099 100644
--- a/providers/exasol/pyproject.toml
+++ b/providers/exasol/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-exasol"
-version = "4.10.3"
+version = "4.10.4"
description = "Provider package apache-airflow-providers-exasol for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -114,8 +114,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-exasol/4.10.3"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.10.3/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.10.4"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-exasol/4.10.4/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/exasol/src/airflow/providers/exasol/__init__.py b/providers/exasol/src/airflow/providers/exasol/__init__.py
index 63b0299eea339..0720fe005c110 100644
--- a/providers/exasol/src/airflow/providers/exasol/__init__.py
+++ b/providers/exasol/src/airflow/providers/exasol/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "4.10.3"
+__version__ = "4.10.4"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/fab/README.rst b/providers/fab/README.rst
index 6c6ceb1667d53..0e67134591ef9 100644
--- a/providers/fab/README.rst
+++ b/providers/fab/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-fab``
-Release: ``3.7.1``
+Release: ``3.7.2``
`Flask App Builder `__
@@ -36,7 +36,7 @@ This is a provider package for ``fab`` provider. All classes for this provider p
are in ``airflow.providers.fab`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -86,4 +86,4 @@ Extra Dependencies
============ ===================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/fab/docs/changelog.rst b/providers/fab/docs/changelog.rst
index d39a54ea1dba0..cc1093fa1436d 100644
--- a/providers/fab/docs/changelog.rst
+++ b/providers/fab/docs/changelog.rst
@@ -20,6 +20,25 @@
Changelog
---------
+3.7.2
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix DAG named "DAGs" colliding with the global DAGs permission resource (#69106)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Document each provider's optional extras in its docs index (#69478)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+ * ``Prepare ad-hoc provider documentation 2026-06-26 (#69022)``
+ * ``Prepare ad-hoc provider documentation 2026-06-26``
+ * ``Bump the fab-ui-package-updates group across 1 directory with 2 updates (#69344)``
+ * ``Bump the fab-ui-package-updates group across 1 directory with 2 updates (#69210)``
+ * ``Bump the fab-ui-package-updates group across 1 directory with 3 updates (#69186)``
+ * ``Bump the fab-ui-package-updates group across 1 directory with 3 updates (#69133)``
+
3.7.1
.....
diff --git a/providers/fab/docs/index.rst b/providers/fab/docs/index.rst
index a331bb2c9ea99..8d52382afa929 100644
--- a/providers/fab/docs/index.rst
+++ b/providers/fab/docs/index.rst
@@ -84,7 +84,7 @@ apache-airflow-providers-fab package
`Flask App Builder `__
-Release: 3.7.1
+Release: 3.7.2
Provider package
----------------
@@ -153,5 +153,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-fab 3.7.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-fab 3.7.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-fab 3.7.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-fab 3.7.2 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/fab/provider.yaml b/providers/fab/provider.yaml
index b19fe328ebb98..01de0b312e811 100644
--- a/providers/fab/provider.yaml
+++ b/providers/fab/provider.yaml
@@ -29,7 +29,7 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1782465951
+source-date-epoch: 1783356304
build-system: hatchling
# Note that those versions are maintained by release manager - do not update them manually
@@ -37,6 +37,7 @@ build-system: hatchling
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 3.7.2
- 3.7.1
- 3.7.0
- 3.6.5
diff --git a/providers/fab/pyproject.toml b/providers/fab/pyproject.toml
index 3bbfb2e2e493e..ef8314c5388ed 100644
--- a/providers/fab/pyproject.toml
+++ b/providers/fab/pyproject.toml
@@ -32,7 +32,7 @@ build-backend = "hatchling.build"
[project]
name = "apache-airflow-providers-fab"
-version = "3.7.1"
+version = "3.7.2"
description = "Provider package apache-airflow-providers-fab for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -153,8 +153,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-fab/3.7.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.7.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.7.2"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-fab/3.7.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/fab/src/airflow/providers/fab/__init__.py b/providers/fab/src/airflow/providers/fab/__init__.py
index 35d41f3d8e7ec..ef16e63a38259 100644
--- a/providers/fab/src/airflow/providers/fab/__init__.py
+++ b/providers/fab/src/airflow/providers/fab/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "3.7.1"
+__version__ = "3.7.2"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"3.0.2"
diff --git a/providers/ftp/README.rst b/providers/ftp/README.rst
index 84971853efbf5..c40ae3844b214 100644
--- a/providers/ftp/README.rst
+++ b/providers/ftp/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-ftp``
-Release: ``3.15.1``
+Release: ``3.15.2``
`File Transfer Protocol (FTP) `__
@@ -36,7 +36,7 @@ This is a provider package for ``ftp`` provider. All classes for this provider p
are in ``airflow.providers.ftp`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -86,4 +86,4 @@ Extra Dependencies
=============== ========================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/ftp/docs/changelog.rst b/providers/ftp/docs/changelog.rst
index 2e39e954e4582..bed31311e5f7c 100644
--- a/providers/ftp/docs/changelog.rst
+++ b/providers/ftp/docs/changelog.rst
@@ -27,6 +27,19 @@
Changelog
---------
+3.15.2
+......
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Close FTP file handles when a transfer raises (#69083)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Document each provider's optional extras in its docs index (#69478)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
3.15.1
......
diff --git a/providers/ftp/docs/index.rst b/providers/ftp/docs/index.rst
index e9b57e21d128a..ec6f6b0c8070e 100644
--- a/providers/ftp/docs/index.rst
+++ b/providers/ftp/docs/index.rst
@@ -84,7 +84,7 @@ apache-airflow-providers-ftp package
`File Transfer Protocol (FTP) `__
-Release: 3.15.1
+Release: 3.15.2
Provider package
----------------
@@ -153,5 +153,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-ftp 3.15.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-ftp 3.15.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-ftp 3.15.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-ftp 3.15.2 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/ftp/provider.yaml b/providers/ftp/provider.yaml
index cd9747ebac1ff..95717efaf270e 100644
--- a/providers/ftp/provider.yaml
+++ b/providers/ftp/provider.yaml
@@ -23,8 +23,9 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1781642052
+source-date-epoch: 1783356304
versions:
+ - 3.15.2
- 3.15.1
- 3.15.0
- 3.14.3
diff --git a/providers/ftp/pyproject.toml b/providers/ftp/pyproject.toml
index fed7677dc113f..38fc483980503 100644
--- a/providers/ftp/pyproject.toml
+++ b/providers/ftp/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-ftp"
-version = "3.15.1"
+version = "3.15.2"
description = "Provider package apache-airflow-providers-ftp 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-ftp/3.15.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.15.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.15.2"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-ftp/3.15.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/ftp/src/airflow/providers/ftp/__init__.py b/providers/ftp/src/airflow/providers/ftp/__init__.py
index eace5617e283e..ba6b072643dc4 100644
--- a/providers/ftp/src/airflow/providers/ftp/__init__.py
+++ b/providers/ftp/src/airflow/providers/ftp/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "3.15.1"
+__version__ = "3.15.2"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/git/README.rst b/providers/git/README.rst
index 8e1bdab48e4a0..a1984f6881e98 100644
--- a/providers/git/README.rst
+++ b/providers/git/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-git``
-Release: ``0.4.0``
+Release: ``0.4.1``
`Distributed version control system (GIT) `__
@@ -36,7 +36,7 @@ This is a provider package for ``git`` provider. All classes for this provider p
are in ``airflow.providers.git`` 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/git/docs/changelog.rst b/providers/git/docs/changelog.rst
index 60fabbfaff2c0..d400e8c4b4a33 100644
--- a/providers/git/docs/changelog.rst
+++ b/providers/git/docs/changelog.rst
@@ -19,6 +19,25 @@
Changelog
---------
+0.4.1
+.....
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Verify SSH host keys by default in the Git provider hook (#69103)``
+
+Misc
+~~~~
+
+* ``Correct README.rst common compat version reference inconsistency (#67554)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+ * ``Prepare provider documentation 2026-06-16 (#68642)``
+ * ``Prepare provider documentation 2026-06-02 (#67920)``
+
0.4.0
.....
diff --git a/providers/git/docs/index.rst b/providers/git/docs/index.rst
index a76c79f5417ba..a1d3937b118cf 100644
--- a/providers/git/docs/index.rst
+++ b/providers/git/docs/index.rst
@@ -72,7 +72,7 @@ apache-airflow-providers-git package
`Distributed version control system (GIT) `__
-Release: 0.4.0
+Release: 0.4.1
Provider package
----------------
@@ -106,5 +106,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-git 0.4.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-git 0.4.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-git 0.4.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-git 0.4.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/git/provider.yaml b/providers/git/provider.yaml
index 454ccdff20106..e1fb46cb8f0b4 100644
--- a/providers/git/provider.yaml
+++ b/providers/git/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1779137802
+source-date-epoch: 1783356304
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 0.4.1
- 0.4.0
- 0.3.2
- 0.3.1
diff --git a/providers/git/pyproject.toml b/providers/git/pyproject.toml
index 689f006001310..7056a12e6b5cd 100644
--- a/providers/git/pyproject.toml
+++ b/providers/git/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-git"
-version = "0.4.0"
+version = "0.4.1"
description = "Provider package apache-airflow-providers-git 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-git/0.4.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.4.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.4.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-git/0.4.1/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/git/src/airflow/providers/git/__init__.py b/providers/git/src/airflow/providers/git/__init__.py
index ed360b3c2e995..e792f4ed28c97 100644
--- a/providers/git/src/airflow/providers/git/__init__.py
+++ b/providers/git/src/airflow/providers/git/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "0.4.0"
+__version__ = "0.4.1"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"3.0.0"
diff --git a/providers/google/README.rst b/providers/google/README.rst
index 6c252d575f974..3a986ff3462b9 100644
--- a/providers/google/README.rst
+++ b/providers/google/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-google``
-Release: ``22.2.1``
+Release: ``22.2.2``
Google services including:
@@ -43,7 +43,7 @@ This is a provider package for ``google`` provider. All classes for this provide
are in ``airflow.providers.google`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -206,4 +206,4 @@ Extra Dependencies
==================== ====================================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/google/docs/changelog.rst b/providers/google/docs/changelog.rst
index a5a059ea5585a..6c0993664a4ef 100644
--- a/providers/google/docs/changelog.rst
+++ b/providers/google/docs/changelog.rst
@@ -27,6 +27,21 @@
Changelog
---------
+22.2.2
+......
+
+Bug Fixes
+~~~~~~~~~
+
+* ``Log SQL query on its own line in BigQueryInsertJobOperator (#69386)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Document each provider's optional extras in its docs index (#69478)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+ * ``Prepare ad-hoc provider documentation 2026-06-26 (#69022)``
+ * ``Prepare ad-hoc provider documentation 2026-06-26``
+
22.2.1
......
diff --git a/providers/google/docs/index.rst b/providers/google/docs/index.rst
index 7d4a43d3475d2..19201537b5d49 100644
--- a/providers/google/docs/index.rst
+++ b/providers/google/docs/index.rst
@@ -90,7 +90,7 @@ Google services including:
- `Google Workspace `__ (formerly Google Suite)
-Release: 22.2.1
+Release: 22.2.2
Provider package
----------------
@@ -272,5 +272,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-google 22.2.1 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-google 22.2.1 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-google 22.2.2 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-google 22.2.2 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/google/provider.yaml b/providers/google/provider.yaml
index 44b6ca5efd6e9..7258f1ddc7eec 100644
--- a/providers/google/provider.yaml
+++ b/providers/google/provider.yaml
@@ -30,12 +30,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1782481463
+source-date-epoch: 1783356304
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 22.2.2
- 22.2.1
- 22.2.0
- 22.1.0
diff --git a/providers/google/pyproject.toml b/providers/google/pyproject.toml
index d42cc3d3a2802..0bb1067364fdb 100644
--- a/providers/google/pyproject.toml
+++ b/providers/google/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-google"
-version = "22.2.1"
+version = "22.2.2"
description = "Provider package apache-airflow-providers-google for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -276,8 +276,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-google/22.2.1"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-google/22.2.1/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-google/22.2.2"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-google/22.2.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/google/src/airflow/providers/google/__init__.py b/providers/google/src/airflow/providers/google/__init__.py
index 99e2c9e5c2cdd..a31d5b0d7f1b5 100644
--- a/providers/google/src/airflow/providers/google/__init__.py
+++ b/providers/google/src/airflow/providers/google/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "22.2.1"
+__version__ = "22.2.2"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/imap/README.rst b/providers/imap/README.rst
index 6061ed0e6ea09..736f4d30bd379 100644
--- a/providers/imap/README.rst
+++ b/providers/imap/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-imap``
-Release: ``3.11.3``
+Release: ``3.12.0``
`Internet Message Access Protocol (IMAP) `__
@@ -36,7 +36,7 @@ This is a provider package for ``imap`` provider. All classes for this provider
are in ``airflow.providers.imap`` 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/imap/docs/changelog.rst b/providers/imap/docs/changelog.rst
index 3cffb5bd9919a..a8949a361b75f 100644
--- a/providers/imap/docs/changelog.rst
+++ b/providers/imap/docs/changelog.rst
@@ -26,6 +26,18 @@
Changelog
---------
+3.12.0
+......
+
+Features
+~~~~~~~~
+
+* ``Add overwrite parameter to IMAP hook to prevent silent file overwrites (#68838)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
3.11.3
......
diff --git a/providers/imap/docs/index.rst b/providers/imap/docs/index.rst
index fbd0d62a84107..dd1e48413b23a 100644
--- a/providers/imap/docs/index.rst
+++ b/providers/imap/docs/index.rst
@@ -63,7 +63,7 @@ apache-airflow-providers-imap package
`Internet Message Access Protocol (IMAP) `__
-Release: 3.11.3
+Release: 3.12.0
Provider package
----------------
@@ -96,5 +96,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-imap 3.11.3 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-imap 3.11.3 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-imap 3.12.0 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-imap 3.12.0 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/imap/provider.yaml b/providers/imap/provider.yaml
index 5efb3269ea5fa..9bd9649cc5326 100644
--- a/providers/imap/provider.yaml
+++ b/providers/imap/provider.yaml
@@ -24,12 +24,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1779137999
+source-date-epoch: 1783356304
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 3.12.0
- 3.11.3
- 3.11.2
- 3.11.1
diff --git a/providers/imap/pyproject.toml b/providers/imap/pyproject.toml
index c3fb2eae8e2b5..23233cdf7db50 100644
--- a/providers/imap/pyproject.toml
+++ b/providers/imap/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-imap"
-version = "3.11.3"
+version = "3.12.0"
description = "Provider package apache-airflow-providers-imap 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-imap/3.11.3"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-imap/3.11.3/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-imap/3.12.0"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-imap/3.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/imap/src/airflow/providers/imap/__init__.py b/providers/imap/src/airflow/providers/imap/__init__.py
index aaca921a56c87..88db5fc5ac199 100644
--- a/providers/imap/src/airflow/providers/imap/__init__.py
+++ b/providers/imap/src/airflow/providers/imap/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "3.11.3"
+__version__ = "3.12.0"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/microsoft/azure/README.rst b/providers/microsoft/azure/README.rst
index a98a95a44e399..450b5b11bd197 100644
--- a/providers/microsoft/azure/README.rst
+++ b/providers/microsoft/azure/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-microsoft-azure``
-Release: ``13.5.0``
+Release: ``13.5.1``
`Microsoft Azure `__
@@ -36,7 +36,7 @@ This is a provider package for ``microsoft.azure`` provider. All classes for thi
are in ``airflow.providers.microsoft.azure`` python package.
You can find package information and changelog for the provider
-in the `documentation `_.
+in the `documentation `_.
Installation
------------
@@ -125,4 +125,4 @@ Extra Dependencies
==================== ====================================================
The changelog for the provider package can be found in the
-`changelog `_.
+`changelog `_.
diff --git a/providers/microsoft/azure/docs/changelog.rst b/providers/microsoft/azure/docs/changelog.rst
index e0a834dd4a100..ab07d44dad25b 100644
--- a/providers/microsoft/azure/docs/changelog.rst
+++ b/providers/microsoft/azure/docs/changelog.rst
@@ -27,6 +27,22 @@
Changelog
---------
+13.5.1
+......
+
+Bug Fixes
+~~~~~~~~~
+
+* ``refactor: Fix _is_http_client_closed returning True for a transport that was never opened (#69329)``
+* ``Invalidate cached RequestAdapter of KiotaRequestAdapterHook if session of AuthenticationProvider is closed (#69128)``
+* ``Fix msgraph/Power BI auth failure from empty allowed_hosts list (#69014)``
+* ``MSgraph: fix UnicodeDecodeError in DefaultResponseHandler when response content is binary (#68495)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Document each provider's optional extras in its docs index (#69478)``
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
13.5.0
......
diff --git a/providers/microsoft/azure/docs/index.rst b/providers/microsoft/azure/docs/index.rst
index f4354dd6e9c5a..fd9442fa47349 100644
--- a/providers/microsoft/azure/docs/index.rst
+++ b/providers/microsoft/azure/docs/index.rst
@@ -84,7 +84,7 @@ apache-airflow-providers-microsoft-azure package
`Microsoft Azure `__
-Release: 13.5.0
+Release: 13.5.1
Provider package
----------------
@@ -192,5 +192,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-microsoft-azure 13.5.0 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-microsoft-azure 13.5.0 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-microsoft-azure 13.5.1 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-microsoft-azure 13.5.1 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/microsoft/azure/provider.yaml b/providers/microsoft/azure/provider.yaml
index 71bac83b5f199..617242aea77d6 100644
--- a/providers/microsoft/azure/provider.yaml
+++ b/providers/microsoft/azure/provider.yaml
@@ -21,12 +21,13 @@ description: |
`Microsoft Azure `__
state: ready
lifecycle: production
-source-date-epoch: 1781642052
+source-date-epoch: 1783356304
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 13.5.1
- 13.5.0
- 13.4.0
- 13.3.0
diff --git a/providers/microsoft/azure/pyproject.toml b/providers/microsoft/azure/pyproject.toml
index 00bd45af7f44b..10a3c5030fdb0 100644
--- a/providers/microsoft/azure/pyproject.toml
+++ b/providers/microsoft/azure/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-microsoft-azure"
-version = "13.5.0"
+version = "13.5.1"
description = "Provider package apache-airflow-providers-microsoft-azure for Apache Airflow"
readme = "README.rst"
license = "Apache-2.0"
@@ -163,8 +163,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-microsoft-azure/13.5.0"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/13.5.0/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/13.5.1"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/13.5.1/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/microsoft/azure/src/airflow/providers/microsoft/azure/__init__.py b/providers/microsoft/azure/src/airflow/providers/microsoft/azure/__init__.py
index c90e093feb8ce..7d2c3068050b4 100644
--- a/providers/microsoft/azure/src/airflow/providers/microsoft/azure/__init__.py
+++ b/providers/microsoft/azure/src/airflow/providers/microsoft/azure/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "13.5.0"
+__version__ = "13.5.1"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/microsoft/winrm/README.rst b/providers/microsoft/winrm/README.rst
index 70977ffbcd1af..832b642756618 100644
--- a/providers/microsoft/winrm/README.rst
+++ b/providers/microsoft/winrm/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-microsoft-winrm``
-Release: ``3.14.3``
+Release: ``3.14.4``
`Windows Remote Management (WinRM) `__
@@ -36,7 +36,7 @@ This is a provider package for ``microsoft.winrm`` provider. All classes for thi
are in ``airflow.providers.microsoft.winrm`` 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/microsoft/winrm/docs/changelog.rst b/providers/microsoft/winrm/docs/changelog.rst
index a515850c53bde..f9449cf77f7ab 100644
--- a/providers/microsoft/winrm/docs/changelog.rst
+++ b/providers/microsoft/winrm/docs/changelog.rst
@@ -27,6 +27,18 @@
Changelog
---------
+3.14.4
+......
+
+Misc
+~~~~
+
+* ``Fix Microsoft WinRM provider import failure under lowest dependencies (#69333)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
3.14.3
......
diff --git a/providers/microsoft/winrm/docs/index.rst b/providers/microsoft/winrm/docs/index.rst
index 61e7d425d7fe0..0d1027d4523f2 100644
--- a/providers/microsoft/winrm/docs/index.rst
+++ b/providers/microsoft/winrm/docs/index.rst
@@ -76,7 +76,7 @@ apache-airflow-providers-microsoft-winrm package
`Windows Remote Management (WinRM) `__
-Release: 3.14.3
+Release: 3.14.4
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-microsoft-winrm 3.14.3 sdist package `_ (`asc `__, `sha512 `__)
-* `The apache-airflow-providers-microsoft-winrm 3.14.3 wheel package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-microsoft-winrm 3.14.4 sdist package `_ (`asc `__, `sha512 `__)
+* `The apache-airflow-providers-microsoft-winrm 3.14.4 wheel package `_ (`asc `__, `sha512 `__)
diff --git a/providers/microsoft/winrm/provider.yaml b/providers/microsoft/winrm/provider.yaml
index ca5d9aa441cee..72c2895cb114b 100644
--- a/providers/microsoft/winrm/provider.yaml
+++ b/providers/microsoft/winrm/provider.yaml
@@ -23,12 +23,13 @@ description: |
state: ready
lifecycle: production
-source-date-epoch: 1780426378
+source-date-epoch: 1783356304
# Note that those versions are maintained by release manager - do not update them manually
# with the exception of case where other provider in sources has >= new provider version.
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
# to be done in the same PR
versions:
+ - 3.14.4
- 3.14.3
- 3.14.2
- 3.14.1
diff --git a/providers/microsoft/winrm/pyproject.toml b/providers/microsoft/winrm/pyproject.toml
index 9c3ed8b10f985..6a5ab5251e11a 100644
--- a/providers/microsoft/winrm/pyproject.toml
+++ b/providers/microsoft/winrm/pyproject.toml
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
[project]
name = "apache-airflow-providers-microsoft-winrm"
-version = "3.14.3"
+version = "3.14.4"
description = "Provider package apache-airflow-providers-microsoft-winrm 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-microsoft-winrm/3.14.3"
-"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-winrm/3.14.3/changelog.html"
+"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-winrm/3.14.4"
+"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-microsoft-winrm/3.14.4/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/microsoft/winrm/src/airflow/providers/microsoft/winrm/__init__.py b/providers/microsoft/winrm/src/airflow/providers/microsoft/winrm/__init__.py
index e660484496a32..ee5e7a96b3658 100644
--- a/providers/microsoft/winrm/src/airflow/providers/microsoft/winrm/__init__.py
+++ b/providers/microsoft/winrm/src/airflow/providers/microsoft/winrm/__init__.py
@@ -29,7 +29,7 @@
__all__ = ["__version__"]
-__version__ = "3.14.3"
+__version__ = "3.14.4"
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.11.0"
diff --git a/providers/neo4j/README.rst b/providers/neo4j/README.rst
index b5fb62956f179..12f0591671ab0 100644
--- a/providers/neo4j/README.rst
+++ b/providers/neo4j/README.rst
@@ -23,7 +23,7 @@
Package ``apache-airflow-providers-neo4j``
-Release: ``3.11.6``
+Release: ``3.12.0``
`Neo4j `__
@@ -36,7 +36,7 @@ This is a provider package for ``neo4j`` provider. All classes for this provider
are in ``airflow.providers.neo4j`` 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/neo4j/docs/changelog.rst b/providers/neo4j/docs/changelog.rst
index e9da0f9db4109..29a51fa479382 100644
--- a/providers/neo4j/docs/changelog.rst
+++ b/providers/neo4j/docs/changelog.rst
@@ -29,6 +29,18 @@
Changelog
---------
+3.12.0
+......
+
+Features
+~~~~~~~~
+
+* ``Rename Neo4jOperator 'sql' parameter to 'cypher' (#68970)``
+
+.. Below changes are excluded from the changelog. Move them to
+ appropriate section above if needed. Do not delete the lines(!):
+ * ``Fix inconsistency between generated provider docs and pyproject.toml (#68991)``
+
3.11.6
......
diff --git a/providers/neo4j/docs/index.rst b/providers/neo4j/docs/index.rst
index 3c783f319211a..36703ecac05ac 100644
--- a/providers/neo4j/docs/index.rst
+++ b/providers/neo4j/docs/index.rst
@@ -78,7 +78,7 @@ apache-airflow-providers-neo4j package
`Neo4j `__
-Release: 3.11.6
+Release: 3.12.0
Provider package
----------------
@@ -112,5 +112,5 @@ Downloading official packages
You can download officially released packages and verify their checksums and signatures from the
`Official Apache Download site `_
-* `The apache-airflow-providers-neo4j 3.11.6 sdist package `_ (`asc `__, `sha512