Skip to content

Commit

Permalink
* Fixed issue with channel sync where channels created in the backgro…
Browse files Browse the repository at this point in the history
…und did not properly load.

* Deprecated `SBDAuthenticateDelegate` and `SBDConnectionManager`.
  • Loading branch information
sf-jed-kyung committed Feb 22, 2022
1 parent 3700c8a commit 20c25b1
Show file tree
Hide file tree
Showing 19 changed files with 892 additions and 757 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

### v3.1.4 (Feb 22, 2022)
* Fixed issue with channel sync where channels created in the background did not properly load.
* Deprecated `SBDAuthenticateDelegate` and `SBDConnectionManager`.

### v3.1.3 (Jan 25, 2022)
* Added `applyParentMessage:` method to update a parent message object in the child messages.
* Fixed a bug where child messages' parent message wasn’t being updated.
Expand Down
6 changes: 6 additions & 0 deletions DEPRECATED.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Deprecated classes, methods, properties

## v3.1.4
| Old class | Old property | New class | New property |
| --------- | ---------- | --------- | ---------- |
|SBDAuthenticateDelegate||*No Alternative*||
|SBDConnectionManager||*No Alternative*||

## v3.1.0
| Old class | Old property | New class | New property |
| --------- | ---------- | --------- | ---------- |
Expand Down
2 changes: 1 addition & 1 deletion SendBirdSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SendBirdSDK"
s.version = "3.1.3"
s.version = "3.1.4"
s.summary = "SendBird iOS Framework"
s.description = "Messaging and Chat API for Mobile Apps and Websites"
s.homepage = "https://sendbird.com"
Expand Down
Loading

0 comments on commit 20c25b1

Please sign in to comment.