Skip to content

Releases: slackapi/python-slack-sdk

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


version 3.19.5

02 Dec 02:29
Compare
Choose a tag to compare

Changes


version 3.19.4

17 Nov 02:01
Compare
Choose a tag to compare

Changes

  • #1301 Fix #1297 Building user_auth_blocks with slack_sdk.models class objects for chat.unfurl API call fails - Thanks @seratch @injust