Skip to content

Releases: slackapi/python-slack-sdk

version 3.15.0

17 Feb 19:29

Choose a tag to compare

Changes


version 3.14.1

08 Feb 09:51

Choose a tag to compare

Changes

  • #1173 Fix a bug where some of the files.remote API parameters do not work since v3.10 - Thanks @seratch

version 3.14.0

07 Feb 05:37

Choose a tag to compare

Changes

Document Updates


version 3.13.0b1

15 Dec 20:00
05b48f8

Choose a tag to compare

version 3.13.0b1 Pre-release
Pre-release

What's Changed

Add Support for Subscribe in Slack (apps.manifest.*) by @srajiang in #1151

Subscribe in Slack

This release includes support for apps.notifications.subscriptions.* endpoints and adds message metadata field to the chat.postMessage and chat.update arguments.

apps.notifications.subscriptions.create
apps.notifications.subscriptions.update
apps.notifications.subscriptions.delete


Full Changelog: v3.13.0...v3.130b1

version 3.13.0

10 Dec 01:29

Choose a tag to compare

Changes

Document Updates


version 3.12.0

24 Nov 08:36

Choose a tag to compare

Changes

  • #1129 Add Python 3.10 to the supported versions - Thanks @seratch
  • #1132 Add team.* & admin.users.session.resetBulk APIs - Thanks @seratch
  • #1127 #1135 Add more docstrings to slack_sdk.models classes - Thanks @seratch
  • #1134 Make the aiohttp-based SocketModeClient's debug logging more consistent with the built-in one (#1122) - Thanks @seratch
  • #1131 #1137 Add the method to check equality in Block Kit model classes - Thanks @kokko-san @uroboro
  • #1130 Audit Logs API: Add new details properties for channel_posting_permissions_updated action - Thanks @seratch
  • #1128 #1136 Enable pytype and fix detected issues - Thanks @seratch

version 3.12.0b1

08 Oct 22:14

Choose a tag to compare

version 3.12.0b1 Pre-release
Pre-release

What's Changed

  • Add Support for App Manifest Endpoints (apps.manifest.*) by @misscoded in #1123

App Manifests

This release includes support for app manifests. The apps.manifest.* endpoints can be used to create, delete, update, and copy your Slack apps with ease. New endpoints include:

Full Changelog: v3.11.2...v3.12.0b1

version 3.11.2

21 Sep 06:04

Choose a tag to compare

Changes

  • #1120 Change a websockets import to make it compatible with older versions - Thanks @seratch

version 3.11.1

18 Sep 04:29

Choose a tag to compare

Changes


version 3.11.0

14 Sep 08:12

Choose a tag to compare

Changes