Skip to content

Commit

Permalink
Merge pull request #32 from sendbird/release/4.15.1
Browse files Browse the repository at this point in the history
Release 4.15.1
  • Loading branch information
sendbird-sdk-deployment authored Jan 12, 2024
2 parents 5559ddd + cb326f9 commit 9bb38bb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v4.15.1 (Jan 12, 2024)

- Initialization improving
- Added `needsSynchronous` property in `InitParams` class
- Added `init(applicationId:isLocalCachingEnabled:localCacheConfig:logLevel:appVersion:needsSynchronous:)` method in `InitParams` class
- Added `InitializationState` enum
- Added `executeOrWaitForInitialization(executeHandler:)` method in SendbirdChat
- Deprecated `initializeSynchronously(params: InitParams)` method in `SendbirdChat`.
- Set `needsSynchronous` in `InitParams` to `true` and use `initialize(params:migrationStartHandler:completionHandler:)` instead.
- Modified qos priority of local caching migration queue
- Added `inMemoryUserInfo` property in `BaseMessage`
- Fixed feedback not working correctly
- Added localizedFailureReason for `ChatError.connectionCanceled` error when the app moved to background while connecting
- Improved stability

## v4.15.0 (Jan 12, 2024)

### **Improvements**
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "SendbirdChatSDK",
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.15.0/SendbirdChatSDK.xcframework.zip",
checksum: "24a7ee0dcfb6ca28b0737b5bfd57c11908d5414d36f51c4a2e07e342f65493db"
url: "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.15.1/SendbirdChatSDK.xcframework.zip",
checksum: "6290a53646c2aebb5a203c7b9155aa19403187900b13773a5623782e885e3c29"
),
]
)
4 changes: 2 additions & 2 deletions SendbirdChatSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = 'SendbirdChatSDK'
s.version = "4.15.0"
s.version = "4.15.1"
s.summary = 'Sendbird Chat iOS Framework'
s.description = 'Messaging and Chat API for Mobile Apps and Websites'
s.homepage = 'https://sendbird.com'
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
'Celine Moon' => '[email protected]',
'Ernest Hong' => '[email protected]'
}
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.15.0/SendbirdChatSDK.zip", :sha1 => "dce362a6e18fd7132b6f0c90564c94f7482647d5" }
s.source = { :http => "https://github.com/sendbird/sendbird-chat-sdk-ios/releases/download/v4.15.1/SendbirdChatSDK.zip", :sha1 => "6e41480095b6ed6bee37125fec2c9d0eec556024" }
s.requires_arc = true
s.platform = :ios, '11.0'
s.documentation_url = 'https://sendbird.com/docs/chat'
Expand Down

0 comments on commit 9bb38bb

Please sign in to comment.