v3.42.0
📦 slack-sdkView on GitHub →
✨ 4 features🐛 6 fixes🔧 7 symbols
Summary
This release introduces new Block Kit types (Card, Carousel, Alert) and adds authorship arguments to thread operations. It also includes several stability improvements for the Socket Mode client and resolves minor bugs.
✨ New Features
- Added authorship arguments to assistant threads and chat stream.
- Added Card, Carousel, and Alert block types.
- Added BlockChunk type to chat.{start,append,stop}Stream methods.
- Added highlight_type to files.completeUploadExternal and files_upload_v2.
🐛 Bug Fixes
- Passed default ssl=True to aiohttp to avoid deprecation warning.
- Improved type annotations in `SignatureVerifier`.
- Fixed typo in SectionBlock field validation.
- Improved Socket Mode client stability and correctness.
- Pinned cryptography<46 for PyPy 3.10 CI builds.
- Resolved OAuth installation store bugs and typos.