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

Release date:
February 27, 2025
Previous version:
@slack/[email protected] (released November 22, 2024)
Magnitude:
714 Diff Delta
Contributors:
8 total committers
Data confidence:
Commits:

39 Features Released with @slack/[email protected]

Top Contributors in @slack/[email protected]

zimeg
slackapi[bot]
filmaj
seratch
dependabot-bot
mwbrooks
hello-ashleyintech
lukegalbraithrussell

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

What's Changed

The slack run command now exits with the error code returned from the start hook and Node warnings were returned to verbose outputs:

$ slack run --verbose
...
[DEBUG]  web-api:WebClient:0 initialized
...
AppInitializationError: You must provide an appToken when socketMode is set to true. To generate an appToken see: https://api.slack.com/apis/connections/socket#token
...

🚫 The 'start' hook exited with an error (sdk_hook_invocation_failed)
   exit status 1 (local_app_run_error)

$ echo $?
1

🎉 Enhancements

🧰 Maintenance

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected] Milestone: https://github.com/slackapi/node-slack-sdk/milestone/101?closed=1