Skip to content

Releases: GetStream/stream-chat-js

v9.44.1

14 May 09:04

Choose a tag to compare

9.44.1 (2026-05-14)

Bug Fixes

  • add predefined filter support for offline mode (#1744) (679b941)

v9.44.0

13 May 12:16

Choose a tag to compare

9.44.0 (2026-05-13)

Bug Fixes

  • ignore draft WS events while editing messages (#1739) (31e66f3)
  • prevent deleteUserMessages crash when hard-deleting a self-quoting message (#1741) (b2a00bb), closes #1736
  • prevent dispatchEvent crash on uninitialized channels via muteStatus (#1740) (eea0a47), closes #1732

Features

  • webhooks: verifyAndParse* API for compressed payloads (CHA-3071) (#1735) (288a34c)

v9.43.2

08 May 12:02

Choose a tag to compare

9.43.2 (2026-05-08)

Bug Fixes

  • add command utils to public exports (#1738) (30a7ece)
  • make predefined filters API generic and prevent dropping regular sort params if provided (#1737) (c68915c)

v9.43.1

05 May 14:33

Choose a tag to compare

9.43.1 (2026-05-05)

Bug Fixes

  • omit canceling uploads on initState in attachmentManager (#1733) (79b57a3)
  • types: align with backend response schema (#1727) (f148816)
  • types: restore config_overrides on PartialUpdateChannel (#1731) (7d8703b)

Performance Improvements

  • parse WebSocket events once at the transport boundary (#1729) (91b8f0d), closes #822

v9.43.0

30 Apr 15:09

Choose a tag to compare

9.43.0 (2026-04-30)

Features

  • advanced commands flow and composer effects (#1723) (5bcd1e6)

v9.42.3

30 Apr 13:15

Choose a tag to compare

9.42.3 (2026-04-30)

Bug Fixes

v9.42.2

29 Apr 15:16

Choose a tag to compare

9.42.2 (2026-04-29)

Bug Fixes

v9.42.1

24 Apr 11:47

Choose a tag to compare

9.42.1 (2026-04-24)

Bug Fixes

  • remove offline logic for has sendable data (#1721) (02ed829)

v9.42.0

23 Apr 13:42

Choose a tag to compare

9.42.0 (2026-04-23)

Features

  • global upload manager to track file uploads outside of AttachmentManager (#1715) (b172377)

v9.41.1

17 Apr 13:09

Choose a tag to compare

9.41.1 (2026-04-17)

Bug Fixes

  • pagination breaks if first or last message on page is filtered (… (#1718) (659f33c)
  • update channel state if message becomes shadowed (#1720) (f8f91f1)