From e64cac13c4cc313f7c1323657bbdf047e6ceb319 Mon Sep 17 00:00:00 2001 From: distiller Date: Fri, 16 Feb 2024 08:09:11 +0000 Subject: [PATCH] Release - 4.16.0 --- CHANGELOG.md | 9 +++++++++ Package.swift | 4 ++-- SendbirdChatSDK.podspec | 4 ++-- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e257e96..58fb5d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## v4.16.0 (Feb 16, 2024) + +### 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 (Feb 14, 2024) - Fixed a bug where the stat collector is not enabled when the `authenticateFeed()` is used diff --git a/Package.swift b/Package.swift index e5dc60b..a51a7bc 100644 --- a/Package.swift +++ b/Package.swift @@ -15,8 +15,8 @@ let package = Package( targets: [ .binaryTarget( name: "SendbirdChatSDK", - url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.15.4/SendbirdChatSDK.xcframework.zip", - checksum: "e572ccf33926754690a7d027c7f0b9d5e7d3c17d5f042ee9a3fe5076a7abcb65" + url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.16.0/SendbirdChatSDK.xcframework.zip", + checksum: "d1be91620a9121b898f6964fd2cbdf81ff87792a235dc52a01a1650fc8a36d5e" ), ] ) diff --git a/SendbirdChatSDK.podspec b/SendbirdChatSDK.podspec index 92cca29..8d92bf8 100644 --- a/SendbirdChatSDK.podspec +++ b/SendbirdChatSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'SendbirdChatSDK' - s.version = "4.15.4" + s.version = "4.16.0" s.summary = 'Sendbird Chat iOS Framework' s.description = 'Messaging and Chat API for Mobile Apps and Websites' s.homepage = 'https://sendbird.com' @@ -13,7 +13,7 @@ Pod::Spec.new do |s| 'Celine Moon' => 'celine.moon@sendbird.com', 'Ernest Hong' => 'ernest.hong@sendbird.com' } - s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.15.4/SendbirdChatSDK.zip", :sha1 => "568d82f915cc66a159a5fbefbbc241f6ee741064" } + s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.16.0/SendbirdChatSDK.zip", :sha1 => "3698d26d354d7be000a4e2522773b7b2b3710118" } s.requires_arc = true s.platform = :ios, '11.0' s.documentation_url = 'https://sendbird.com/docs/chat'