Skip to content

v9.0.0

Compare
Choose a tag to compare
@stream-ci-bot stream-ci-bot released this 06 May 13:08
· 29 commits to master since this release

9.0.0 (2025-05-06)

⚠ BREAKING CHANGES

  • type FormatMessageResponse has been replaced with LocalMessage type
  • ErrorFromResponse class constructor now requires second parameter (status, response and optionally code)
  • 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

  • [REACT-344] remove Agora & 100ms integrations (#1519) (16cd81a)
  • add image property to UserResponse type (#1486) (2a57b7f)
  • adjust ChannelResponse, ChannelData & PollResponse (#1493) (39091c7)
  • adjust ErrorFromResponse error class (#1491) (ff32bd2)
  • increase package.json#engines.node version (6764bad)
  • omit name from CustomChannelData for ChannelFilters (#1494) (d7030c2)
  • adjust Event & ChannelData types (#1524) (f1d73fd)
  • replace StreamChatGenerics with module augmentation (#1458) (feb97da)

Features