Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Releases: Azure/autorest-clientruntime-for-java

Autorest Client Runtime for Java 1.5.0

Choose a tag to compare

@jianghaolu jianghaolu released this 26 Apr 23:49

For 1.5.0, we are adding a new package azure-arm-client-runtime. The contents of this package used to reside here: https://github.com/Azure/azure-libraries-for-java/tree/master/azure-mgmt-resources/src/main/java/com/microsoft/azure/management/resources/fluentcore. Extracting it allows us to create packages without referencing a fixed azure-mgmt-resource package. This is particularly required for supporting different API versions of azure-mgmt-resource package.

Autorest Client Runtime for Java 1.4.0

Choose a tag to compare

@jianghaolu jianghaolu released this 17 Apr 00:22
  • Extract ProxyResource from Resource
  • Support for IMDS based MSI credentials
  • Fix RestClient.withRetryStrategy()

Autorest Client Runtime for Java 1.3.1

Choose a tag to compare

@jianghaolu jianghaolu released this 26 Mar 21:23
  • Added option to set SSLSocketFactory on ApplicationTokenCredentials (#373)
  • Remove logging from refresh token client (#407)

Autorest Client Runtime for Java 1.3.0

Choose a tag to compare

@jianghaolu jianghaolu released this 01 Feb 22:26
  • Support MSI credentials for both virtual machines and app services (#355)
  • Fix null application credentials (#351)
  • Support challenges in Azure credentials (to support Key Vault)

Autorest Client Runtime for Java 1.2.1

Choose a tag to compare

@jianghaolu jianghaolu released this 21 Dec 23:59
  • Updating MSICredentails to support login based on user assigned identity (#324)

Autorest Client Runtime for Java 1.2.0

Choose a tag to compare

@jianghaolu jianghaolu released this 20 Nov 23:36
  • Add delegated token credentials
  • Update OkHttp to 3.4 and Okio to 1.9

Autorest Client Runtime for Java 1.1.1

Choose a tag to compare

@jianghaolu jianghaolu released this 24 Oct 23:39
  • Adding MSICredentails type
  • Add data lake resource ID
  • Fix flattening serializer for HashMaps
  • Making PagedList to work with Java8 stream apis
  • Fix Azure environment endpoints

Autorest Client Runtime for Java 1.1.0

Choose a tag to compare

@jianghaolu jianghaolu released this 26 Sep 21:31
  • Enable polling a previously started long running operation
  • Support JSON based auth file
  • Add expandable enum
  • Allow gracefully closing RestClients

This is the minimum required version for Azure SDK for Java 1.2.0+.

Autorest Client Runtime for Java 1.0.4

Choose a tag to compare

@jianghaolu jianghaolu released this 30 Jun 07:44
  • Supports proxy on Azure credentials
  • Fix deserialization of CloudError in long running operations
  • Add default subscription field in Azure credentials

Autorest Client Runtime for Java 1.0.1

Choose a tag to compare

@jianghaolu jianghaolu released this 19 Apr 19:12

This is the 1.0.1 release of client-runtime and azure-client-runtime and 1.0.0 release for azure-client-authentication. The Android authentication library is still in beta.

  • Fixes #155
  • Supports service principals with certificate
  • Allows setting the default timeout for long running operations
  • Adds MAC address hash and OS info in User-Agent header