Change8

v3.40.0.dev0

📦 slack-sdkView on GitHub →
5 features🐛 3 fixes

Summary

This release introduces significant enhancements to chat streaming capabilities, allowing chunked arguments and support for new block types like task_card and plan. It also includes fixes related to timestamp handling in stores.

✨ New Features

  • Accept chunks as arguments to chat.{start,append,stop}Stream methods.
  • Support and flush chunks in the chat stream helper.
  • Add task_card and plan blocks.
  • Add task_display_mode option to the start of chat streams.
  • Add plan_update chunk for chat streaming.

🐛 Bug Fixes

  • Moved away from datetime.utcfromtimestamp for the state and installation stores.
  • Fixed broken link to CI from readme.
  • Improved CI and helper scripts.