Skip to content

Releases: slackapi/python-slack-sdk

version 2.9.2

09 Oct 23:25

Choose a tag to compare

Refer to v2.9.2 milestone to know the complete list of the issues resolved by this release.

Updates

  1. [Block Kit] #841 Dispatch Action in Input blocks - Thanks @seratch
  2. [WebClient] #838 Add apps.event.authorizations.list and other APIs - Thanks @seratch
  3. [WebClient][WebhookClient] #829 Improve error body parser to handle no charset responses - Thanks @adamchainz @seratch
  4. [Block Kit] #824 Correct text field validation in Header blocks - Thanks @seratch

version 3.0.0 beta0

06 Oct 09:45

Choose a tag to compare

version 3.0.0 beta0 Pre-release
Pre-release

see v3.0.0b1

version 2.9.1

23 Sep 09:35

Choose a tag to compare

This is a hotfix release for the issue with proxy option in WebClient, WebhookClient constructors.

If your app is affected by this issue, please consider taking either of the following actions:

  1. Upgrade to this version (2.9.1) (no code change required in this case)
  2. If there is a reason to avoid upgrading at this moment, switch to the standard HTTPS_PROXY environment variable and stop using the proxy option. The env variable should work regardless of the slackclient versions.

We're sorry for causing trouble and inconvenience.

Refer to v2.9.1 milestone to know the complete list of the issues resolved by this release.

Updates

  1. [WebClient][WebhookClient] #820 #821 #822 The proxy option in WebClient/WebhookClient no longer works - Thanks @seratch

version 2.9.0

17 Sep 06:20

Choose a tag to compare

Refer to v2.9.0 milestone to know the complete list of the issues resolved by this release.

Updates

  1. [WebClient] #811 Add workflows.* API support - Thanks @misscoded
  2. [WebClient] #810 #809 Only set default filename in files_upload if file is an instance of str - Thanks @csaska

version 2.8.2

05 Sep 00:12

Choose a tag to compare

Refer to v2.8.2 milestone to know the complete list of the issues resolved by this release.

Updates

  1. [WebClient] #795 #794 Add admin.conversations.* API methods in WebClient/AsyncWebClient - Thanks @ruberVulpes
  2. [WebClient] #796 Fix a link to the Static options documentation - Thanks @Jamim

version 2.8.1

28 Aug 05:54

Choose a tag to compare

Refer to v2.8.1 milestone to know the complete list of the issues resolved by this release.

Updates

  1. [WebClient] #778 #779 Adding support for View objects for views.push/update/publish - Thanks @ruberVulpes
  2. [WebClient] #786 Fix admin.conversations.restrictAccess.* methods to match documentation - Thanks @ruberVulpes

version 2.8.0

06 Aug 23:51

Choose a tag to compare

Refer to v2.8.0 milestone to know the complete list of the issues resolved by this release.

New Features

  1. [WebClient] #765 #766 Introduce AsyncWebClient/AsyncWebhookClient providing coroutines - Thanks @seratch
  2. [Block Kit] #767 #768 Add "header" block support - Thanks @mwbrooks

Updates

  1. [WebClient] #738 Add HTTP_PROXY, HTTPS_PROXY env variable support in async WebClient - Thanks @iamtofr @seratch
  2. [WebClient] #769 #773 Enable User-Agent to have additional info part - Thanks @seratch
  3. [WebClient] #770 #771 Fix a bug where files.upload's file param doesn't accept bytes data - Thanks @seratch

v2.7.3

21 Jul 08:29

Choose a tag to compare

Refer to v2.7.3 milestone to know the complete list of the issues resolved by this release.

Updates

  1. [WebClient] #754 Fix #729 Add admin.conversations.restrictAccess.*, conversations.mark API - Thanks @ruberVulpes @kian2attari
  2. [WebClient] #758 Fix #757 Add admin.usergroups.addTeams, calls.participants.remove API - Thanks @seratch
  3. [WebClient] #727 Fix #645 Unclosed client session - Thanks @NoAnyLove @jourdanrodrigues
  4. [WebClient] #745 Fix #744 a validation logic bug in DatePickerElement - Thanks @dzudi941
  5. [WebClient] #752 Fix #733 Better error handling when getting TimeoutError in RTMClient#start() - Thanks @liorblob @seratch
  6. [WebClient] #751 Fix #718 by handling unexpected response body format - Thanks @jeffbuswell @seratch

v2.7.2

24 Jun 06:08
4870b9a

Choose a tag to compare

Refer to v2.7.2 milestone to know the complete list of the issues resolved by this release.

Updates

  1. [WebClient] Fix #728 by adding bytearray support in files_upload (sync mode) - Thanks @sofya-salmanova @seratch
  2. [WebClient] #726 Fix InputBlock.hint validation failure - Thanks @jourdanrodrigues
  3. [WebClient] #723 Correct the default value of InputBlock.label, hint - Thanks @jourdanrodrigues

v2.7.1

05 Jun 01:01

Choose a tag to compare

This release includes the fixes for regression bugs in WebClient since v2.6.0. Refer to v2.7.1 milestone to know the complete list of the issues resolved by this release.

Updates

  1. [WebClient] #716 #712 Support timeout in sync web clients - Thanks @DanialErfanian @seratch
  2. [WebClient] #713 Support custom SSL context in sync web clients - Thanks @austinbutler
  3. [WebClient] #715 #714 Support proxy in sync sync web clients - Thanks @austinbutler @seratch