Releases: slackapi/python-slack-sdk
Releases · slackapi/python-slack-sdk
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
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/90?closed=1
- All changes: v3.26.1...v3.26.2
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
forceargument toconversations.inviteAPI method - Thanks @filmaj - #1435 Enable testing for Python 3.12 and PyPy 3.10 on CI - Thanks @Jamim
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/89?closed=1
- All changes: v3.26.0...v3.26.1
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
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/88?closed=1
- All changes: v3.25.0...v3.26.0
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
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/87?closed=1
- All changes: v3.24.0...v3.25.0
version 3.24.0
Changes
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/85?closed=1
- All changes: v3.23.1...v3.24.0
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
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/86?closed=1
- All changes: v3.23.0...v3.23.1
version 3.23.0
Changes
- #1406 Add
RichTextInputElementtoslack_sdk.models- Thanks @seratch - #1408 Update
files.uploadv2 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
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/84?closed=1
- All changes: v3.22.0...v3.23.0
version 3.22.0
Changes
- #1398 Add
admin.*APIs for managing automation platform apps - Thanks @seratch - #1399 Add
workflow_buttonblock element to theslack_sdk.modelspackage - Thanks @seratch - #1362 Add
metadataargument support to Incoming Webhooks - Thanks @seratch - #1368 Add cursor based pagination to
team.accessLogsAPI - 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_subnametoattachmentmodel class - Thanks @seratch - #1365 Add
create_tables()toSQLAlchemyOAuthStateStore- 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@v3to upload code coverage - Thanks @zimeg
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/80?closed=1
- All changes: v3.21.3...v3.22.0
version 3.21.3
Changes
- #1361 Fix #1356 files_upload_v2 filename required even though content provided - Thanks @seratch @tirameshu
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/82?closed=1
- All changes: v3.21.2...v3.21.3
version 3.21.2
Changes
- #1354 Fix a bug where SQLAlchemy based InstallationStore is missing client_id in queries - Thanks @seratch
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/81?closed=1
- All changes: v3.21.1...v3.21.2