This is an automated email from the ASF dual-hosted git repository.
shahar pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 51016db18d0 Fix formatting in production-guide.rst (#56754)
add 1ba8c1d098c feat: async slack notifier (#56685)
No new revisions were added by this update.
Summary of changes:
providers/slack/pyproject.toml | 1 +
.../src/airflow/providers/slack/hooks/slack.py | 43 ++++++++++++++--
.../airflow/providers/slack/hooks/slack_webhook.py | 11 ++---
.../airflow/providers/slack/notifications/slack.py | 22 ++++++++-
.../src/airflow/providers/slack/utils/__init__.py | 15 ++++++
.../src/airflow/providers/slack/version_compat.py | 5 +-
.../slack/tests/unit/slack/hooks/test_slack.py | 57 +++++++++++++++++++---
.../tests/unit/slack/hooks/test_slack_webhook.py | 2 +-
.../tests/unit/slack/notifications/test_slack.py | 28 +++++++++++
.../slack/tests/unit/slack/utils/test_utils.py | 43 +++++++++++++++-
10 files changed, 204 insertions(+), 23 deletions(-)