Skip to content

Releases: sendbird/sendbird-chat-sdk-flutter

v4.2.20 (Jul 11, 2024)

11 Jul 01:48
00f5e8d
Compare
Choose a tag to compare

Improvements

  • Fixed the parsing bug regarding markAsRead() event
  • Fixed the db upsert bug regarding read status

v4.2.19 (Jul 4, 2024)

04 Jul 02:01
c089a06
Compare
Choose a tag to compare

Improvements

  • Fixed a bug that channels are not added when includeEmpty is false in GroupChannelCollection
  • Fixed a bug regarding a channel event when leaving a GroupChannel
  • Fixed a bug regarding the filtering on multi GroupChannelCollections

v4.2.18 (Jun 26, 2024)

26 Jun 06:14
c959466
Compare
Choose a tag to compare

Improvements

  • Fixed the bugs regarding edge cases during resetMyHistory() processing
  • Fixed a bug that the filtering is not worked on multi GroupChannelCollections
  • Fixed a bug that channel changelogs are not upserted in db
  • Fixed a bug regarding the result of init() in SendbirdChat

v4.2.17 (Jun 18, 2024)

18 Jun 07:50
1418013
Compare
Choose a tag to compare

Improvements

  • Fixed a bug regarding receiving messages during resetMyHistory() processing

v4.2.16 (Jun 13, 2024)

13 Jun 00:26
87da68a
Compare
Choose a tag to compare

Improvements

  • Fixed a bug regarding await in resetMyHistory() in GroupChannel

v4.2.15 (Jun 5, 2024)

05 Jun 04:34
c614395
Compare
Choose a tag to compare

Improvements

  • Fixed the bugs regarding my mute info
  • Fixed the bugs regarding changelogs on web
  • Fixed the bugs regarding connection management
  • Fixed the bugs regarding markAsDelivered() in SendbirdChat
  • Added metaData, readStatus, deliveryStatus in channel db
  • Fixed a bug when includeEmpty is false in GroupChannelCollection

v4.2.14 (May 16, 2024)

16 May 04:52
890d341
Compare
Choose a tag to compare

Improvements

  • Fixed the exceptions regarding url encoding for api
  • Fixed the bug that profile image is not updated on web
  • Fixed the bugs regarding event, exception and cache
  • Modified the event order regarding failed messages in message collection
  • Improved stability

v4.2.13 (Apr 30, 2024)

30 Apr 05:33
406c9ab
Compare
Choose a tag to compare

Improvements

  • Fixed the bugs regarding session update

v4.2.12 (Apr 24, 2024)

24 Apr 06:29
266eb64
Compare
Choose a tag to compare

Breaking changes

  • The return type for getUndeliveredMembers() was updated from List<Member> to List<Member>?

Features

  • Updated dependency range for connectivity_plus package from ^5.0.1 to >=5.0.1 <7.0.0

Improvements

  • Fixed MessageCollection regarding resetMyHistory() in GroupChannel
  • Fixed removeFailedMessage() and removeAllFailedMessages() in MessageCollection
  • Fixed the bugs regarding message change log, pending message removal, typing status and delivered status
  • Improved stability

v4.2.11 (Apr 18, 2024)

18 Apr 04:49
2cc785f
Compare
Choose a tag to compare

Improvements

  • Fixed the bug that there are duplicate channels in GroupChannelCollection
  • Added default mimeType in FileMessageCreateParams