What's Changed
➕ features
- feat: #1276 add Asyncio SQLAlchemy support by @galuszkak in #1633
- feat: add
channels
param to files.upload v2 method by @seratch in #1641 - feat: support pathlike objects in upload util by @allen-pattern in #1656
- feat: WebClient/AsyncWebClient expose logger property by @WilliamBergamin in #1671
🐛 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 ofchannel
infiles_upload_v2
documentation by @WilliamBergamin in #1670
🏗️ maintenance
- health: move away from setup.py by @WilliamBergamin in #1623
- health: move to mypy by @WilliamBergamin in #1620
- health: remove pytest-runner from build-system.requires by @musicinmybrain in #1659
- docs: include packaging script steps in the maintainers guide by @zimeg in #1672
- fix: configure dependabot to group react deps by @WilliamBergamin in #1664
- chore: version 3.35.0 by @WilliamBergamin in #1674
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
- @lingfish made their first contribution in #1632
- @galuszkak made their first contribution in #1633
- @memben made their first contribution in #1648
- @xoob made their first contribution in #1655
- @technically-tracy made their first contribution in #1657
- @musicinmybrain made their first contribution in #1659
- @allen-pattern made their first contribution in #1656
- All issues/pull requests: https://github.com/slackapi/python-slack-sdk/milestone/108?closed=1
- All changes: v3.34.0...v3.35.0