Skip to content

Releases: sendbird/sendbird-ios-framework

v3.0.28

09 Jan 08:28
Compare
Choose a tag to compare
  • Added file path parameter to the methods which are for uploading file.

v3.0.27

04 Jan 07:59
Compare
Choose a tag to compare
  • Added the class to represent a thumbnail max size.

v3.0.26

03 Jan 13:01
Compare
Choose a tag to compare
  • Fixed the bug of the group channel's data.
  • Added the feature for generating the thumbnail of the image file message.

v3.0.25

23 Dec 10:35
Compare
Choose a tag to compare
  • Added a feature that sets a push notification template.

v3.0.24

19 Dec 08:30
Compare
Choose a tag to compare
  • Fixed channel URL and user ID encoding bug.
  • Fixed bug of creating group channel with a distinct option.

v3.0.23

19 Dec 05:11
Compare
Choose a tag to compare
  • Fixed channel URL and user ID encoding bug.

v3.0.22

16 Dec 12:57
Compare
Choose a tag to compare
  • Added unique option to push registration.

v3.0.21

06 Dec 09:13
Compare
Choose a tag to compare
  • Fixed bug of unread message count of group channel.
  • Added isPushEnabled property to SBDGroupChannel in order to represent the push notification configuration.
  • Deprecated getPushPreferenceWithCompletionHandler: of SBDGroupChannel.

v3.0.20

02 Dec 05:37
Compare
Choose a tag to compare
  • Fixed bug of unread message count and last message of group channel.

v3.0.19

01 Dec 05:09
Compare
Choose a tag to compare
  • Added user IDs filters and query type to SBDGroupChannelListQuery.
  • Added channel custom type for SBDOpenChannel and SBDGroupChannel.
  • Fixed to call channelWasChanged: delegate when unread message count or last message has been updated.
  • Fixed bug of reconnection for SBDOpenChannel.