This is an automated email from the ASF dual-hosted git repository.

eladkal 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 6ffe785d5c3 Prepare ad hoc release for providers May 2025 RC2 (#50352)
6ffe785d5c3 is described below

commit 6ffe785d5c39a75db21ea6cafebb0d2914c94c38
Author: Elad Kalif <[email protected]>
AuthorDate: Thu May 8 18:43:16 2025 +0300

    Prepare ad hoc release for providers May 2025 RC2 (#50352)
---
 providers/amazon/docs/changelog.rst    | 5 +++++
 providers/amazon/docs/index.rst        | 2 +-
 providers/snowflake/docs/changelog.rst | 7 ++++++-
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/providers/amazon/docs/changelog.rst 
b/providers/amazon/docs/changelog.rst
index b4a18fe2b3a..f08fa14d137 100644
--- a/providers/amazon/docs/changelog.rst
+++ b/providers/amazon/docs/changelog.rst
@@ -53,6 +53,9 @@ Misc
 * ``Amazon EMR Sensors/Operators inherit AWS Base Classes (#49486)``
 * ``Introduce lower bind to lxml as 5.4.0 (#49612)``
 * ``Remove Marshmallow from Core (#49388)``
+* ``Migrate 'HiveToDynamoDBOperator' and 'SqlToS3Operator' to use 'get_df' 
(#50126)``
+* ``add root parent information to OpenLineage events (#49237)``
+* ``Remove limits for aiobotocore limiting boto3 (#50285)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
@@ -73,6 +76,8 @@ Misc
    * ``capitalize the term airflow (#49450)``
    * ``Use Label class from task sdk in providers (#49398)``
    * ``Add Stop AutoML Job to the Sagemaker system test to clean up. (#49325)``
+   * ``Update description of provider.yaml dependencies (#50231)``
+   * ``Prepare ad hoc release for providers May 2025 (#50166)``
 
 9.6.1
 .....
diff --git a/providers/amazon/docs/index.rst b/providers/amazon/docs/index.rst
index 1bcea6e632c..0b3669d1724 100644
--- a/providers/amazon/docs/index.rst
+++ b/providers/amazon/docs/index.rst
@@ -112,7 +112,7 @@ PIP package                                 Version required
 ==========================================  =====================
 ``apache-airflow``                          ``>=2.10.0``
 ``apache-airflow-providers-common-compat``  ``>=1.6.1``
-``apache-airflow-providers-common-sql``     ``>=1.20.0``
+``apache-airflow-providers-common-sql``     ``>=1.27.0``
 ``apache-airflow-providers-http``
 ``boto3``                                   ``>=1.37.0``
 ``botocore``                                ``>=1.37.0``
diff --git a/providers/snowflake/docs/changelog.rst 
b/providers/snowflake/docs/changelog.rst
index ad32e9abb70..a1762c5ec46 100644
--- a/providers/snowflake/docs/changelog.rst
+++ b/providers/snowflake/docs/changelog.rst
@@ -53,9 +53,11 @@ Features
 Bug Fixes
 ~~~~~~~~~
 
-* ``Fix SnowflakeSqlApiHook backwards compatibility for get_oauth_token method 
(#49482)``
 * ``make 'private_key_content' in snowflake connection to be a base64 encoded 
string (#49467)``
+* ``Fix SnowflakeSqlApiHook backwards compatibility for get_oauth_token method 
(#49482)``
 * ``Fix mypy for get_oauth_token signature in SnowflakeSqlApiHook (#49449)``
+* ``Fix infinite recursive call of _get_conn_params while getting oauth token 
from snowflake (#50344)``
+* ``Fix: adjust dag_run extraction for Airflow 3 in OL utils (#50346)``
 
 Misc
 ~~~~
@@ -64,10 +66,13 @@ Misc
 * ``Bump min Airflow version in providers to 2.10 (#49843)``
 * ``enhance: logs SQL before execution in 'snowflake' and 'databricks_sql' 
(#48942)``
 * ``chore: import paths use the stable functions (#49460)``
+* ``add root parent information to OpenLineage events (#49237)``
 
 .. Below changes are excluded from the changelog. Move them to
    appropriate section above if needed. Do not delete the lines(!):
    * ``Avoid committing history for providers (#49907)``
+   * ``Update description of provider.yaml dependencies (#50231)``
+   * ``Prepare ad hoc release for providers May 2025 (#50166)``
 
 6.2.2
 .....

Reply via email to