14
0

Commit Graph

  • 9f72a59585 Accepting request 1296147 from devel:languages:python main Dominique Leuenberger 2025-07-30 09:42:53 +00:00
  • 42e070e154 - update to 3.36.0 * add support for python 3.13 * add Asyncio SQLAlchemy support * add channels param to files.upload v2 method * support pathlike objects in upload util * WebClient/AsyncWebClient expose logger property * add support for elevate methods Nico Krapp 2025-07-28 13:19:36 +00:00
  • 56211959fd Accepting request 1219725 from devel:languages:python Dominique Leuenberger 2024-10-31 15:09:37 +00:00
  • 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.requestShared approve, deny & list * feat: add interactivity_pointer as trigger_id alias to views.* APIs * feat: support all possible fields for RichTextElementParts.Date Dirk Mueller 2024-10-30 19:54:05 +00:00
  • 95fadb2f72 Accepting request 1191782 from devel:languages:python Dominique Leuenberger 2024-08-06 07:08:34 +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 Kowalik 2024-08-06 04:15:49 +00:00
  • 2a54e4557c Accepting request 1179640 from devel:languages:python Ana Guerrero 2024-06-10 15:37:49 +00:00
  • 056bf40985 - update to 3.27.2: * #1498 Fix #1496 Async client uses blocking call when uploading file with v * #1492 Fix #1468 RichTextElement.elements items are never promoted to a proper Python object type * #1459 Fix #1458 internal error within aiohttp-based socket mode Dirk Mueller 2024-06-10 07:58:21 +00:00
  • 5c492578fc Accepting request 1155397 from devel:languages:python Dominique Leuenberger 2024-03-06 22:05:10 +00:00
  • e7b2e79e9e - Update to 3.27.1: * #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 * #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 Steve Kowalik 2024-03-06 03:20:24 +00:00
  • cd3e5820b7 Accepting request 1140323 from devel:languages:python Ana Guerrero 2024-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 Mueller 2024-01-21 20:36:05 +00:00
  • 60bb7496bf Accepting request 1132105 from devel:languages:python Ana Guerrero 2023-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 * #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 * #1425 Fix #1424 Add file input block element support - Thanks @seratch * #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 * #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 Mueller 2023-12-08 13:44:18 +00:00
  • 2617c95127 Accepting request 1090102 from devel:languages:python Dominique Leuenberger 2023-06-01 15:19:36 +00:00
  • d1e5fb9d17 - Update to 3.21.3: * #1361 Fix #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 * #1343 Fix #1342 files_upload_v2 fails to share files in a channel * #1334 Fix #1333 Enable using RetryHandler for 200 OK response patterns * #1335 Fix #1327 OAuth module: SQLAlchemy v2 compatibility * #1311 Fix #1310 Add admin.conversations.bulk{Archive|Delete|Move} API method support * #1332 Fix #1322 Remove file_annotation parameter from chat.postMessage method * #1317 Add include_categories to emoji.list API args - Switch to pyproject macros. Steve Kowalik 2023-06-01 00:13:03 +00:00
  • 8c4a2cee8c Accepting request 1058292 from devel:languages:python Dominique Leuenberger 2023-01-13 23:03:38 +00:00
  • a53adc0bfb Accepting request 1056666 from home:yarunachalam:branches:devel:languages:python Dirk Mueller 2023-01-09 08:29:10 +00:00
  • 6f7310eef9 Accepting request 1039745 from devel:languages:python Dominique Leuenberger 2022-12-03 09:03:58 +00:00
  • 363aacecf2 Accepting request 1039695 from home:yarunachalam:branches:devel:languages:python Dirk Mueller 2022-12-03 07:33:47 +00:00
  • 252cfffaf6 Accepting request 1035246 from devel:languages:python Dominique Leuenberger 2022-11-12 16:41:02 +00:00
  • 00159f146c Accepting request 1034925 from home:yarunachalam:branches:devel:languages:python Markéta Machová 2022-11-11 13:05:33 +00:00
  • 7e18e4fd97 Accepting request 1032431 from devel:languages:python Dominique Leuenberger 2022-10-31 12:04:26 +00:00
  • 26fb30f5a0 Accepting request 1032087 from home:yarunachalam:branches:devel:languages:python Markéta Machová 2022-10-31 09:57:26 +00:00
  • 11d0cb5b9a Accepting request 1008879 from devel:languages:python Richard Brown 2022-10-07 23:26:19 +00:00
  • 1622382847 changelog Markéta Machová 2022-10-07 19:23:31 +00:00
  • c3a761cddb Accepting request 1008840 from home:yarunachalam:branches:devel:languages:python Markéta Machová 2022-10-07 19:21:11 +00:00
  • 170dcc7a2e Accepting request 992456 from devel:languages:python Dominique Leuenberger 2022-08-03 19:16:34 +00:00
  • 784e5487bf Fix Provides Steve Kowalik 2022-08-03 07:17:39 +00:00
  • 9d7d5e63d2 Fix obsoletes/provides Steve Kowalik 2022-08-03 01:03:33 +00:00
  • 4d8d07c90f - Inital release, 3.18.1 Steve Kowalik 2022-08-02 06:32:35 +00:00