The Azure SDK team is pleased to announce our November 2024 client library releases.

1 packages released this month.

Stable Packages (1)

  • Communication Chat

Release highlights

Communication Chat 2.1.0 Changelog

Other Changes

  • The Chat SDK now fetches Trouter notification configurations dynamically by calling the chat gateway service, instead of relying on hard-coded values in configuration files.

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:2.1.0'
}

Kotlin

dependencies {
    ...
    implementation("com.azure.android:azure-communication-chat:2.1.0")
}

Maven

<dependency>
    <groupId>com.azure.android</groupId>
    <artifactId>azure-communication-chat</artifactId>
    <version>2.1.0</version>
</dependency>

Feedback

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