Releases: sendbird/sendbird-chat-sdk-ios
Releases · sendbird/sendbird-chat-sdk-ios
4.21.10
4.21.9
Improvements
- Improved logic to prevent crashes in
SessionWebSocketEngine
4.21.8
Improvements
- Fixed a crash in
ChunkRange.contains(_:)
logic
4.21.7
Improvements
- Fixed occasional crash in
SessionWebSocketEngine.listen()
when reconnecting.
4.21.6
Improvements
- Improved
SendbirdChat.initialize()
andSendbirdChat.connect()
speed whenisLocalCachingEnabled
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
Improvements
- Fixed a crash in range check logic
4.21.4
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 thatGroupChannelDelegate.channelWasChanged(channel)
gets called when the unread count gets cleared
4.21.3
Improvements
- Fixed bug where
requestId
is not being set properly when sending a user message
4.21.2
Improvements
- Fixed internal
messageChangeLog
inMessageCollection
not updating to correct next token.
4.21.1
Improvements
- Fixed how "reset my channel history" is handled after it was triggered (both via SDK or Platform API)