Skip to content
Compare
Choose a tag to compare
@zimeg zimeg released this 25 Jul 20:51
· 185 commits to main since this release
9cbaff6

What's Changed

This release removes requirements for the SLACK_CLI_XOXB and SLACK_CLI_XAPP environment variables from the start hook 🪓

This check was previously in place to ensure startup succeeds for apps using Socket Mode, but it's a bit too strict for apps connecting with HTTP instead - these apps require a signing secret instead of an app token - so it was removed!

Changes

  • cli-hooks(fix): remove environment variable requirements from the start hook #1835

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]