Skip to content

Releases: slackapi/python-slack-sdk

version 3.35.0

Choose a tag to compare

@WilliamBergamin WilliamBergamin released this 17 Mar 15:49
4d15fde

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

Choose a tag to compare

@WilliamBergamin WilliamBergamin released this 17 Dec 22:26
326172e

Changes

Dependabot


version 3.33.5

Choose a tag to compare

@seratch seratch released this 05 Dec 04:05

Changes


version 3.33.4

Choose a tag to compare

@seratch seratch released this 19 Nov 03:40

Changes


version 3.33.3

Choose a tag to compare

@seratch seratch released this 30 Oct 01:38

Changes

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

version 3.33.2

Choose a tag to compare

@seratch seratch released this 25 Oct 05:39

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

Choose a tag to compare

@seratch seratch released this 19 Sep 09:09

Changes

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

version 3.33.0

Choose a tag to compare

@seratch seratch released this 17 Sep 00:55

Changes


version 3.32.0

Choose a tag to compare

@WilliamBergamin WilliamBergamin released this 06 Sep 17:41
8547826

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


version 3.31.0

Choose a tag to compare

@WilliamBergamin WilliamBergamin released this 04 Jul 16:47
5c12f7d

What's Changed