The Azure SDK team is pleased to announce our August 2021 client library releases.

2 packages released this month.

Beta Packages (1)

  • Communication Chat

Release highlights

Communication Chat 1.1.0-beta.1 Changelog

  • Added support for metadata in messages.
  • Added options class TypingNotificationOptions for setting SenderDisplayName of the notification sender.
  • Added SenderDisplayName to TypingIndicatorReceivedEvent.

Communication Chat 1.1.0-beta.2 Changelog

  • Version update.
  • Fix azure-communication-common dependency issue.

Need help

Latest Releases

View all the latest versions of Android packages here.

Installation Instructions

To use the latest GA and beta libraries, refer to the dependency information below, which may be copied into your projects Gradle build.gradle or Maven pom.xml file as appropriate. If you are using a different build tool, refer to its documentation on how to specify dependencies.

Gradle

Java

dependencies {
    ...
    implementation 'com.azure.android:azure-communication-chat:1.1.0-beta.1'
    implementation 'com.azure.android:azure-communication-chat:1.1.0-beta.2'
}

Kotlin

dependencies {
    ...
    implementation("com.azure.android:azure-communication-chat:1.1.0-beta.1")
    implementation("com.azure.android:azure-communication-chat:1.1.0-beta.2")
}

Maven

<dependency>
    <groupId>com.azure.android</groupId>
    <artifactId>azure-communication-chat</artifactId>
    <version>1.1.0-beta.1</version>
</dependency>
<dependency>
    <groupId>com.azure.android</groupId>
    <artifactId>azure-communication-chat</artifactId>
    <version>1.1.0-beta.2</version>
</dependency>

Feedback

If you have a bug or feature request for one of the libraries, please post an issue to GitHub.