version 1.1.0
New Features
Org-Wide App Installation Support
This version includes the changes related to Org-Wide App feature, which is for Enterprise Grid organizations.
https://api.slack.com/enterprise/apps
Refer to the Python Slack SDK's release note for details: https://github.com/slackapi/python-slack-sdk/releases/tag/v3.1.0
As long as the changes on the low-level SDK side does not affect your apps, most of existing Bolt apps do not require any updates in code. If you are an existing user of either of AmazonS3InstallationStore
or FileInstallationStore
, please upgrade to v1.1.3 or higher and set installation_store_bot_only
flag as True
in App
/AsyncApp
constructor. See v1.1.2 release note for details.
Changes
- #148 Add Org-Wide App Installation Support - Thanks @stevegill @seratch