Skip to content

Releases: GetStream/stream-chat-js

v9.14.0

01 Aug 15:44
Compare
Choose a tag to compare

9.14.0 (2025-08-01)

Bug Fixes

  • consider locally filtered messages in message pagination params calculation (#1595) (b2c01e8)
  • keep pinned message data upon message editing (#1590) (3bcfc28)

Features

  • add attachment manager middleware for pre-upload and post-upload events (#1588) (a8b0497)

Chores

  • deps: upgrade form-data to version 4.0.4 (#1592) (2dd6676)

v9.13.0

30 Jul 07:07
Compare
Choose a tag to compare

9.13.0 (2025-07-30)

Bug Fixes

  • set loading state to [secure] when query channel errors out (#1585) (11c18f5), closes #1584

Features

v9.12.0

23 Jul 10:28
Compare
Choose a tag to compare

9.12.0 (2025-07-23)

Features

v9.11.0

11 Jul 11:22
Compare
Choose a tag to compare

9.11.0 (2025-07-11)

Bug Fixes

  • add duration field to the local attachment if its available (#1581) (00e6fe5)
  • add push v3 params to channel apis (#1580) (56cabda)

Features

v9.10.1

08 Jul 07:41
Compare
Choose a tag to compare

9.10.1 (2025-07-08)

Bug Fixes

  • allow the composition of unchanged edited message (#1578) (6aec136)
  • query reminders filter key and add channel to the reminder response (#1575) (0b9be45)

v9.10.0

25 Jun 18:37
Compare
Choose a tag to compare

9.10.0 (2025-06-25)

Features

v9.9.0

24 Jun 14:21
Compare
Choose a tag to compare

9.9.0 (2025-06-24)

Bug Fixes

  • properly delete drafts with quoted messages (#1573) (8c65058)

Features

  • [CHA-769] add live locations sdk js support (#1500) (7dcf10d)

v9.8.0

19 Jun 15:15
Compare
Choose a tag to compare

9.8.0 (2025-06-19)

Bug Fixes

  • allow to nullify reminder's remind_at value (#1569) (c1c6cf4)
  • propagate stopTimerRefreshBoundaryMs to all reminder timers on ReminderManager config update (#1568) (944d1c2)
  • run onChange middleware on TextComposer.insertText (#1570) (3768007)

Features

Refactors

  • protect ReminderPaginator filters and sort properties (#1567) (1a3f4c4)

v9.7.0

18 Jun 12:08
Compare
Choose a tag to compare

9.7.0 (2025-06-18)

Bug Fixes

  • separate draft event subscriptions and make it a public api (#1565) (94a9295)

Features

v9.6.1

13 Jun 08:50
Compare
Choose a tag to compare

9.6.1 (2025-06-13)

Bug Fixes

  • use ref counting in WithSubscriptions abstract (#1563) (f31595b)