Skip to content

Releases: slackapi/python-slack-sdk

version 3.23.1

14 Nov 06:41
Compare
Choose a tag to compare

Changes

  • #1423 Fix #1421 Update SlackApiError exception handling for web client - Thanks @vinceta
  • #1418 Add new arguments to admin.users.list API method - Thanks @seratch
  • #1409 Make next_cursor extraction logic even more robust (ref #1407) - Thanks @seratch

version 3.23.0

04 Oct 06:01
Compare
Choose a tag to compare

Changes

  • #1406 Add RichTextInputElement to slack_sdk.models - Thanks @seratch
  • #1408 Update files.upload v2 method in correspondence with server-side changes - Thanks @seratch

Since this version, developers no longer need files:read permission for files_upload_v2 method. To learn more about files_upload_v2, please refer to v3.19.0 release notes: https://github.com/slackapi/python-slack-sdk/releases/tag/v3.19.0


version 3.22.0

12 Sep 01:28
Compare
Choose a tag to compare

Changes


version 3.21.3

28 Apr 07:13
Compare
Choose a tag to compare

Changes


version 3.21.2

18 Apr 06:19
Compare
Choose a tag to compare

Changes

  • #1354 Fix a bug where SQLAlchemy based InstallationStore is missing client_id in queries - Thanks @seratch

version 3.21.1

13 Apr 02:46
Compare
Choose a tag to compare

Changes

  • #1352 Improve the default OAuth page content renderer not to embed external parameters as-is - Thanks @seratch
  • Update Audit Logs API response class to have newly added properties - Thanks @seratch
  • #1353 Migrate deprecated codecov to the latest recommended way - Thanks @seratch

verison 3.21.0

07 Apr 04:24
Compare
Choose a tag to compare

Changes

  • #1349 Add five admin API supports to Web API clients (admin.roles.*, admin.conversations.convertToPublic, admin.conversations.lookup) - Thanks @seratch

version 3.20.2

07 Apr 02:25
Compare
Choose a tag to compare

Changes

  • #1345 Add team parameter support to the authorize URL generators - Thanks @seratch

version 3.20.1

07 Mar 06:36
Compare
Choose a tag to compare

Changes


version 3.20.0

17 Feb 06:23
Compare
Choose a tag to compare

Changes

Document Changes