Releases: Azure/autorest-clientruntime-for-java
Releases · Azure/autorest-clientruntime-for-java
Autorest Client Runtime for Java 1.5.0
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
- Extract ProxyResource from Resource
- Support for IMDS based MSI credentials
- Fix
RestClient.withRetryStrategy()
Autorest Client Runtime for Java 1.3.1
Autorest Client Runtime for Java 1.3.0
Autorest Client Runtime for Java 1.2.1
- Updating MSICredentails to support login based on user assigned identity (#324)
Autorest Client Runtime for Java 1.2.0
- Add delegated token credentials
- Update OkHttp to 3.4 and Okio to 1.9
Autorest Client Runtime for Java 1.1.1
- 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
- Enable polling a previously started long running operation
- Support JSON based auth file
- Add expandable enum
- Allow gracefully closing
RestClient
s
This is the minimum required version for Azure SDK for Java 1.2.0+.
Autorest Client Runtime for Java 1.0.4
- 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
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