Skip to content

Releases: sendbird/sendbird-chat-sdk-ios

4.19.3

02 May 05:38
00cb4c2
Compare
Choose a tag to compare

Improvements

  • Improved huge gap checking and message fill logic
  • Fixed a bug where the API host setting is not applied to authenticateFeed()

v4.12.3-privacy

01 May 23:07
Compare
Choose a tag to compare
Release 4.12.3-privacy

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