Skip to content

Releases: sendbird/sendbird-chat-sdk-ios

4.21.10

28 Oct 04:56
d7ad363
Compare
Choose a tag to compare

Improvements

  • Disabled read/unread member count for AdminMessage

4.21.9

21 Oct 05:52
b7ff706
Compare
Choose a tag to compare

Improvements

  • Improved logic to prevent crashes in SessionWebSocketEngine

4.21.8

08 Oct 09:58
3721610
Compare
Choose a tag to compare

Improvements

  • Fixed a crash in ChunkRange.contains(_:) logic

4.21.7

03 Oct 04:13
af2e3c2
Compare
Choose a tag to compare

Improvements

  • Fixed occasional crash in SessionWebSocketEngine.listen() when reconnecting.

4.21.6

26 Sep 04:56
73d1ca7
Compare
Choose a tag to compare

Improvements

  • Improved SendbirdChat.initialize() and SendbirdChat.connect() speed when isLocalCachingEnabled is true
  • Improved handling events related to reactions
  • Fixed a bug where a channel gets unexpectedly unhidden upon receiving a new message

4.21.5

23 Sep 10:35
6a81af7
Compare
Choose a tag to compare

Improvements

  • Fixed a crash in range check logic

4.21.4

23 Sep 00:36
bab0816
Compare
Choose a tag to compare

Improvements

  • Added timeout in GroupChannelCollection.loadMore() to prevent long delay during fetching channels
  • Fixed a bug where non-operator's message affects the last message and the unread message count for exclusive channels
  • Modified GroupChannel.markAsRead behavior when called multiple times so that GroupChannelDelegate.channelWasChanged(channel) gets called when the unread count gets cleared

4.21.3

11 Sep 05:00
8f2ff7f
Compare
Choose a tag to compare

Improvements

  • Fixed bug where requestId is not being set properly when sending a user message

4.21.2

10 Sep 12:03
d76c4c6
Compare
Choose a tag to compare

Improvements

  • Fixed internal messageChangeLog in MessageCollection not updating to correct next token.

4.21.1

03 Sep 05:58
9bbd960
Compare
Choose a tag to compare

Improvements

  • Fixed how "reset my channel history" is handled after it was triggered (both via SDK or Platform API)