Skip to content

Commit

Permalink
* Fix issue with local caching where messages were loading slowly.
Browse files Browse the repository at this point in the history
  • Loading branch information
cozzin committed Mar 2, 2022
1 parent 0d5b614 commit 2114e40
Show file tree
Hide file tree
Showing 15 changed files with 568 additions and 551 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.swiftpm/xcode/package.xcworkspace/xcuserdata
.swiftpm/xcode/xcuserdata
.DS_Store
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Log
### v3.1.6 (Mar 2, 2022)
* Fix issue with local caching where messages were loading slowly.

### v3.1.5 (Feb 24, 2022)
* Fixed a bug where ACK_TIMEOUT(800180) errors were incorrectly being sent.

Expand Down
5 changes: 3 additions & 2 deletions SendBirdSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Pod::Spec.new do |s|
s.name = "SendBirdSDK"
s.version = "3.1.5"
s.version = "3.1.6"
s.summary = "SendBird iOS Framework"
s.description = "Messaging and Chat API for Mobile Apps and Websites"
s.homepage = "https://sendbird.com"
s.license = "Commercial"
s.authors = {
"Jed Gyeong" => "[email protected]",
"Woo" => "[email protected]",
"Celine Moon" => "[email protected]"
"Celine Moon" => "[email protected]",
"Erenst Hong" => "[email protected]"
}
s.source = { :git => "https://github.com/sendbird/sendbird-ios-framework.git", :tag => "v#{s.version}" }
s.requires_arc = true
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.1.5</string>
<string>3.1.6</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
</data>
<key>Info.plist</key>
<data>
zHD1p+B7ZL47EQTlnUciENv3LBU=
4Y8cR55BBcR7PolJNyh3wivRq1w=
</data>
<key>Modules/module.modulemap</key>
<data>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>3.1.5</string>
<string>3.1.6</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
Binary file not shown.

0 comments on commit 2114e40

Please sign in to comment.