Bolt: @slack/[email protected] Release

Release date:
February 5, 2020
Previous version:
@slack/[email protected] (released December 19, 2019)
Magnitude:
1,084 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

Top Contributors in @slack/[email protected]

seratch
shaydewael
stevengill
byrondover

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

  • Added logger and client to the list of arguments sent through to listeners (such as event, message, etc.). This makes it easier for listeners to make calls to Web API methods while keeping the client rate-limit and queue-aware. (#359, #168, #354) - thanks @seratch
  • Added support for the invite_requested event type (#382, #387) thanks @seratch
  • Update Bolt getting started guide for Granular Bot Permissions (#373, #378) - thanks @shaydewael
  • Respond with 401 status code instead of 500 for signature verification failures (#324, #362) - thanks @seratch
  • Fixed ack in ExpressReceiver firing twice. (#327 #370) - thanks @jarrodldavis
  • ExpressReceiver's RespondFn implementation now accepts a string (#377, #379) - thanks @seratch
  • Added more unit tests for built-in middleware and ExpressReceiver (#357) - thanks @seratch
  • Minor docs updates (#352, #356, #363, #374) - thanks @koh110, @seratch, @byrondover