releases.shpreview
Slack/Python SDK

Python SDK

$npx -y @buildinternet/releases show slack-python-sdk
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases4Avg1/moVersionsv3.40.0.dev0 → v3.41.0
Jun 10, 2024
version 3.28.0

What's Changed

New Contributors

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

May 16, 2024
version 3.27.2

Changes

  • #1498 Fix #1496 Async client uses blocking call when uploading file with v2 - Thanks @kdrob @seratch
  • #1492 Fix #1468 RichTextElement.elements items are never promoted to a proper Python object type - Thanks @k1e1n04 @kezabelle

Feb 28, 2024
version 3.27.1

Changes

  • #1466 Fix #1462 websocket_client-based SocketModeClient does not reconnect after a DNS outage - Thanks @ktindall-godaddy @seratch
  • #1463 Unpin moto, and support moto 5.0 changes - Thanks @s-t-e-v-e-n-k

Feb 13, 2024
version 3.27.0

Changes

  • #1459 Fix #1458 internal error within aiohttp-based socket mode client - Thanks @seratch @jhofeditz
  • #1450 #1452 Add "slack_file" properties to "image" blocks/elements under slack_sdk.models - Thanks @seratch
  • #1455 #1456 Can't install async (optional) dependencies in 3.26.2 - Thanks @drasmuss @WilliamBergamin
  • #1449 feat: add download badge in readme - Thanks @WilliamBergamin

Jan 9, 2024
version 3.26.2

Changes

  • #1447 #1446 aiohttp based socket_mode failed to reconnect and enter a broken state - Thanks @woolen-sheep
  • #1436 Configuring with pyproject.toml - Thanks @WilliamBergamin
  • #1443 Update run_*.sh scripts to align with the contributor guide - Thanks @Jamim
  • #1445 Replace Flask-Sockets with aiohttp for testing - Thanks @Jamim
  • #1448 Fix broken links to modal documentation - Thanks @christos-P

Dec 4, 2023
version 3.26.1

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

Nov 23, 2023
version 3.26.0

Changes

  • #1432 Add functions.completeSuccess/Error APIs for remote functions - Thanks @seratch @WilliamBergamin
  • #1433 Add RichTextBlock to Block.parse() targets - Thanks @seratch

Nov 21, 2023
version 3.25.0

Changes

  • #1430 Fix #1427 Add apps.manifest.* & tooling.tokens.rotate API support - Thanks @seratch
  • #1431 Fix #1428 Add rich_text classes to slack_sdk.models module - Thanks @seratch @tj-smith47

Nov 16, 2023
version 3.24.0

Changes

  • #1425 Fix #1424 Add file input block element support - Thanks @seratch

Nov 14, 2023
version 3.23.1

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

Oct 4, 2023
version 3.23.0

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


Sep 12, 2023
version 3.22.0

Changes

  • #1398 Add admin.* APIs for managing automation platform apps - Thanks @seratch
  • #1399 Add workflow_button block element to the slack_sdk.models package - Thanks @seratch
  • #1362 Add metadata argument support to Incoming Webhooks - Thanks @seratch
  • #1368 Add cursor based pagination to team.accessLogs API - Thanks @seratch
  • #1380 Fix #1379 websocket-client socket mode client doesn't handle reconnects properly - Thanks @seratch @leifwalsh
  • #1367 #1364 #1378 Add built in server error retry handlers - Thanks @digitalnomd
  • #1372 ServerErrorRetryHandler, renaming _can_retry_async -> _can_retry - Thanks @maximkir-fl
  • #1374 Fix #1369 ImageBlock's title parsing fails when given a string - Thanks @seratch @kezabelle
  • #1366 Add author_subname to attachment model class - Thanks @seratch
  • #1365 Add create_tables() to SQLAlchemyOAuthStateStore - Thanks @raphaelhuefner
  • #1387 Mark stars.* API methods as deprecated - Thanks @seratch
  • #1375 Update GitHub Action steps to use Node 16 - Thanks @zimeg
  • #1376 Use codecov/codecov-action@v3 to upload code coverage - Thanks @zimeg

Apr 28, 2023
version 3.21.3

Changes

  • #1361 Fix #1356 files_upload_v2 filename required even though content provided - Thanks @seratch @tirameshu

Apr 18, 2023
version 3.21.2

Changes

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

Apr 13, 2023
version 3.21.1

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

Apr 7, 2023
verison 3.21.0

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

Changes

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

Mar 7, 2023
version 3.20.1

Changes

  • #1343 Fix #1342 files_upload_v2 fails to share files in a channel - Thanks @peanutbutter97 @mshinji @plenti-chris-fowles @fukumoto-ts @seratch

Feb 17, 2023
version 3.20.0

Changes

  • #1334 Fix #1333 Enable using RetryHandler for 200 OK response patterns - Thanks @seratch
  • #1335 Fix #1327 OAuth module: SQLAlchemy v2 compatibility - Thanks @seratch
  • #1311 Fix #1310 Add admin.conversations.bulk{Archive|Delete|Move} API method support - Thanks @WilliamBergamin
  • #1332 Fix #1322 Remove file_annotation parameter from chat.postMessage method - Thanks @seratch @mwbrooks
  • #1317 Add include_categories to emoji.list API args - Thanks @seratch

Document Changes

  • #1328 Fix file mode of README.md - Thanks @WOnder93

Dec 2, 2022
version 3.19.5

Changes

  • #1303 Fix #1302 by updating the warning logs in WebClient to be consistent with Node SDK - Thanks @mar3mar3
  • #1307 Fix #1304 ssl_context is not passed from async web_client to aiohttp socket client - Thanks @seratch @giwrgos-skouras
  • #1308 Fix #1305 by fixing pagination with async for syntax - Thanks @seratch @WilliamYuhangLee

Latest
v3.41.0
Tracking Since
Oct 22, 2020
Last fetched Apr 18, 2026