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

2 packages released this month.

Patch Updates (2)

  • Communication Chat

  • Communication Common

Release highlights

Communication Chat 2.0.1 Changelog

Other Changes

Change Trouter EU endpoints for EUDB compliance

Dependency updates
  • Updated azure-core dependency to 1.0.0-beta.13.
  • Updated azure-core-credential dependency to 1.0.0-beta.13.
  • Updated azure-core-http dependency to 1.0.0-beta.13.
  • Updated azure-core-http-okhttp dependency to 1.0.0-beta.13.
  • Updated azure-core-logging dependency to 1.0.0-beta.13.
  • Updated azure-core-rest dependency to 1.0.0-beta.13.
  • Updated azure-communication-common dependency to 1.1.1.

Communication Common 1.1.1 Changelog

Other Changes

Dependency updates
  • Updated android-core version to 1.0.0-beta.13.
  • Updated android-core-logging version to 1.0.0-beta.13.

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.0.1'
    implementation 'com.azure.android:azure-communication-common:1.1.1'
}

Kotlin

dependencies {
    ...
    implementation("com.azure.android:azure-communication-chat:2.0.1")
    implementation("com.azure.android:azure-communication-common:1.1.1")
}

Maven

<dependency>
    <groupId>com.azure.android</groupId>
    <artifactId>azure-communication-chat</artifactId>
    <version>2.0.1</version>
</dependency>
<dependency>
    <groupId>com.azure.android</groupId>
    <artifactId>azure-communication-common</artifactId>
    <version>1.1.1</version>
</dependency>

Feedback

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