Releases: sendbird/sendbird-chat-sdk-ios
Releases · sendbird/sendbird-chat-sdk-ios
4.19.8
Improvements
- Deprecated
SendbirdChat.authenticateFeed
; Please useSendbirdChat.authenticate
instead. - Added
SendbirdChat.getTotalUnreadNotificationsCount
to get the total unread notification count of the user. - Renamed
markAsViewed(messages:)
tologViewed(messages:)
. - Added push notification handling methods to accept the API host as a parameter for sending delivered and clicked requests.
SendbirdChat.markPushNotificationAsDelivered(apiHost:remoteNotificationPayload:completionHandler:)
SendbirdChat.markPushNotificationAsClicked(apiHost:remoteNotificationPayload:completionHandler:)
- Fixed an issue where
RequestHeadersContext
crashes due to_swift_release_dealloc
.
4.19.7
Improvements
- Add macOS support.
- Add static library SDK.
- Fixed
Reaction
hash
andisEqual
to reflect same properties.
4.19.6
Improvements
- Fixed an arithmetic overflow issue when entering a GroupChannel.
4.19.5
Improvements
- Fixed
reportUsers
request failure issue - Fixed integer overflow when trying to access
Reaction.hash
- Improved stability
4.19.4
Improvements
- Fixed
reportUsers
request failure issue - Fixed an issue with submitform request not working correctly
- Reduced the network traffic for the stats
- Improved stability
4.19.3
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
Release 4.12.3-privacy
v4.15.1-privacy
4.19.2
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
- Improved stability.
- Fixed feedback status changing when feedback payload is encoded.