Bolt: @slack/[email protected] Release

Release date:
June 19, 2024
Previous version:
@slack/[email protected] (released April 25, 2024)
Magnitude:
244 Diff Delta
Contributors:
6 total committers
Data confidence:
Commits:

Top Contributors in @slack/[email protected]

filmaj
noah-guillory
zimeg
dependabot-bot
srajiang
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

More customizations for the AwsLambdaReceiver have landed as well as a few touchups to typings and documented details!

With this release, the signature verification for AwsLambdaReceiver can now be turned off if that's something you're interested in! Perhaps you have your own stylish way of verifying these signatures. The following can be added to your receiver to unlock this:

const { App, AwsLambdaReceiver } = require('@slack/bolt');

const app = new App({
  ...
  receiver: new AwsLambdaReceiver({
    signatureVerification: false,
  }),
});

Read on and browse around for more details on all of the changes included!

🎁 Enhancements

πŸ› Fixes

πŸ“š Documentation

🧰 Maintenance

πŸ“¦ Dependencies

New Contributors

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