Skip to content

Commit

Permalink
Merge pull request #46 from sendbird/release/4.17.0
Browse files Browse the repository at this point in the history
4.17.0
  • Loading branch information
sendbird-sdk-deployment authored Jul 18, 2024
2 parents 29dd91e + bbaf567 commit f457829
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v4.17.0 (Jul 18, 2024)
### Features
- Added `SendbirdChat.authenticate()` for authentication
- Deprecated `SendbirdChat.authenticateFeed()`
- Added `SendbirdChat.getTotalUnreadNotificationCount()` to get the total unread notification count of a user

### Improvements
- Added `SendbirdPushHelper.registerHandler()`
- Deprecated `SendbirdPushHelper.registerPushHandler()`
- Added `SendbirdPushHelper.unregisterHandler(Boolean, PushRequestCompleteHandler?)`
- Deprecated `SendbirdPushHelper.unregisterPushHandler(PushRequestCompleteHandler?)`
- Deprecated `SendbirdPushHelper.unregisterPushHandler(Boolean, PushRequestCompleteHandler?)`
- Added `collectionLifecycle` in `GroupChannelCollection`, `MessageCollection` and `NotificationCollection`
## v4.16.4 (Jun 05, 2024)
### Improvements
- Added new properties `hasAiBot` and `hasBot` to `GroupChannel`
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Then, add the dependency to the project's top-level `build.gradle` file:
```gradle
dependencies {
...
implementation 'com.sendbird.sdk:sendbird-chat:4.16.4'
implementation 'com.sendbird.sdk:sendbird-chat:4.17.0'
...
}
```
Expand All @@ -104,7 +104,7 @@ TLS 1.3 is enabled by default in Sendbird SDK for Android. To disable it, please
```gradle
dependencies {
implementation ('com.sendbird.sdk:sendbird-chat:4.16.4') {
implementation ('com.sendbird.sdk:sendbird-chat:4.17.0') {
exclude group: 'org.conscrypt', module: 'conscrypt-android'
}
}
Expand Down

0 comments on commit f457829

Please sign in to comment.