Skip to content

Releases: sendbird/sendbird-chat-sdk-ios

v4.15.1-privacy

30 Apr 09:29
Compare
Choose a tag to compare

4.19.2

12 Apr 01:07
8588419
Compare
Choose a tag to compare

Improvements

  • Fixed feedback status changing when feedback payload is encoded
  • Removed v from Sendbird ChatSDK tags
  • SwiftLint integration and warning fixes
  • Improved stability

v4.19.1

05 Apr 08:01
481ab3c
Compare
Choose a tag to compare
  • Improved stability.
  • Fixed feedback status changing when feedback payload is encoded.

v4.19.0

04 Apr 02:11
3125065
Compare
Choose a tag to compare
  • Updated iOS deployment target to 12.0
  • Updated Xcode version to 15.0 for building SendbirdChatSDK framework
  • Added PrivacyInfo.xcprivacy for Apple Privacy Manifest

v4.18.0

28 Mar 05:35
dbfe88c
Compare
Choose a tag to compare

New Interfaces

  • Added keys filter to MessageTemplateListParams
  • Added markPushNotificationAsClicked(remoteNotificationPayload:completionHandler:) to SendbirdChat
  • Added markAsViewed(messages:) to FeedChannel
    • Deprecated logImpression(messages:) in FeedChannel
  • Added logClicked(message:) to FeedChannel

Improvements

  • Fixed a bug where the myLastRead was updated with the improper timestamp
  • Improved stability

v4.17.0

28 Feb 09:01
129b532
Compare
Choose a tag to compare

New Interfaces

  • Added message template interfaces
    • Added classes
      • MessageTemplateListParams class
      • MessageTemplate class
      • MessageTemplateInfo class
      • MessageTemplateList class
    • Added functions
      • getMessageTemplateList(token:params:completionHandler:) function in SendbirdChat class
      • getMessageTemplate(key:completionHandler:) function in SendbirdChat class
    • Added handlers
      • MessageTemplateHandler in Handlers class
      • MessageTemplateListHandler in Handlers class
    • Added messageTemplateInfo property in AppInfo class

Improvements

  • Fixed negative value setting case when backsync progress
  • Improved stability

v4.16.1

21 Feb 06:05
9112468
Compare
Choose a tag to compare

Improvements

  • Fix an issue where the completionHandler of sendFileMessage would be called multiple times.

v4.16.0

16 Feb 08:09
964ccac
Compare
Choose a tag to compare

New Interfaces

  • Added the notificationPriority property to BaseMessage class

Improvements

  • Fixed .data of MultipleFilesMessage
  • Fixed UploadedFileInfo.thumbnail.url returning a plainURL without eKey when file encryption attribute is ON

v4.15.4

14 Feb 08:12
a327fee
Compare
Choose a tag to compare
  • Fixed a bug where the stat collector is not enabled when the authenticateFeed() is used
  • Fixed a bug where the unread message count of feed channel becomes zero when the SDK receives a message from the chat notification channel

v4.15.3

02 Feb 07:29
2dd62c7
Compare
Choose a tag to compare
  • Improved unread message count logic