Node Slack Sdk: @slack/[email protected] Release

Release date:
August 27, 2026
Previous version:
@slack/[email protected] (released July 14, 2026)
Magnitude:
1,505 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

35 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Top Contributors in @slack/[email protected]

zimeg
misscoded
srtaalej
dependabot-bot

Directory Browser for @slack/[email protected]

All files are compared to previous version, @slack/[email protected]. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Patch Changes

  • 3a459f6: fix: stop WebhookTrigger.send() from retrying after a successful delivery

A 2xx response with an empty or non-JSON body no longer throws. It now resolves to { ok: true }. Before this fix that body threw a parse error, which was retried as a request error and caused duplicate Workflow Builder runs. A valid { ok: false, error } body is still surfaced to the caller.