Skip to content

Releases: slackapi/bolt-python

version 1.1.3

Choose a tag to compare

@seratch seratch released this 16 Dec 08:13

This patch version is a hotfix release for v1.1.2. If you use installation_store_bot_only option, please upgrade to this version.

Changes

  • #177 #178 Enable to use installation_store_bot_only flag not only as the top-level arg - Thanks @seratch

References

version 1.1.2

Choose a tag to compare

@seratch seratch released this 08 Dec 07:17

New Features

v1.0 authorize compatible mode

Now you can use InstallationStore's v1.0 compatible mode in authorize.

Setting App/AsyncApp's installation_store_bot_only constructor argument as True works in the same manner as v1.0 authorize. If you manually initialize InstallationStoreAuthorize, bot_only flag in it is the one you can configure. See the pull request #171 for more details.

installation_store = MyInstallationStore()
oauth_state_store = MyOAuthStateStore()

app = App(
    # If you want to keep using only `#find_bot` for token retrieval,
    # you can configure installation_store_bot_only as True
    installation_store_bot_only=True,
    oauth_settings=OAuthSettings(
        installation_store=installation_store,
        state_store=oauth_state_store,
    ),
)

NOTE: If you use installation_store_bot_only flag in OAuthFlow or OAuthSettings, please upgrade to v1.1.3 or higher.

Changes

References

version 1.1.1

Choose a tag to compare

@seratch seratch released this 03 Dec 10:33

Changes

  • #165 #168 Provide a way to easily use aiohttp-devtools for AsyncApp apps - Thanks @stevegill @seratch
  • #169 Improve request parser to safely extract values from payloads in any case - Thanks @seratch

References

version 1.1.0

Choose a tag to compare

@seratch seratch released this 02 Dec 03:04

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

version 1.1.0 RC1

version 1.1.0 RC1 Pre-release
Pre-release

Choose a tag to compare

@seratch seratch released this 01 Dec 11:33

See v1.1.0 release note.

version 1.0.1

Choose a tag to compare

@seratch seratch released this 24 Nov 09:11

Changes

  • #152 Fix Events API handling issue in shared channels - Thanks @seratch
  • #153 Add OAuth related arg validation and flexibility - Thanks @seratch
  • #154 Apply internal adjustments for Socket Mode support - Thanks @seratch

References

version 1.0.0

Choose a tag to compare

@seratch seratch released this 09 Nov 18:41

Here is the first stable version of Bolt for Python 🎉

This framework has been carefully designed to be easy and intuitive for Python developers while aligning with the existing Bolt frameworks. If you’re a Pythonista, we think you’ll like it!

You can start with pip install slack_bolt and the Getting Started Guide. To learn more, check the following resources:

version 1.0.0 RC2

Choose a tag to compare

@seratch seratch released this 07 Nov 14:38

This is the latest release candidate version of slack_bolt v1.0.0.

We will be releasing v1.0.0 within a few days. Thank you very much for all the contributions and feedback from the community!

version 1.0.0 RC1

Choose a tag to compare

@seratch seratch released this 06 Nov 23:35

This is the first release candidate version of slack_bolt v1.0.0.

We will be releasing v1.0.0 within a few days. Thank you very much for all the contributions and feedback from the community!

version 0.9.6 beta

version 0.9.6 beta Pre-release
Pre-release

Choose a tag to compare

@seratch seratch released this 29 Oct 04:38
v0.9.6b0

version 0.9.6b0