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

Release date:
March 20, 2019
Previous version:
@slack/[email protected] (released March 20, 2019)
Magnitude:
826 Diff Delta
Contributors:
1 total committer
Data confidence:
Commits:

Top Contributors in @slack/[email protected]

shane-dewael-c97a

Directory Browser for @slack/[email protected]

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

This release adds support for request signing, decouples the adapter from express, and fixes bugs: - Adds support for the more secure request signing over legacy verification tokens. This change requires developers to now pass in a Signing Secret to the adapter rather than a verification token. (#57) - Refactored the adapter to decouple express, which included adding parsing within the adapter, meaning developers no longer need to use middleware to parse the request (such as the body-parser package). (#31) - A bug preventing message actions from working properly was fixed. (#56 - thanks @mcolyer πŸŽ‰)

Original: https://github.com/slackapi/node-slack-interactive-messages/releases/tag/v1.0.0