Skip to content

Releases: slackapi/python-slack-sdk

version 3.15.2

03 Mar 06:13
Compare
Choose a tag to compare

Changes

  • #1187 Add file_ids to chat.update parameters - Thanks @seratch
  • #1187 Fix user_ids parameter bug in conversations.inviteShared API method - Thanks @seratch
  • Update Audit Logs API response - Thanks @seratch

version 3.15.1

19 Feb 01:18
Compare
Choose a tag to compare

Changes

  • #1183 Fix #1178 text type hint in LinkButtonElement does not accept PlainTextObject/dict - Thanks @seratch
  • #1182 Fix #1181 Add exception handling for socket mode - socket.timeout: the read operation timed out - Thanks @seratch @tom0010
  • #1185 Fix #1184 Add exception handling for socket mode - BlockingIOError: Resource temporarily unavailable - Thanks @seratch @tom0010

version 3.15.0

17 Feb 19:29
Compare
Choose a tag to compare

Changes


version 3.14.1

08 Feb 09:51
Compare
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
Compare
Choose a tag to compare

Changes

Document Updates


version 3.13.0b1

15 Dec 20:00
05b48f8
Compare
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
Compare
Choose a tag to compare

Changes

Document Updates


version 3.12.0

24 Nov 08:36
Compare
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
Compare
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
Compare
Choose a tag to compare

Changes

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