Skip to content

Releases: slackapi/python-slack-sdk

version 3.16.2

18 May 00:33

Choose a tag to compare

Changes


version 3.16.1

10 May 06:01

Choose a tag to compare

Changes

  • #1208 Tweaking warnings related to missing accessibility fields text and fallback - Thanks @filmaj
  • Add new properties to Audit Logs API response classes - Thanks @seratch

version 3.16.0

03 May 23:36

Choose a tag to compare

Changes


slackclient version 2.9.4

22 Apr 00:30

Choose a tag to compare

Mainly for the deprecation notice in the PyPI package page: https://pypi.org/project/slackclient/

Here is the list of issues for the release.

version 3.15.2

03 Mar 06:13

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

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

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