63264242c3
- update to 3.33.2: * Fix#1571 initial_value for RichTextInputElement should also accept type RichTextBlock * Switch canvases.* APIs to application/json format for - update to 3.33.1: * Enable WebClient#assistant_threads_setSuggestedPrompts to skip title param - Thanks @seratch - update to 3.33.0: * #1563 Add assistant.threads.* APIs * #1560 Fix RichTextElementParts.Date.timestamp to be an int - - update to 3.32.0: * feat: add support for conversations.requestSharedapprove, deny & list * feat: add interactivity_pointer as trigger_id alias to views.* APIs * feat: support all possible fields for RichTextElementParts.Date
Dirk Mueller2024-10-30 19:54:05 +00:00
602e2e867a
- Update to 3.31.0: * feat: add new conversations.externalInvitePermissions.set API * feat: add team.externalTeams.disconnect * fix: redact bot_access_tokens from the debug logs of socket mode * feat: add team.externalTeams.list * Add canvases APIs and users.discoverableContacts.lookup API * Added deprecation warnings to Steps from Apps methods * Fix base url according to official documentation * Fix AttributeError on SocketModeClient.is_connected (aiohttp) when enabling debug-level logging
Steve Kowalik2024-08-06 04:15:49 +00:00
2a54e4557c
Accepting request 1179640 from devel:languages:python
Ana Guerrero2024-06-10 15:37:49 +00:00
056bf40985
- update to 3.27.2: * #1498Fix#1496 Async client uses blocking call when uploading file with v * #1492Fix#1468RichTextElement.elements items are never promoted to a proper Python object type * #1459Fix#1458 internal error within aiohttp-based socket mode
Dirk Mueller2024-06-10 07:58:21 +00:00
e7b2e79e9e
- Update to 3.27.1: * #1459Fix#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 * #1466Fix#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
Steve Kowalik2024-03-06 03:20:24 +00:00
cd3e5820b7
Accepting request 1140323 from devel:languages:python
Ana Guerrero2024-01-22 19:34:03 +00:00
ae06ffca42
- update to 3.26.2: * #1447#1446 aiohttp based socket_mode failed to reconnect and enter a broken state * #1436 Configuring with pyproject.toml * #1443 Update run_*.sh scripts to align with the contributor * #1445 Replace Flask-Sockets with aiohttp for testing * #1448 Fix broken links to modal documentation
Dirk Mueller2024-01-21 20:36:05 +00:00
60bb7496bf
Accepting request 1132105 from devel:languages:python
Ana Guerrero2023-12-08 21:33:38 +00:00
75df066383
- update to 3.26.1: * #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 - * #1432 Add functions.completeSuccess/Error APIs for remote functions - Thanks @seratch @WilliamBergamin * #1433 Add RichTextBlock to Block.parse() targets - Thanks @seratch * #1430Fix#1427 Add apps.manifest.* & tooling.tokens.rotate API support - Thanks @seratch * #1431Fix#1428 Add rich_text classes to slack_sdk.models module - Thanks @seratch @tj-smith47 * #1425Fix#1424 Add file input block element support - Thanks @seratch * #1423Fix#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 * #1406 Add RichTextInputElement to slack_sdk.models - * #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
Dirk Mueller2023-12-08 13:44:18 +00:00
d1e5fb9d17
- Update to 3.21.3: * #1361Fix#1356 files_upload_v2 filename required even though content provided * #1354 Fix a bug where SQLAlchemy based InstallationStore is missing client_id in queries * #1352 Improve the default OAuth page content renderer not to embed external parameters as-is * Update Audit Logs API response class to have newly added properties * #1349 Add five admin API supports to Web API clients (admin.roles.*, admin.conversations.convertToPublic, admin.conversations.lookup) * #1345 Add team parameter support to the authorize URL generators * #1343Fix#1342 files_upload_v2 fails to share files in a channel * #1334Fix#1333 Enable using RetryHandler for 200 OK response patterns * #1335Fix#1327 OAuth module: SQLAlchemy v2 compatibility * #1311Fix#1310 Add admin.conversations.bulk{Archive|Delete|Move} API method support * #1332Fix#1322 Remove file_annotation parameter from chat.postMessage method * #1317 Add include_categories to emoji.list API args - Switch to pyproject macros.
Steve Kowalik2023-06-01 00:13:03 +00:00