Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
As we've completed all the planned tasks for v3.5 release, I will publish v3.5.0rc1 (pre release) to PyPI registry.
https://github.com/slackapi/python-slack-sdk/milestone/31?closed=1
With this pre-release version, I will start working on slackapi/bolt-python#254
Release note draft
version 3.5.0
New Features
Deletion methods in
InstallationStore/AsyncInstallationStoreSince this version, the following methods are available to use for better installation data management.
All the built-in implementations already support these methods. We recommend subscribing to
tokens_revoked/app_uninstalledbot 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 inWebClientandAsyncWebClient.Changes
In addition to the new features mentioned above, we've resolved a few issues in the
slack_sdk.modelsclasses. Also, we've improved the consistency of docstrings in this project.slack_sdk.modelsusage in Web APIs - Thanks @invokermain @seratchslack_sdk.models.blocks.Option's description value is invalid in blocks - Thanks @seratchRequirements (place an
xin each[ ])python setup.py validateafter making the changes.