pypi slack-sdk 3.5.0
version 3.5.0

latest releases: 3.18.5, 3.18.4, 3.18.3...
3 years ago

New Features

Deletion methods in InstallationStore / AsyncInstallationStore

Since this version, the following methods are available to use for better installation data management.

  • delete_bot / async_delete_bot
  • delete_installation / async_delete_installation
  • delete_all / async_delete_all

All the built-in implementations already support these methods. We recommend subscribing to tokens_revoked / app_uninstalled bot events and call these methods in the event handlers.

Module document hosting

We recently started hosting the Python module documents at https://slack.dev/python-slack-sdk/api-docs/slack_sdk/

admin.users.session.* APIs support

The new admin.users.session.* APIs for Enterprise Grid customers are supported in WebClient and AsyncWebClient.

Changes

In addition to the new features mentioned above, we've resolved a few issues in the slack_sdk.models classes. Also, we've improved the consistency of docstrings in this project.


Don't miss a new slack-sdk release

NewReleases is sending notifications on new releases.