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

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

Top Contributors in @slack/[email protected]

shane-dewael-c97a
aoberoi

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 releases refactors a large portion of the adapter, adds support for request signing, and fixes a lot of bugs: - The export name is changed from createSlackEventAdapter to createEventAdapter (#37) - Adds request signing support, discontinuing support for verification tokens. This change requires developers to now pass in a Signing Secret in to the adapter rather than a verification token. (#57) - Decouples the adapter from express, which included adding parsing within the adapter, meaning developers no longer need to use middleware to parse the request (using something like the body-parser package) - Documentation improvements (#41, #42, #44, #45, #46)

Original: https://github.com/slackapi/node-slack-events-api/releases/tag/v2.0.0