Releases: sendbird/sendbird-ios-framework
Releases · sendbird/sendbird-ios-framework
v3.0.28
- Added file path parameter to the methods which are for uploading file.
v3.0.27
- Added the class to represent a thumbnail max size.
v3.0.26
- Fixed the bug of the group channel's data.
- Added the feature for generating the thumbnail of the image file message.
v3.0.25
- Added a feature that sets a push notification template.
v3.0.24
- Fixed channel URL and user ID encoding bug.
- Fixed bug of creating group channel with a distinct option.
v3.0.23
- Fixed channel URL and user ID encoding bug.
v3.0.22
- Added
unique
option to push registration.
v3.0.21
- Fixed bug of unread message count of group channel.
- Added
isPushEnabled
property toSBDGroupChannel
in order to represent the push notification configuration. - Deprecated
getPushPreferenceWithCompletionHandler:
ofSBDGroupChannel
.
v3.0.20
- Fixed bug of unread message count and last message of group channel.
v3.0.19
- Added user IDs filters and query type to
SBDGroupChannelListQuery
. - Added channel custom type for
SBDOpenChannel
andSBDGroupChannel
. - Fixed to call
channelWasChanged:
delegate when unread message count or last message has been updated. - Fixed bug of reconnection for
SBDOpenChannel
.