You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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