Skip to content

version 1.1.0

Compare
Choose a tag to compare
@seratch seratch released this 02 Dec 03:04
· 522 commits to main since this release

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

References