Taragolis commented on code in PR #26731: URL: https://github.com/apache/airflow/pull/26731#discussion_r982157061
########## airflow/providers/amazon/CHANGELOG.rst: ########## @@ -24,13 +24,53 @@ Changelog --------- +6.0.0 +..... + +Breaking changes +~~~~~~~~~~~~~~~~ + .. warning:: In this version of provider Amazon S3 Connection (``conn_type="s3"``) removed due to the fact that it was always an alias to :ref:`Amazon Web Services Connection <howto/connection:aws>` (``conn_type="aws"``). In practice the only impact is you won't be able to ``test`` the connection in the web UI / API. In order to restore ability to test connection you need to change connection type from **Amazon S3** (``conn_type="s3"``) to **Amazon Web Services** (``conn_type="aws"``) manually. +* ``Remove duplicated connection-type within the provider (#26628)`` Review Comment: I don't think #26628 - break anything, it just remove duplicate connection types. So for end user it do not affect anyway ########## airflow/providers/slack/CHANGELOG.rst: ########## @@ -33,6 +36,27 @@ Breaking changes * Drop support deprecated ``webhook_token`` parameter in :ref:`Slack Incoming Webhook Connection <howto/connection:slack-incoming-webhook>` Extra. +* ``Refactor 'SlackWebhookOperator': Get rid of mandatory http-provider dependency (#26648)`` +* ``Refactor SlackWebhookHook in order to use 'slack_sdk' instead of HttpHook methods (#26452)`` +* ``Move send_file method into SlackHook (#26118)`` + Review Comment: #26118 it is more like feature, previously code which send file to slack exists only in specific Operator, this code moved in Hook, so user might now use in their own callbacks/PythonOperators ########## airflow/providers/slack/CHANGELOG.rst: ########## @@ -33,6 +36,27 @@ Breaking changes * Drop support deprecated ``webhook_token`` parameter in :ref:`Slack Incoming Webhook Connection <howto/connection:slack-incoming-webhook>` Extra. +* ``Refactor 'SlackWebhookOperator': Get rid of mandatory http-provider dependency (#26648)`` +* ``Refactor SlackWebhookHook in order to use 'slack_sdk' instead of HttpHook methods (#26452)`` +* ``Move send_file method into SlackHook (#26118)`` + +Features +~~~~~~~~ + +* ``Refactor Slack API Hook and add Connection (#25852)`` +* ``Add common-sql lower bound for common-sql (#25789)`` + +Bug Fixes +~~~~~~~~~ + +* ``Remove unsafe imports in Slack API Connection (#26459)`` + Review Comment: I do know is #26459 should mention in changelog because it fix #25852 ? ########## airflow/providers/databricks/CHANGELOG.rst: ########## @@ -24,6 +24,30 @@ Changelog --------- +3.3.0 +..... + +Features +~~~~~~~~ + +* ``Remove duplicated connection-type within the provider (#26628)`` Review Comment: Same as for amazon-provider -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
