Releases: slackapi/python-slack-sdk
Releases · slackapi/python-slack-sdk
version 3.33.3
Changes
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/106?closed=1
- All changes: v3.33.2...v3.33.3
version 3.33.2
Changes
- #1572 Fix #1571 initial_value for RichTextInputElement should also accept type RichTextBlock - Thanks @macintacos @seratch
- #1574 Switch canvases.* APIs to application/json format for more stability - Thanks @seratch
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/105?closed=1
- All changes: v3.33.1...v3.33.2
version 3.33.1
Changes
- Enable WebClient#assistant_threads_setSuggestedPrompts to skip title param - Thanks @seratch
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/104?closed=1
- All changes: v3.33.0...v3.33.1
version 3.33.0
Changes
- #1563 Add assistant.threads.* APIs - Thanks @seratch
- #1560 Fix RichTextElementParts.Date.timestamp to be an int - Thanks @PaarthShah
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/103?closed=1
- All changes: v3.32.0...v3.33.0
version 3.32.0
What's Changed
Features and Fixes
- feat: add support for
conversations.requestShared
approve
,deny
&list
by @WilliamBergamin in #1530 - feat: add interactivity_pointer as trigger_id alias to views.* APIs by @seratch in #1556
- feat: support all possible fields for RichTextElementParts.Date by @srtaalej in #1536
Documentation
- docs: adds Docusaurus site by @lukegalbraithrussell in #1537
- docs: remove line breaks in md intros for unfurls by @lukegalbraithrussell in #1538
- docs: adds google analytics tag by @lukegalbraithrussell in #1540
- fix: update the docs generation script by @WilliamBergamin in #1528
Misc
- chore: improve maintainer guidelines by @WilliamBergamin in #1529
- version 3.32.0 by @WilliamBergamin in #1558
Dependabot
- bump webpack from 5.92.1 to 5.94.0 in /docs by @dependabot in #1546
- bump @docusaurus/module-type-aliases from 3.4.0 to 3.5.2 in /docs by @dependabot in #1548
- bump websockets requirement from <13,>=9.1 to >=9.1,<14 by @dependabot in #1551
- bump micromatch from 4.0.7 to 4.0.8 in /docs by @dependabot in #1552
- bump @docusaurus/types from 3.4.0 to 3.5.2 in /docs by @dependabot in #1550
- chore: group docusaurus dependencies by @WilliamBergamin in #1553
- bump the docusaurus group in /docs with 3 updates by @dependabot in #1554
- bump prism-react-renderer from 2.3.1 to 2.4.0 in /docs by @dependabot in #1555
- bump sphinx from 7.3.7 to 8.0.2 by @dependabot in #1535
New Contributors
- @lukegalbraithrussell made their first contribution in #1537
- @srtaalej made their first contribution in #1536
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/101?closed=1
- All changes: v3.31.0...v3.32.0
version 3.31.0
What's Changed
- feat: add new
conversations.externalInvitePermissions.set
API by @WilliamBergamin in #1517 - feat: add
team.externalTeams.disconnect
by @WilliamBergamin in #1526 - fix: redact
bot_access_tokens
from the debug logs of socket mode by @WilliamBergamin in #1519 - Update psutil requirement from <6,>=5 to >=6.0.0,<7 by @dependabot in #1522
- chore(release): version 3.31.0 by @WilliamBergamin in #1527
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/100?closed=1
- Full Changelog**: v3.30.0...v3.31.0
version 3.30.0
Changes
- feat: add team.externalTeams.list by @WilliamBergamin in #1512
- chore: align README pattern by @WilliamBergamin in #1513
- chore(release): 3.30.0 by @WilliamBergamin in #1514
All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/99?closed=1
Full Changelog: v3.29.0...v3.30.0
version 3.29.0
Changes
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/97?closed=1
- All changes: v3.28.0...v3.29.0
version 3.28.0
What's Changed
- Added deprecation warnings to Steps from Apps methods by @WilliamBergamin in #1504
- Fix base url according to official documentation by @AyumuKasuga in #1485
- Fix AttributeError on SocketModeClient.is_connected (aiohttp) when enabling debug-level logging by @cxong in #1499
New Contributors
- @AyumuKasuga made their first contribution in #1485
- @cxong made their first contribution in #1499
All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/95?closed=1
Full Changelog: v3.27.2...v3.28.0
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
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/94?closed=1
- All changes: v3.27.1...v3.27.2