Azure SDK for Java (July 2026)
The Azure SDK team is pleased to announce our July 2026 client library releases.
5 packages released this month.
Stable Packages (3)
-
App Configuration
-
OpenTelemetry AutoConfigure
-
Resource Management - DevTest Labs
Beta Packages (2)
-
Resource Management - Container Service
-
Resource Management - Resiliencemanagement
Release highlights
App Configuration 1.10.0 Changelog
Features Added
- Added
checkConfigurationSettingsmethod toConfigurationClientandConfigurationAsyncClientthat performs HEAD requests to efficiently check if configuration settings have changed by comparing page-level ETags without retrieving the full response body. - Added
descriptionproperty toConfigurationSettingandConfigurationSnapshot, along with correspondingDESCRIPTIONvalues onSettingFieldsandSnapshotFields.
OpenTelemetry AutoConfigure 1.5.0 Changelog
Features Added
- Support stable database semconv (#46957)
- Export database query parameters (#47526)
- Add customer-facing SDKStats metrics (Item_Success_Count, Item_Dropped_Count, Item_Retry_Count) (#48077)
- Honor APPLICATIONINSIGHTS_SDKStats_DISABLED_ALL kill-switch in autoconfigure (#49451)
Bugs Fixed
- Avoid ERROR log when Azure Metadata Service connection times out (#47814)
- Fix stats beat failure count metrics reporting incorrect values (#47884)
- Don’t truncate gen ai custom dimensions (#48385)
- Truncate gen_ai attributes to 256KB instead of exempting from truncation (#48454)
Resource Management - Container Service 2.62.0-beta.1 Changelog
Resource Management - DevTest Labs 1.2.0 Changelog
Resource Management - Resiliencemanagement 1.0.0-beta.1 Changelog
Need help
- For reference documentation visit the Azure SDK for Java documentation.
- For tutorials, samples, quick starts and other documentation, visit Azure for Java Developers.
- For build reports on code quality, test coverage, etc, visit Azure Java SDK.
- File an issue via Github Issues.
- Check previous questions or ask new ones on StackOverflow using
azure-java-sdktag.
Latest Releases
View all the latest versions of Java packages here.
Installation Instructions
To use the GA and beta libraries, refer to the Maven dependency information below, which may be copied into your projects Maven pom.xml file as appropriate. If you are using a different build tool, refer to its documentation on how to specify dependencies.
<dependency>
<groupId>com.azure</groupId>
<artifactId>com.azure+azure-data-appconfiguration</artifactId>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>com.azure+azure-monitor-opentelemetry-autoconfigure</artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>com.azure.resourcemanager+azure-resourcemanager-containerservice</artifactId>
<version>2.62.0-beta.1</version>
</dependency>
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>com.azure.resourcemanager+azure-resourcemanager-devtestlabs</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>com.azure.resourcemanager</groupId>
<artifactId>com.azure.resourcemanager+azure-resourcemanager-resiliencemanagement</artifactId>
<version>1.0.0-beta.1</version>
</dependency>
Feedback
If you have a bug or feature request for one of the libraries, please post an issue to GitHub.