v3.43.0
📦 slack-sdkView on GitHub →
✨ 2 features🐛 2 fixes🔧 3 symbols
Summary
This release introduces new features like exposing the public ts property on ChatStream and making thread_ts optional for assistant thread suggestions. It also includes security validation for the signing secret and dependency updates.
✨ New Features
- Exposed public ts property on ChatStream.
- Made thread_ts optional for assistant.threads.setSuggestedPrompts.
🐛 Bug Fixes
- Validated that signing_secret is a non-empty string for security.
- Added missing `style` attribute to RichTextElementParts.Date & related elements.