Skip to content

Releases: Azure/autorest-clientruntime-for-java

Autorest Client Runtime for Java 2.1.0

19 Apr 22:16
Compare
Choose a tag to compare
  • Update channel pool to a drain loop implementation
  • Various fixes in NettyClient

Autorest Client Runtime for Java 1.6.6

16 Apr 18:31
Compare
Choose a tag to compare
  • Fix for handling TypeIds containing dots
  • Fix for JsonProperty containing flattening and non-flattening dots
  • Always process POJO type through flattening encoder-decoder

Autorest Client Runtime for Java 1.6.4

05 Dec 18:33
Compare
Choose a tag to compare
  • Fix logging "HTTP Failed" even when log level is set to NONE

Autorest Client Runtime for Java 1.6.3

28 Sep 20:15
Compare
Choose a tag to compare
  • Support additional properties in JSON schema

Autorest Client Runtime for Java 1.6.2

11 Sep 06:30
Compare
Choose a tag to compare
  • Add new china regions
  • Use adal4j 1.6.2

Autorest Client Runtime for Java 1.6.1

07 Aug 01:37
Compare
Choose a tag to compare
  • Fixes #440 #455 #458 #461
  • Update adal4j to 1.6.0, commons-codec to 1.11
  • Supports authenticating to Azure Log Analytics, Azure Application Insights

Autorest Client Runtime for Java 1.6.0

01 Aug 17:03
Compare
Choose a tag to compare

We are bumping the minor version due to a large area of updated dependencies and a deprecated method.

  • RestClient.Builder.withMaxIdleConnections(int) is deprecated. Use withConnectionPool(ConnectionPool) instead. withMaxIdelConnections will reset the keep alive timeout to 5 minutes.
  • Retrofit is updated to 2.4.0 with all its dependencies (OkHttp, Jackson) updated to match

Autorest Client Runtime for Java 1.5.4

06 Jul 21:07
Compare
Choose a tag to compare
  • Ensure map key with dot is getting serialized correctly

Autorest Client Runtime for Java 1.5.3

04 Jul 10:13
Compare
Choose a tag to compare
  • Support for Long-Running-Operation-options extension handling

Autorest Client Runtime for Java 1.5.2

31 May 21:59
Compare
Choose a tag to compare
  • Adding 410 as one of the valid error code for IDMS
  • Support @JsonFlatten for polymorphic types