Skip to content

v0.35.0

Compare
Choose a tag to compare
@DonDebonair DonDebonair released this 03 Sep 16:57
· 195 commits to main since this release

Added

  • Incoming requests/events from Slack that the Slack App is subscribed to, will be logged when LOGLEVEL is set to
    DEBUG (#876)

Changed

  • Breaking: the optional init() method of plugins is now expected to be async. This allows plugin authors to
    interact with Slack during plugin initialization through Slack Machine's plugin API.
    (#868)
  • Standard app manifest for Slack Machine now also enables listening for the app_home_opened event
  • Bump aiosqlite from 0.18.0 to 0.19.0
  • Bump apscheduler from 3.10.1 to 3.10.4
  • Bump redis from 4.6.0 to 5.0.0
  • Bump pyee from 10.0.2 to 11.0.0
  • Bump pydantic from 2.2.1 to 2.3.0

Fixed

  • Use conversations_setTopic instead of channels_setTopic for setting channel topic
    (#869 by @jogendra)

Full Changelog: v0.34.2...v0.35.0