Skip to content

Releases: slackapi/python-slack-sdk

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

version 3.19.3

08 Nov 04:36
Compare
Choose a tag to compare

Changes


version 3.19.2

27 Oct 09:17
Compare
Choose a tag to compare

Changes

  • #1282 Add request_file_info arg to files_upload_v2 method - Thanks @seratch @eddyg
  • #1278 Improve clarity of 'content' error message for files_upload_v2 - Thanks @eddyg
  • #1283 Improve typing when using 'get' on an API response - Thanks @eddyg
  • #1284 Add Python 3.11 support - Thanks @seratch
  • #1281 Fix selected_option type hint - Thanks @taekop

version 3.19.1

06 Oct 04:27
Compare
Choose a tag to compare

Changes

  • Improve WebClient#files_upload_v2() to use given filename as the default title value - Thanks @seratch @mattpr