Releases: sendbird/sendbird-chat-ios-spm
Releases · sendbird/sendbird-chat-ios-spm
v3.1.24
- Added MessageSearchQuery's totalCount and made it public
- Implemented channel membership history where clients can retrieve whether users have joined or left the channel
- Removed some logs to improve performance
v3.1.23
- Fixed an error where the channel update event was not triggered when receiving a new message using the platform API
- Improved cleanup process on WebSocket reconnection
3.1.22
- Added Metadata key filter that was previously missing in belongsTo of SBDGroupChannelListQuery
- Disabled DB access if local caching is off
- Fixed WS connection being lost after switching from wifi to LTE
v3.1.21
Fixed objectEnumerator error when invoking channel change event
v3.1.19
- Improved console logging when invoking channel change event
v3.1.16
- Fixed crash in NSRunLoop.
v3.1.15
- Improved stability.
- Fixed a bug for filtering public group channels in
SBDGroupChannelCollection
.
- Added
SBDChannelHiddenStateFilterAll
.
- Added mentioned users to pending messages.
v3.1.13
- Fixed a crash bug.
- Fixed a bug that
belongsTo:
of SBDMessageListParams
returns a wrong value.