2.0.0
What's Changed
- Add documentation for sample app testing with a local SDK by @E-Zim in #149
- [Breaking] Remove
response_url
from the Block Action payload body by @shapirone in #151 - [Breaking] Remove
response_urls
from the View Submission payload body by @shapirone in #151 - [Breaking] Remove
BaseSlackFunctionHandler
from the top-level export by @shapirone in #151 - [Breaking] Remove
SlackFunctionHandler
from the top-level export by @shapirone in #151 - [Breaking] Do not auto-add datastore-related scopes if they are missing by @filmaj in #150
- Add versioning details and contract callout to README by @shapirone in #153
- [Breaking] Remove
BlockActionHandler
top level export by @shapirone in #152 - [Breaking] Remove
user_id
input fromAddUserToUserGroup
by @shapirone in #154 - [Breaking] Remove
channel_id
anduser_id
inputs anduser_id
output fromInviteUserToChannel
by @shapirone in #154 - [Breaking] Remove
user_id
input fromRemoveUserFromUsergroup
by @shapirone in #154 - [Breaking] Remove
thread_ts
input andmessage_ts
output fromSendDM
by @shapirone in #154 - [Breaking] Remove
thread_ts
input andmessage_ts
output fromSendMessage
by @shapirone in #154
New Contributors
Full Changelog: 1.6.1...2.0.0