Taragolis commented on code in PR #26731: URL: https://github.com/apache/airflow/pull/26731#discussion_r982161672
########## 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 not sure is #26459 should mention in changelog because it fix #25852 which also released in this provider release ? -- 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]
