Releases: Azure/autorest-clientruntime-for-java
Releases · Azure/autorest-clientruntime-for-java
Autorest Client Runtime for Java 2.1.0
- Update channel pool to a drain loop implementation
- Various fixes in NettyClient
Autorest Client Runtime for Java 1.6.6
- 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
- Fix logging "HTTP Failed" even when log level is set to NONE
Autorest Client Runtime for Java 1.6.3
- Support additional properties in JSON schema
Autorest Client Runtime for Java 1.6.2
- Add new china regions
- Use adal4j 1.6.2
Autorest Client Runtime for Java 1.6.1
Autorest Client Runtime for Java 1.6.0
We are bumping the minor version due to a large area of updated dependencies and a deprecated method.
RestClient.Builder.withMaxIdleConnections(int)
is deprecated. UsewithConnectionPool(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
- Ensure map key with dot is getting serialized correctly
Autorest Client Runtime for Java 1.5.3
- Support for Long-Running-Operation-options extension handling
Autorest Client Runtime for Java 1.5.2
- Adding 410 as one of the valid error code for IDMS
- Support @JsonFlatten for polymorphic types