Skip to content

Releases: sendbird/sendbird-chat-sdk-flutter

v4.2.24 (Oct 8, 2024)

08 Oct 05:57
1727cfb
Compare
Choose a tag to compare

Improvements

  • Fixed bugs regarding the events for hide() in GroupChannel
  • Fixed the message deletion bug in db regarding resetMyHistory()

v4.2.23 (Sep 13, 2024)

13 Sep 04:54
bc9631c
Compare
Choose a tag to compare

Improvements

  • Fixed the bug regarding hide() in GroupChannel
  • Fixed the issue regarding websocket security

v4.2.22 (Aug 23, 2024)

23 Aug 08:09
aa39620
Compare
Choose a tag to compare

Improvements

  • Fixed the bugs regarding the channel change logs on multi GroupChannelCollections

v4.2.21 (Aug 16, 2024)

16 Aug 02:14
57876e9
Compare
Choose a tag to compare

Improvements

  • Fixed the bug when upserting a parent message regarding the error on isar
  • Fixed the bug regarding the channel filtering when local caching is not used
  • Fixed the bugs regarding the thumbnail caching for UIKit
  • Fixed a bug regarding reactions on offline mode

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