potiuk commented on code in PR #26731: URL: https://github.com/apache/airflow/pull/26731#discussion_r982188010
########## 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 put it to "features" together with #25852. The nice thing of having those "code impacting" changes is that you (and users) can find them in the changelog and we can always look up the code change. -- 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]
