Skip to content

v10.0.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@stream-ci-bot stream-ci-bot released this 03 Aug 10:43

10.0.0-rc.1 (2026-08-03)

⚠ BREAKING CHANGES

  • paginator-based message storage replaces
    channel.state.messages and channel.state.last_message_at. The message
    list, thread replies and pinned messages are now owned by
    channel.messagePaginator, thread.messagePaginator and
    channel.pinnedMessagesPaginator. OpenAPI-generated clients replace the
    hand-written request/response types. See
    docs/breaking-changes-v14-v15.md for the full migration guide.

Features

  • add message/channel paginator stack with thread minimal-init and state stores (#1795) (62f0507)
  • integrate OpenAPI generated clients (#1760) (0776bc4)
  • v10 (cd3141e)