Skip to content

chat@4.19.0

Choose a tag to compare

@github-actions github-actions released this 10 Mar 06:16
· 259 commits to main since this release
7ba7465

Minor Changes

  • eb49b2a: Add forceReleaseLock to StateAdapter and onLockConflict config option for interrupt/steerability of long-running handlers
  • 5b41f08: Add thread.schedule() and ScheduledMessage type for scheduling messages to be sent at a future time. Slack adapter implements scheduling via chat.scheduleMessage API with cancel() support.
  • c4b0e69: Tighten Adapter & StateAdapter interfaces: make channelIdFromThreadId required, make EphemeralMessage generic over TRawMessage, add satisfies Adapter to mock adapter, migrate remaining adapters to shared error types