Skip to content

Releases: GetStream/stream-chat-js

v6.5.1

22 Apr 18:56
0fe4e45
Compare
Choose a tag to compare

6.5.1 (2022-04-22)

Bug Fixes

  • multiple ws connections due to redundant openConnection calls (#960) (8150199)

v6.5.0

15 Apr 14:42
c6c14eb
Compare
Choose a tag to compare

6.5.0 (2022-04-15)

What's Changed

New Contributors

Full Changelog: v6.4.0...v6.5.0

v6.4.0

05 Apr 19:51
6a3b12e
Compare
Choose a tag to compare

6.4.0 (2022-04-05)

What's Changed

New Contributors

Full Changelog: v6.3.0...v6.4.0

v6.3.0

23 Mar 11:21
25aa13f
Compare
Choose a tag to compare

6.3.0 (2022-03-23)

Features

v6.2.0

13 Mar 10:05
894fdc9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.0...v6.2.0

v6.1.0

07 Mar 19:12
549e3dd
Compare
Choose a tag to compare

6.1.0 (2022-03-07)

Features

  • moderation: add _queryFlags function (#913) (b86f0d5)

Bug Fixes

  • channel unreadCount to be set as 0 when notification.mark_read event is dispatched [CRNS - 433] (#914) (667969e)
  • unread count to not increment if channel has read_events off (#904) (75ebc95)

v6.0.0

11 Feb 15:23
6aefdd2
Compare
Choose a tag to compare

6.0.0 (2022-02-11)

⚠ BREAKING CHANGES

  • Dropped node 10 support #908

  • convert Generics into a single Generic (#837) (6406db4)

v5.6.0

09 Feb 21:28
087c2de
Compare
Choose a tag to compare

5.6.0 (2022-02-09)

Features

  • moderation: update flag_report field name and add more filterin… (#894) (280b179)

Bug Fixes

  • fire health.check event after successful connection when using long poll transport (#900) (0b3cd97)
  • ignore unread count for thread replies (#890) (7a014be)

v5.5.0

02 Feb 14:52
9e92764
Compare
Choose a tag to compare

5.5.0 (2022-02-02)

Features

Bug Fixes

  • added transport.changed event to event map (#892) (48013cd)

v5.4.0

25 Jan 09:10
8f5d273
Compare
Choose a tag to compare

5.4.0 (2022-01-25)

Features

  • channel: add hard_delete flag to channel.delete (#885) (d0c0e5d)

Bug Fixes