Skip to content

Releases: slackapi/python-slack-sdk

v3.36.0

09 Jul 21:05
5e5b89f
Compare
Choose a tag to compare

What's changed

👾 Enhancements

🧪 Tests

📚 Documentation

  • docs: reference creating an app with scopes to gather a token for installation in #1694 - Thanks @zimeg!
  • Docs: Update old links, apply style guide, and generally copyedit/clean up the Python SDK docs. in #1699 - Thanks @technically-tracy!

🤖 Dependencies

  • chore(deps): bump @babel/helpers from 7.26.0 to 7.27.0 in /docs in #1678 - Thanks @dependabot!
  • chore(deps): bump @babel/runtime-corejs3 from 7.26.9 to 7.27.0 in /docs in #1679 - Thanks @dependabot!
  • chore(deps): bump @babel/runtime from 7.26.0 to 7.27.0 in /docs in #1680 - Thanks @dependabot!
  • chore(deps): bump pdoc3 from 0.11.5 to 0.11.6 in #1684 - Thanks @dependabot!
  • chore(deps): bump the react group in /docs with 2 updates in #1685 - Thanks @dependabot!
  • chore(deps): bump image-size from 1.2.0 to 1.2.1 in /docs in #1686 - Thanks @dependabot!
  • chore(deps): bump estree-util-value-to-estree from 3.3.2 to 3.3.3 in /docs in #1687 - Thanks @dependabot!
  • chore(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 in /docs in #1689 - Thanks @dependabot!
  • chore(deps): bump the docusaurus group in /docs with 5 updates in #1696 - Thanks @dependabot!
  • chore(deps): bump codecov/test-results-action from 1.1.0 to 1.1.1 in #1695 - Thanks @dependabot!
  • chore(deps): bump the docusaurus group in /docs with 5 updates in #1705 - Thanks @dependabot!
  • chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /docs in #1706 - Thanks @dependabot!

🧰 Maintenance

Milestone: https://github.com/slackapi/python-slack-sdk/milestone/111
Full Changelog: v3.35.0...v3.36.0

version 3.35.0

17 Mar 15:49
4d15fde
Compare
Choose a tag to compare

What's Changed

➕ features

🐛 fixes

  • fix: #1622 Additional check for exceptions from aiohttp by @lingfish in #1632
  • fix: #1611 Add expand attribute to SectionBlock by @seratch in #1635
  • fix: #1636 Custom Values passed into correctly into Bot/Installation class when cloned during token rotation by @seratch in #1638
  • fix: Remove quotes from cookie value in OAuthStateUtils by @memben in #1648
  • fix: max length for static option values by @xoob in #1655

📚 docs

  • docs: Syncing config files with Deno Slack SDK and Slack CLI docs by @slackapi in #1619
  • docs: Move Python OAuth Scopes and Uploading files with Python SDK tutorials to Python SDK site. by @technically-tracy in #1657
  • docs: matches site css to slack.dev and docs.slack.dev by @slackapi in #1660
  • fixes broken apps navbar link by @slackapi in #1666
  • docs: channel_id instead of channel in files_upload_v2 documentation by @WilliamBergamin in #1670

🏗️ maintenance

:dependabot: dependabot

  • chore(deps): bump pdoc3 from 0.11.3 to 0.11.5 by @dependabot in #1625
  • chore(deps): update mypy requirement from <=1.13.0 to <=1.14.1 by @dependabot in #1626
  • chore(deps): bump prism-react-renderer from 2.4.0 to 2.4.1 in /docs by @dependabot in #1627
  • chore(deps): bump actions/stale from 9.0.0 to 9.1.0 by @dependabot in #1646
  • chore(deps): bump the docusaurus group in /docs with 5 updates by @dependabot in #1643
  • chore(deps): update psutil requirement from <7,>=6.0.0 to >=6.0.0,<8 by @dependabot in #1661
  • chore(deps): update websockets requirement from <15,>=9.1 to >=9.1,<16 by @dependabot in #1662
  • chore(deps): update mypy requirement from <=1.14.1 to <=1.15.0 by @dependabot in #1663
  • chore(deps): bump the react group in /docs with 2 updates by @dependabot in #1665
  • chore(deps): bump prismjs from 1.29.0 to 1.30.0 in /docs by @dependabot in #1668

New Contributors


version 3.34.0

17 Dec 22:26
326172e
Compare
Choose a tag to compare

Changes

Dependabot


version 3.33.5

05 Dec 04:05
Compare
Choose a tag to compare

Changes


version 3.33.4

19 Nov 03:40
Compare
Choose a tag to compare

Changes


version 3.33.3

30 Oct 01:38
Compare
Choose a tag to compare

Changes

  • #1576 Enable rich_text_* elements to have an empty 'elements' property - Thanks @seratch

version 3.33.2

25 Oct 05:39
Compare
Choose a tag to compare

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

version 3.33.1

19 Sep 09:09
Compare
Choose a tag to compare

Changes

  • Enable WebClient#assistant_threads_setSuggestedPrompts to skip title param - Thanks @seratch

version 3.33.0

17 Sep 00:55
Compare
Choose a tag to compare

Changes


version 3.32.0

06 Sep 17:41
8547826
Compare
Choose a tag to compare

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

Misc

Dependabot

New Contributors