Skip to content

Releases: GetStream/stream-chat-js

v9.0.1

07 May 15:51

Choose a tag to compare

9.0.1 (2025-05-07)

Bug Fixes

  • add user to RESERVED_UPDATED_MESSAGE_FIELDS (#1526) (63b6b82)

v9.0.0

06 May 13:08

Choose a tag to compare

9.0.0 (2025-05-06)

⚠ BREAKING CHANGES

  • type FormatMessageResponse has been replaced with LocalMessage type
  • ErrorFromResponse class constructor now requires second parameter (status, response and optionally code)
  • dropped jsDelivr bundle (#1468)
  • dropped StreamChatGenerics, use Custom<Entity>Data to extend your types
  • type InviteOptions has been renamed to UpdateChannelOptions
  • type UpdateChannelOptions has been renamed to UpdateChannelTypeRequest
  • type ThreadResponseCustomData has been renamed to CustomThreadData
  • type MarkAllReadOptions has been deleted in favour of type MarkChannelsReadOptions
  • type QueryFilter no longer supports $ne and $nin operators
  • type ChannelMembership has been deleted in favour of type ChannelMemberResponse
  • function formatMessage (utils.ts) no longer returns __html property in the formatted message output

Bug Fixes

  • [REACT-344] remove Agora & 100ms integrations (#1519) (16cd81a)
  • add image property to UserResponse type (#1486) (2a57b7f)
  • adjust ChannelResponse, ChannelData & PollResponse (#1493) (39091c7)
  • adjust ErrorFromResponse error class (#1491) (ff32bd2)
  • increase package.json#engines.node version (6764bad)
  • omit name from CustomChannelData for ChannelFilters (#1494) (d7030c2)
  • adjust Event & ChannelData types (#1524) (f1d73fd)
  • replace StreamChatGenerics with module augmentation (#1458) (feb97da)

Features

v9.0.0-rc.16

02 May 10:00

Choose a tag to compare

v9.0.0-rc.16 Pre-release
Pre-release

9.0.0-rc.16 (2025-05-02)

Bug Fixes

v9.0.0-rc.15

30 Apr 11:42

Choose a tag to compare

v9.0.0-rc.15 Pre-release
Pre-release

9.0.0-rc.15 (2025-04-30)

Features

  • improve MessageComposer ergonomics (2c0c639)

v9.0.0-rc.14

29 Apr 13:18

Choose a tag to compare

v9.0.0-rc.14 Pre-release
Pre-release

9.0.0-rc.14 (2025-04-29)

Features

  • make MessageComposer middleware executors public (9aae032)

v9.0.0-rc.13

28 Apr 21:35

Choose a tag to compare

v9.0.0-rc.13 Pre-release
Pre-release

9.0.0-rc.13 (2025-04-28)

Features

  • disable link previews in message composer (02cd9a8)

v9.0.0-rc.12

28 Apr 21:21

Choose a tag to compare

v9.0.0-rc.12 Pre-release
Pre-release

9.0.0-rc.12 (2025-04-28)

Features

  • add missing configuration parameters for AttachmentManager and TextComposer (#1520) (44902e7)

v9.0.0-rc.11

28 Apr 13:26

Choose a tag to compare

v9.0.0-rc.11 Pre-release
Pre-release

9.0.0-rc.11 (2025-04-28)

⚠ BREAKING CHANGES

  • Replacement of FormatMessageResponse with LocalMessage
    type

Bug Fixes

  • [REACT-344] remove Agora & 100ms integrations (#1519) (16cd81a)
  • [REACT-350] make archived_at & pinned_at nullable (#1515) (318825a)
  • [REACT-353] unify pinned_at & archived_at nullish values (#1516) (a840226), closes #1515

Features

v8.60.0

17 Apr 13:04
7bacecb

Choose a tag to compare

8.60.0 (2025-04-17)

Features

  • [CHA-794] Add sort and filter param to queryThreads (#1511) (ea7fe99)
  • [CHA-855] - Refactoring partial update member (#1517) (e4f7e68)

Bug Fixes

  • [REACT-350] make archived_at & pinned_at nullable (#1515) (318825a)
  • [REACT-353] unify pinned_at & archived_at nullish values (#1516) (a840226), closes #1515

v9.0.0-rc.10

09 Apr 08:21

Choose a tag to compare

v9.0.0-rc.10 Pre-release
Pre-release

9.0.0-rc.10 (2025-04-09)

Bug Fixes

Features

Chores