Skip to content

Releases: slackapi/python-slack-sdk

version 3.28.0

10 Jun 20:04
41cbaa4

Choose a tag to compare

What's Changed

  • Added deprecation warnings to Steps from Apps methods by @WilliamBergamin in #1504
  • Fix base url according to official documentation by @AyumuKasuga in #1485
  • Fix AttributeError on SocketModeClient.is_connected (aiohttp) when enabling debug-level logging by @cxong in #1499

New Contributors

All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/95?closed=1
Full Changelog: v3.27.2...v3.28.0

version 3.27.2

16 May 02:59

Choose a tag to compare

Changes


version 3.27.1

28 Feb 02:12

Choose a tag to compare

Changes


version 3.27.0

13 Feb 06:31

Choose a tag to compare

Changes


version 3.26.2

09 Jan 05:41

Choose a tag to compare

Changes


version 3.26.1

04 Dec 08:26

Choose a tag to compare

Changes

  • #1441 #1442 Built-in InstallationStores fail to resolve a valid bot token when both bot and user-only installations co-exist in database tables - Thanks @kulmatitskiy @seratch
  • #1440 Fix a bug on the aiohttp-based Socket Mode client's exception handling - Thanks @ifmcnichols
  • #1438 Add new force argument to conversations.invite API method - Thanks @filmaj
  • #1435 Enable testing for Python 3.12 and PyPy 3.10 on CI - Thanks @Jamim

version 3.26.0

23 Nov 01:38

Choose a tag to compare

Changes


version 3.25.0

21 Nov 06:11

Choose a tag to compare

Changes


version 3.24.0

16 Nov 06:57

Choose a tag to compare

Changes


version 3.23.1

14 Nov 06:41

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