v3.44.0
📦 slack-sdkView on GitHub →
✨ 6 features🐛 3 fixes🔧 10 symbols
Summary
This release introduces new features for OAuth state management, rich text input, and table blocks, alongside several API method additions and bug fixes. Dependency updates and CI improvements are also included.
✨ New Features
- Added StatelessOAuthStateStore using JWT for OAuth state management.
- Added min_lines and max_lines parameters to RichTextInputElement.
- Added typed model classes for TableBlock cells and column_settings.
- Added agents.sessions.setStatus and agents.sessions.rename methods to the Web API.
- Added blocks.validate method to the Web API.
- Added session_status to chat.stopStream and chat_stream stop() helpers.
🐛 Bug Fixes
- Corrected type for CardBlock icon/hero_image to be an image element instead of a string.
- Ensured connect_operation_lock is only released when the task that acquired it is the one releasing it in socket-mode.
- Resolved flaky sqlite3 installation store bot token lookup.