Skip to content

Releases: slackapi/python-slack-sdk

version 3.6.0

04 Jun 04:03
Compare
Choose a tag to compare

Changes


version 3.5.1

30 Apr 22:28
Compare
Choose a tag to compare

Changes


version 3.5.0

20 Apr 05:49
Compare
Choose a tag to compare

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.


version 3.4.2

05 Mar 05:26
Compare
Choose a tag to compare

Changes


version 3.4.1

03 Mar 02:12
Compare
Choose a tag to compare

Changes

  • #969 Add public_channel type support for admin.analytics.getFile API - Thanks @seratch
  • #965 #966 The "text missing" warning is technically not always accurate - Thanks @eddyg
  • #963 Add the browser version link in redirect_uri web page - Thanks @seratch

version 3.4.0

19 Feb 04:45
Compare
Choose a tag to compare

New Features

Better HTTP proxy support

In this version, better proxy configuration supports are added to all API clients support.

  • http://{username}:{password}@{host}:{port} format support
    HTTPS_PROXY / HTTP_PROXY env variables support

Changes

We've improved the internals of RTMClient v2 in this release. If you are using the module, we highly recommend upgrading to this version.

  • #954 Better proxy auth support in all API clients - Thanks @seratch
  • #953 HTTPS_PROXY / HTTP_PROXY env variable supports in all API clients - Thanks @seratch
  • #959 #960 #961 Improve the stability of RTMClient v2 - Thanks @nzlosh @seratch
  • #957 Deprecate slack_sdk.models.messages and slack_sdk.models.dialoags (misspelled name) - Thanks @seratch @eddyg

version 3.3.2

11 Feb 23:37
Compare
Choose a tag to compare

Changes


version 3.3.1

09 Feb 07:25
Compare
Choose a tag to compare

Changes

  • #947 Enable to use snake_cased keys for dict arg in SCIMClient/AsyncSCIMClient - Thanks @seratch

version 3.3.0

05 Feb 02:10
5f4c5be
Compare
Choose a tag to compare

New Features

Enterprise APIs

Since this version, we support SCIM API and Audit Logs API.

Refer to the documents for details.

Changes


version 3.2.1

27 Jan 01:00
Compare
Choose a tag to compare

Changes