Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for ACS Chat Android SDK 1.1.0-beta.4 release #938

Merged
merged 4 commits into from
Nov 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions sdk/communication/azure-communication-chat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Release History
## 1.1.0-beta.4 (Unreleased)
## 1.1.0-beta.4 (2021-11-16)
### Features Added
- Added support FCM push notifications:
- Added methods to `ChatAsyncClient`:
Expand All @@ -15,7 +15,6 @@
- `addPushNotificationHandler`
- `removePushNotificationHandler`
- Added `ChatPushNotification` as the type for passing a push notification payload.
- Added `PushNotificationCallback` as the type for a customized push notification handler.
- Added instructions in README.md in sample app for steps to setup FCM push notifications.
- Added code in sample app for FCM push notification end to end scenario.
- Added `startRealtimeNotifications(Context context, Consumer<Throwable> errorHandler)` to `ChatAsyncClient`.
Expand All @@ -26,7 +25,7 @@
- Deprecate `startRealtimeNotifications(String skypeUserToken, Context context)` in `ChatClient`.

#### Dependency Updates
- Updated `com.azure.android.core` from `1.0.0-beta.6` to `1.0.0-beta.7`.
- Updated `com.azure.android.core` from `1.0.0-beta.6` to `1.0.0-beta.9`.

## 1.1.0-beta.3 (2021-09-15)
- Version update.
Expand Down