This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 64931b1a65 Prepare docs 1st wave of Providers December 2023 RC2
(#36190)
64931b1a65 is described below
commit 64931b1a65a22cb5c6fa6921ed5f4d00f011abd9
Author: Elad Kalif <[email protected]>
AuthorDate: Tue Dec 12 22:49:17 2023 +0200
Prepare docs 1st wave of Providers December 2023 RC2 (#36190)
* Prepare docs 1st wave of Providers December 2023 RC2
---------
Co-authored-by: Jarek Potiuk <[email protected]>
---
airflow/providers/daskexecutor/CHANGELOG.rst | 20 ++++++++++++-
airflow/providers/daskexecutor/__init__.py | 2 +-
airflow/providers/databricks/CHANGELOG.rst | 8 +++++
airflow/providers/docker/CHANGELOG.rst | 3 ++
airflow/providers/google/CHANGELOG.rst | 9 +++++-
airflow/providers/odbc/CHANGELOG.rst | 8 +++++
.../changelog.rst | 7 +++++
.../commits.rst | 34 +++++++++++++++++++---
.../index.rst | 12 ++++++--
.../commits.rst | 10 ++++---
docs/apache-airflow-providers-docker/commits.rst | 11 ++++---
docs/apache-airflow-providers-google/commits.rst | 10 ++++++-
docs/apache-airflow-providers-google/index.rst | 14 ++++-----
docs/apache-airflow-providers-odbc/commits.rst | 10 ++++---
14 files changed, 129 insertions(+), 29 deletions(-)
diff --git a/airflow/providers/daskexecutor/CHANGELOG.rst
b/airflow/providers/daskexecutor/CHANGELOG.rst
index 078ee64842..82b8a53b63 100644
--- a/airflow/providers/daskexecutor/CHANGELOG.rst
+++ b/airflow/providers/daskexecutor/CHANGELOG.rst
@@ -30,8 +30,26 @@ Changelog
1.1.1
.....
-* Mark daskexecutor provider as removed according to `consensus on the
[email protected]
<https://lists.apache.org/thread/fxv44cqqljrrhll3fdpdgc9h9fz5ghcy>`_
+.. note::
+ Mark daskexecutor provider as removed according to `consensus on the
[email protected]
<https://lists.apache.org/thread/fxv44cqqljrrhll3fdpdgc9h9fz5ghcy>`_
+
+.. note::
+ This release of provider is only available for Airflow 2.6+ as explained in
the
+ `Apache Airflow providers support policy
<https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
+
+Misc
+~~~~
+
+* ``Mark daskexecutor provider as removed (#35965)``
+.. Review and move the new changes to one of the sections above:
+ * ``Fix and reapply templates for provider documentation (#35686)``
+ * ``Prepare docs 3rd wave of Providers October 2023 - FIX (#35233)``
+ * ``Prepare docs 2nd wave of Providers November 2023 (#35836)``
+ * ``Use reproducible builds for provider packages (#35693)``
+ * ``Prepare docs 1st wave of Providers November 2023 (#35537)``
+ * ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+ * ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
1.1.0
.....
diff --git a/airflow/providers/daskexecutor/__init__.py
b/airflow/providers/daskexecutor/__init__.py
index a0aa9a2681..b5f95ccfa8 100644
--- a/airflow/providers/daskexecutor/__init__.py
+++ b/airflow/providers/daskexecutor/__init__.py
@@ -27,7 +27,7 @@ import packaging.version
__all__ = ["__version__"]
-__version__ = "1.1.0"
+__version__ = "1.1.1"
try:
from airflow import __version__ as airflow_version
diff --git a/airflow/providers/databricks/CHANGELOG.rst
b/airflow/providers/databricks/CHANGELOG.rst
index 9cad05857f..b9746609a6 100644
--- a/airflow/providers/databricks/CHANGELOG.rst
+++ b/airflow/providers/databricks/CHANGELOG.rst
@@ -33,11 +33,19 @@ Changelog
This release of provider is only available for Airflow 2.6+ as explained in
the
`Apache Airflow providers support policy
<https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix: Implement support for 'fetchone()' in the ODBCHook and the Databricks
SQL Hook (#36161)``
+
Misc
~~~~
* ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)``
+.. Review and move the new changes to one of the sections above:
+ * ``Prepare docs 1st wave of Providers December 2023 (#36112)``
+
5.0.1
.....
diff --git a/airflow/providers/docker/CHANGELOG.rst
b/airflow/providers/docker/CHANGELOG.rst
index fdf529c2a1..574daa5225 100644
--- a/airflow/providers/docker/CHANGELOG.rst
+++ b/airflow/providers/docker/CHANGELOG.rst
@@ -38,15 +38,18 @@ Bug Fixes
~~~~~~~~~
* ``Fix 'enable_logging=True' not working in 'DockerSwarmOperator' (#35677)``
+* ``Fix broken log streaming from #35677 (#36127)``
Misc
~~~~
* ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)``
+* ``Follow BaseHook connection fields method signature in child classes
(#36086)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Update information about links into the provider.yaml files (#35837)``
+ * ``Prepare docs 1st wave of Providers December 2023 (#36112)``
3.8.2
.....
diff --git a/airflow/providers/google/CHANGELOG.rst
b/airflow/providers/google/CHANGELOG.rst
index 6f4d34025a..d69f28a051 100644
--- a/airflow/providers/google/CHANGELOG.rst
+++ b/airflow/providers/google/CHANGELOG.rst
@@ -41,6 +41,8 @@ Features
* ``GCP Secrets Backend Impersonation (#36072)``
* ``Add OpenLineage support to GcsOperators - Delete, Transform and
TimeSpanTransform (#35838)``
* ``Add support for service account impersonation with computeEngineSSHHook
(google provider) and IAP tunnel (#35136)``
+* ``Add Datascan Profiling (#35696)``
+* ``Add overrides to template fields of Google Cloud Run Jobs Execute Operator
(#36133)``
Bug Fixes
~~~~~~~~~
@@ -49,17 +51,22 @@ Bug Fixes
* ``Fix CloudRunExecuteJobOperator not able to retrieve the Cloud Run job
status in deferrable mode (#36012)``
* ``Fix gcs listing - ensure blobs are loaded (#34919)``
* ``allow multiple elements in impersonation chain (#35694)``
+* ``Change retry type for Google Dataflow Client to async one (#36141)``
Misc
~~~~
* ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)``
* ``Deprecate 'CloudComposerEnvironmentSensor' in favor of
'CloudComposerCreateEnvironmentOperator' with defer mode (#35775)``
+* ``Follow BaseHook connection fields method signature in child classes
(#36086)``
+* ``Allow storage options to be passed (#35820)``
.. Below changes are excluded from the changelog. Move them to
appropriate section above if needed. Do not delete the lines(!):
* ``Add feature to build "chicken-egg" packages from sources (#35890)``
-
+ * ``Upgrade to latest pre-commit plugins (#36163)``
+ * ``Review and mark found potential SSH security issues by bandit (#36162)``
+ * ``Prepare docs 1st wave of Providers December 2023 (#36112)``
10.12.0
.......
diff --git a/airflow/providers/odbc/CHANGELOG.rst
b/airflow/providers/odbc/CHANGELOG.rst
index 18286308c7..4124c0d5a9 100644
--- a/airflow/providers/odbc/CHANGELOG.rst
+++ b/airflow/providers/odbc/CHANGELOG.rst
@@ -34,11 +34,19 @@ Changelog
This release of provider is only available for Airflow 2.6+ as explained in
the
`Apache Airflow providers support policy
<https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>`_.
+Bug Fixes
+~~~~~~~~~
+
+* ``Fix: Implement support for 'fetchone()' in the ODBCHook and the Databricks
SQL Hook (#36161)``
+
Misc
~~~~
* ``Bump minimum Airflow version in providers to Airflow 2.6.0 (#36017)``
+.. Review and move the new changes to one of the sections above:
+ * ``Prepare docs 1st wave of Providers December 2023 (#36112)``
+
4.2.0
.....
diff --git a/docs/apache-airflow-providers-daskexecutor/changelog.rst
b/docs/apache-airflow-providers-daskexecutor/changelog.rst
index 24b639e83f..b825747cf1 100644
--- a/docs/apache-airflow-providers-daskexecutor/changelog.rst
+++ b/docs/apache-airflow-providers-daskexecutor/changelog.rst
@@ -1,3 +1,4 @@
+
.. Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
@@ -15,4 +16,10 @@
specific language governing permissions and limitations
under the License.
+ .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
+ OVERWRITTEN WHEN PREPARING PACKAGES.
+
+ .. IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
+ `PROVIDER_CHANGELOG_TEMPLATE.rst.jinja2` IN the
`dev/breeze/src/airflow_breeze/templates` DIRECTORY
+
.. include:: ../../airflow/providers/daskexecutor/CHANGELOG.rst
diff --git a/docs/apache-airflow-providers-daskexecutor/commits.rst
b/docs/apache-airflow-providers-daskexecutor/commits.rst
index 7acf131b93..5b21624429 100644
--- a/docs/apache-airflow-providers-daskexecutor/commits.rst
+++ b/docs/apache-airflow-providers-daskexecutor/commits.rst
@@ -16,6 +16,13 @@
specific language governing permissions and limitations
under the License.
+ .. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
+ OVERWRITTEN WHEN PREPARING PACKAGES.
+
+ .. IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
+ `PROVIDER_COMMITS_TEMPLATE.rst.jinja2` IN the
`dev/breeze/src/airflow_breeze/templates` DIRECTORY
+
+ .. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE
OVERWRITTEN AT RELEASE TIME!
Package apache-airflow-providers-daskexecutor
------------------------------------------------------
@@ -28,16 +35,35 @@ For high-level changelog, see :doc:`package information
including changelog <ind
+1.1.1
+.....
+
+Latest change: 2023-11-30
+
+=================================================================================================
===========
==================================================================
+Commit
Committed Subject
+=================================================================================================
===========
==================================================================
+`9c1c9f450e
<https://github.com/apache/airflow/commit/9c1c9f450e289b40f94639db3f0686f592c8841e>`_
2023-11-30 ``Mark daskexecutor provider as removed (#35965)``
+`0b23d5601c
<https://github.com/apache/airflow/commit/0b23d5601c6f833392b0ea816e651dcb13a14685>`_
2023-11-24 ``Prepare docs 2nd wave of Providers November 2023 (#35836)``
+`99534e47f3
<https://github.com/apache/airflow/commit/99534e47f330ce0efb96402629dda5b2a4f16e8f>`_
2023-11-19 ``Use reproducible builds for provider packages (#35693)``
+`99df205f42
<https://github.com/apache/airflow/commit/99df205f42a754aa67f80b5983e1d228ff23267f>`_
2023-11-16 ``Fix and reapply templates for provider documentation (#35686)``
+`1b059c57d6
<https://github.com/apache/airflow/commit/1b059c57d6d57d198463e5388138bee8a08591b1>`_
2023-11-08 ``Prepare docs 1st wave of Providers November 2023 (#35537)``
+`d1c58d86de
<https://github.com/apache/airflow/commit/d1c58d86de1267d9268a1efe0a0c102633c051a1>`_
2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 - FIX
(#35233)``
+`3592ff4046
<https://github.com/apache/airflow/commit/3592ff40465032fa041600be740ee6bc25e7c242>`_
2023-10-28 ``Prepare docs 3rd wave of Providers October 2023 (#35187)``
+`dd7ba3cae1
<https://github.com/apache/airflow/commit/dd7ba3cae139cb10d71c5ebc25fc496c67ee784e>`_
2023-10-19 ``Pre-upgrade 'ruff==0.0.292' changes in providers (#35053)``
+=================================================================================================
===========
==================================================================
+
1.1.0
.....
-Latest change: 2023-10-05
+Latest change: 2023-10-13
-=================================================================================================
=========== ==================================================
+=================================================================================================
=========== ===============================================================
Commit
Committed Subject
-=================================================================================================
=========== ==================================================
+=================================================================================================
=========== ===============================================================
+`e9987d5059
<https://github.com/apache/airflow/commit/e9987d50598f70d84cbb2a5d964e21020e81c080>`_
2023-10-13 ``Prepare docs 1st wave of Providers in October 2023 (#34916)``
`0c8e30e43b
<https://github.com/apache/airflow/commit/0c8e30e43b70e9d033e1686b327eb00aab82479c>`_
2023-10-05 ``Bump min airflow version of providers (#34728)``
-=================================================================================================
=========== ==================================================
+=================================================================================================
=========== ===============================================================
1.0.1
.....
diff --git a/docs/apache-airflow-providers-daskexecutor/index.rst
b/docs/apache-airflow-providers-daskexecutor/index.rst
index 1b2f58a6ef..1b7d7fa5c6 100644
--- a/docs/apache-airflow-providers-daskexecutor/index.rst
+++ b/docs/apache-airflow-providers-daskexecutor/index.rst
@@ -56,7 +56,7 @@ Package apache-airflow-providers-daskexecutor
`Dask <https://www.dask.org/>`__
-Release: 1.1.0
+Release: 1.1.1
Provider package
----------------
@@ -64,6 +64,14 @@ Provider package
This is a provider package for ``daskexecutor`` provider. All classes for this
provider package
are in ``airflow.providers.daskexecutor`` python package.
+ .. warning::
+
+ This provider is not maintained anymore by the community. It has been
removed and is not going to be
+ updated anymore. The removal was done according to the process
described in
+ `Removing community providers
<https://github.com/apache/airflow/blob/main/PROVIDERS.rst#removing-community-providers>`_
+
+ Feel free to contact Airflow Development Mailing List if you have any
questions.
+
Installation
------------
@@ -74,7 +82,7 @@ for the minimum Airflow version supported) via
Requirements
------------
-The minimum Apache Airflow version supported by this provider package is
``2.5.0``.
+The minimum Apache Airflow version supported by this provider package is
``2.6.0``.
================== ==================================
PIP package Version required
diff --git a/docs/apache-airflow-providers-databricks/commits.rst
b/docs/apache-airflow-providers-databricks/commits.rst
index d8fcb64700..41546c40a2 100644
--- a/docs/apache-airflow-providers-databricks/commits.rst
+++ b/docs/apache-airflow-providers-databricks/commits.rst
@@ -38,13 +38,15 @@ For high-level changelog, see :doc:`package information
including changelog <ind
5.1.0
.....
-Latest change: 2023-12-07
+Latest change: 2023-12-11
-=================================================================================================
===========
=======================================================================
+=================================================================================================
===========
================================================================================================
Commit
Committed Subject
-=================================================================================================
===========
=======================================================================
+=================================================================================================
===========
================================================================================================
+`36010f6d0e
<https://github.com/apache/airflow/commit/36010f6d0e3231081dbae095baff5a5b5c5b34eb>`_
2023-12-11 ``Fix: Implement support for 'fetchone()' in the ODBCHook and
the Databricks SQL Hook (#36161)``
+`999b70178a
<https://github.com/apache/airflow/commit/999b70178a1f5d891fd2c88af4831a4ba4c2cbc9>`_
2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)``
`d0918d77ee
<https://github.com/apache/airflow/commit/d0918d77ee05ab08c83af6956e38584a48574590>`_
2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0
(#36017)``
-=================================================================================================
===========
=======================================================================
+=================================================================================================
===========
================================================================================================
5.0.1
.....
diff --git a/docs/apache-airflow-providers-docker/commits.rst
b/docs/apache-airflow-providers-docker/commits.rst
index 9ad04f1681..ac1cbd64e4 100644
--- a/docs/apache-airflow-providers-docker/commits.rst
+++ b/docs/apache-airflow-providers-docker/commits.rst
@@ -38,15 +38,18 @@ For high-level changelog, see :doc:`package information
including changelog <ind
3.9.0
.....
-Latest change: 2023-12-07
+Latest change: 2023-12-11
-=================================================================================================
===========
===========================================================================
+=================================================================================================
===========
================================================================================
Commit
Committed Subject
-=================================================================================================
===========
===========================================================================
+=================================================================================================
===========
================================================================================
+`cd476acd8f
<https://github.com/apache/airflow/commit/cd476acd8f1684f613c20dddaa9e988bcfb3ac1c>`_
2023-12-11 ``Follow BaseHook connection fields method signature in child
classes (#36086)``
+`f9c952bb7f
<https://github.com/apache/airflow/commit/f9c952bb7f5b8dd321bd33697d3fcddc16c39d8c>`_
2023-12-09 ``Fix broken log streaming from #35677 (#36127)``
+`999b70178a
<https://github.com/apache/airflow/commit/999b70178a1f5d891fd2c88af4831a4ba4c2cbc9>`_
2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)``
`d0918d77ee
<https://github.com/apache/airflow/commit/d0918d77ee05ab08c83af6956e38584a48574590>`_
2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0
(#36017)``
`882108862d
<https://github.com/apache/airflow/commit/882108862dcaf08e7f5da519b3d186048d4ec7f9>`_
2023-12-06 ``Fix 'enable_logging=True' not working in 'DockerSwarmOperator'
(#35677)``
`c905fe88de
<https://github.com/apache/airflow/commit/c905fe88de6382cbf610b1fffa0159a7a0b5558f>`_
2023-11-25 ``Update information about links into the provider.yaml files
(#35837)``
-=================================================================================================
===========
===========================================================================
+=================================================================================================
===========
================================================================================
3.8.2
.....
diff --git a/docs/apache-airflow-providers-google/commits.rst
b/docs/apache-airflow-providers-google/commits.rst
index 517b1cac6f..b19c989a2a 100644
--- a/docs/apache-airflow-providers-google/commits.rst
+++ b/docs/apache-airflow-providers-google/commits.rst
@@ -45,11 +45,19 @@ For high-level changelog, see :doc:`package information
including changelog <ind
10.13.0
.......
-Latest change: 2023-12-07
+Latest change: 2023-12-12
=================================================================================================
===========
============================================================================================================================
Commit
Committed Subject
=================================================================================================
===========
============================================================================================================================
+`47a9c8a4a4
<https://github.com/apache/airflow/commit/47a9c8a4a4ecc4da34bd210d56331e97f9fe8e7e>`_
2023-12-12 ``Added Datascan Profiling (#35696)``
+`3dddfb4a4a
<https://github.com/apache/airflow/commit/3dddfb4a4ae112544fd02e09a5633961fa725a36>`_
2023-12-11 ``Add overrides to template fields of Google Cloud Run Jobs
Execute Operator (#36133)``
+`fcd993b852
<https://github.com/apache/airflow/commit/fcd993b852b91b6227e7a4b316c8c912797ac4a9>`_
2023-12-11 ``Upgrade to latest pre-commit plugins (#36163)``
+`343bac956b
<https://github.com/apache/airflow/commit/343bac956b48aac80a7daaf0715e04d2cc37b373>`_
2023-12-11 ``Review and mark found potential SSH security issues by bandit
(#36162)``
+`cd476acd8f
<https://github.com/apache/airflow/commit/cd476acd8f1684f613c20dddaa9e988bcfb3ac1c>`_
2023-12-11 ``Follow BaseHook connection fields method signature in child
classes (#36086)``
+`8d0c5d9008
<https://github.com/apache/airflow/commit/8d0c5d900875ce3b9dda1a86f1de534759e9d7f6>`_
2023-12-09 ``Change retry type for Google Dataflow Client to async one
(#36141)``
+`aba58adb83
<https://github.com/apache/airflow/commit/aba58adb83435e96e66027de5163756301a6ddf5>`_
2023-12-08 ``Allow storage options to be passed (#35820)``
+`999b70178a
<https://github.com/apache/airflow/commit/999b70178a1f5d891fd2c88af4831a4ba4c2cbc9>`_
2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)``
`d0918d77ee
<https://github.com/apache/airflow/commit/d0918d77ee05ab08c83af6956e38584a48574590>`_
2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0
(#36017)``
`ca20f07a16
<https://github.com/apache/airflow/commit/ca20f07a16934d93792773d788b64652009065ce>`_
2023-12-06 ``GCP Secrets Backend Impersonation (#36072)``
`d0f4512ecb
<https://github.com/apache/airflow/commit/d0f4512ecb9c0683a60be7b0de8945948444df8e>`_
2023-12-04 ``Fix DataprocSubmitJobOperator to retrieve failed job error
message (#36053)``
diff --git a/docs/apache-airflow-providers-google/index.rst
b/docs/apache-airflow-providers-google/index.rst
index 9bcbadaa7b..b1280bd587 100644
--- a/docs/apache-airflow-providers-google/index.rst
+++ b/docs/apache-airflow-providers-google/index.rst
@@ -123,17 +123,17 @@ PIP package Version required
``google-auth`` ``>=1.0.0``
``google-auth-httplib2`` ``>=0.0.1``
``google-cloud-aiplatform`` ``>=1.22.1``
-``google-cloud-automl`` ``>=2.11.0``
-``google-cloud-bigquery-datatransfer`` ``>=3.11.0``
+``google-cloud-automl`` ``>=2.12.0``
+``google-cloud-bigquery-datatransfer`` ``>=3.13.0``
``google-cloud-bigtable`` ``>=2.17.0``
-``google-cloud-build`` ``>=3.13.0``
+``google-cloud-build`` ``>=3.22.0``
``google-cloud-compute`` ``>=1.10.0``
``google-cloud-container`` ``>=2.17.4``
``google-cloud-datacatalog`` ``>=3.11.1``
-``google-cloud-dataflow-client`` ``>=0.8.2``
+``google-cloud-dataflow-client`` ``>=0.8.6``
``google-cloud-dataform`` ``>=0.5.0``
-``google-cloud-dataplex`` ``>=1.4.2``
-``google-cloud-dataproc`` ``>=5.5.0``
+``google-cloud-dataplex`` ``>=1.10.0``
+``google-cloud-dataproc`` ``>=5.8.0``
``google-cloud-dataproc-metastore`` ``>=1.12.0``
``google-cloud-dlp`` ``>=3.12.0``
``google-cloud-kms`` ``>=2.15.0``
@@ -141,7 +141,7 @@ PIP package Version required
``google-cloud-logging`` ``>=3.5.0``
``google-cloud-memcache`` ``>=1.7.0``
``google-cloud-monitoring`` ``>=2.14.1``
-``google-cloud-orchestration-airflow`` ``>=1.7.0``
+``google-cloud-orchestration-airflow`` ``>=1.10.0``
``google-cloud-os-login`` ``>=2.9.1``
``google-cloud-pubsub`` ``>=2.15.0``
``google-cloud-redis`` ``>=2.12.0``
diff --git a/docs/apache-airflow-providers-odbc/commits.rst
b/docs/apache-airflow-providers-odbc/commits.rst
index 0e1c1913bc..d1a1ed529c 100644
--- a/docs/apache-airflow-providers-odbc/commits.rst
+++ b/docs/apache-airflow-providers-odbc/commits.rst
@@ -38,13 +38,15 @@ For high-level changelog, see :doc:`package information
including changelog <ind
4.3.0
.....
-Latest change: 2023-12-07
+Latest change: 2023-12-11
-=================================================================================================
===========
=======================================================================
+=================================================================================================
===========
================================================================================================
Commit
Committed Subject
-=================================================================================================
===========
=======================================================================
+=================================================================================================
===========
================================================================================================
+`36010f6d0e
<https://github.com/apache/airflow/commit/36010f6d0e3231081dbae095baff5a5b5c5b34eb>`_
2023-12-11 ``Fix: Implement support for 'fetchone()' in the ODBCHook and
the Databricks SQL Hook (#36161)``
+`999b70178a
<https://github.com/apache/airflow/commit/999b70178a1f5d891fd2c88af4831a4ba4c2cbc9>`_
2023-12-08 ``Prepare docs 1st wave of Providers December 2023 (#36112)``
`d0918d77ee
<https://github.com/apache/airflow/commit/d0918d77ee05ab08c83af6956e38584a48574590>`_
2023-12-07 ``Bump minimum Airflow version in providers to Airflow 2.6.0
(#36017)``
-=================================================================================================
===========
=======================================================================
+=================================================================================================
===========
================================================================================================
4.2.0
.....