v3.40.0
📦 slack-sdkView on GitHub →
✨ 1 features🐛 1 fixes
Summary
This release introduces support for streaming thinking steps in chat streams and resolves an issue related to the use of datetime.utcfromtimestamp in state management.
✨ New Features
- Added support for streaming thinking steps as chunks when using plan and task blocks in chat streams.
🐛 Bug Fixes
- Moved away from using datetime.utcfromtimestamp in state and installation stores to avoid potential issues.