Skip to content

Releases: GetStream/stream-chat-js

v9.27.2

16 Dec 10:59

Choose a tag to compare

9.27.2 (2025-12-16)

Bug Fixes

  • remove blocked messages from offline db (#1666) (81883a4)
  • send edited message with error type as regular one (#1664) (547cd2f)

v9.27.1

11 Dec 14:12

Choose a tag to compare

9.27.1 (2025-12-11)

Bug Fixes

  • improve type inference for $in filter in queryChannels (#1663) (640d5da), closes #1661

v9.27.0

09 Dec 12:26

Choose a tag to compare

9.27.0 (2025-12-09)

Features

  • add ephemeralUpdateMessage server-side operation (#1662) (79b65d9)

v9.26.1

05 Dec 09:27

Choose a tag to compare

9.26.1 (2025-12-05)

Bug Fixes

  • increase the message delivery reporting interval upon repeated failed requests (#1652) (7ff04ab)
  • bump jsonwebtoken to its latest version (#1660)

v9.26.0

18 Nov 10:31

Choose a tag to compare

9.26.0 (2025-11-18)

Bug Fixes

  • prevent reporting delivery for already reported message (#1643) (8612079)
  • skip channel.state.last_message_at update on incoming system message if configured (#1642) (0cd6009)

Features

  • add app_banned and has_unread properties to ChannelFilters (#1649) (9b580b0)
  • add filter tags to channels (#1646) (4101531)
  • add hide_history_before option for adding members (#1645) (3c75c12)
  • add should_send_custom_events toggle (#1651) (39abbb6)
  • support members_template property for campaigns (#1647) (d04fade)
  • support option to mark messages unread by message timestamp (#1648) (64ddb4b)

v9.25.0

23 Oct 10:59

Choose a tag to compare

9.25.0 (2025-10-23)

Bug Fixes

  • prevent search source pagination on non-retryable response errors (#1638) (d306a1a)

Features

  • add delivery_events channel configuration parameter (#1639) (13d295a)

v9.24.0

17 Oct 07:22

Choose a tag to compare

9.24.0 (2025-10-17)

Features

v9.23.0

15 Oct 09:12

Choose a tag to compare

9.23.0 (2025-10-15)

Features

  • add an api to prune messages from the end (#1635) (137dca6)
  • add MentionsSearchSource.toUserSuggestion method (#1637) (e5e0dbf)
  • add offline support for delete message for me feature (#1633) (0ded575)

Refactors

  • make channel and client protected in CommandSearchSource and MentionsSearchSource (#1636) (afe749d)

v9.22.1

10 Oct 08:38

Choose a tag to compare

9.22.1 (2025-10-10)

Bug Fixes

v9.22.0

09 Oct 10:32

Choose a tag to compare

9.22.0 (2025-10-09)

Features