Skip to content

Releases: GetStream/stream-chat-js

v8.57.5

01 Mar 14:13
ffcf1d5
Compare
Choose a tag to compare

8.57.5 (2025-03-01)

Bug Fixes

  • properly encode user agent on WS connection (#1482) (58b538b)

v8.57.4

28 Feb 15:51
77dd5ab
Compare
Choose a tag to compare

8.57.4 (2025-02-28)

Bug Fixes

  • add missing env variable in rollup config (#1480) (a935e9e)

v8.57.3

28 Feb 13:43
72ab15a
Compare
Choose a tag to compare

8.57.3 (2025-02-28)

Bug Fixes

  • add extra user agent fields resolvable by react native (#1477) (4232150)

v9.0.0-rc.3

27 Feb 19:12
Compare
Choose a tag to compare
v9.0.0-rc.3 Pre-release
Pre-release

9.0.0-rc.3 (2025-02-27)

Bug Fixes

v9.0.0-rc.2

27 Feb 18:02
Compare
Choose a tag to compare
v9.0.0-rc.2 Pre-release
Pre-release

9.0.0-rc.2 (2025-02-27)

Bug Fixes

  • increase package.json[engines.node] version (6764bad)

v9.0.0-rc.1

27 Feb 11:59
Compare
Choose a tag to compare
v9.0.0-rc.1 Pre-release
Pre-release

9.0.0-rc.1 (2025-02-27)

⚠ BREAKING CHANGES

  • 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

  • replace StreamChatGenerics with module augmentation (#1458) (feb97da)

v8.57.2

27 Feb 18:55
48d2fff
Compare
Choose a tag to compare

8.57.2 (2025-02-27)

Bug Fixes

v8.57.1

27 Feb 09:19
14c90d6
Compare
Choose a tag to compare

8.57.1 (2025-02-27)

Bug Fixes

  • return jsDelivr for v8.x (392dade)

v8.57.0

26 Feb 20:54
Compare
Choose a tag to compare

8.57.0 (2025-02-26)

Features

v8.56.1

13 Feb 11:26
7450517
Compare
Choose a tag to compare

8.56.1 (2025-02-13)

Bug Fixes

  • premature channels state consumption in ChannelManager (#1466) (ab24bf8)