Releases: slackapi/python-slack-sdk
Releases · slackapi/python-slack-sdk
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
RichTextInputElement
toslack_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
- 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_button
block element to theslack_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
toattachment
model 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@v3
to 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
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
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/79?closed=1
- All changes: v3.21.0...v3.21.1
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
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/75?closed=1
- All changes: v3.20.2...v3.21.0
version 3.20.2
Changes
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/78?closed=1
- All changes: v3.20.1...v3.20.2
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
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/77?closed=1
- All changes: v3.20.0...v3.20.1
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
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/70?closed=1
- All changes: v3.19.5...v3.20.0