1{ 2 "date": "2018-09-18", 3 "version": "2.0.0-preview-12", 4 "entries": [ 5 { 6 "category": "Aamazon S3", 7 "type": "bugfix", 8 "description": "Fix NPE for S3 GET request using http protocol. see [#612](https://github.com/aws/aws-sdk-java-v2/issues/612)" 9 }, 10 { 11 "category": "AWS SDK for Java v2", 12 "type": "bugfix", 13 "description": "Fix Response Fetcher hasNextPage to check if the output token is non null or non empty if it is a collection or map type. Related to [#677](https://github.com/aws/aws-sdk-java-v2/issues/677)" 14 }, 15 { 16 "category": "AWS SDK for Java v2", 17 "type": "bugfix", 18 "description": "RetryPolicy bug fix: adding throttlingBackoffStrategy to `RetryPolicy.Builder`. see [#646](https://github.com/aws/aws-sdk-java-v2/issues/646)" 19 }, 20 { 21 "category": "runtime", 22 "type": "bugfix", 23 "description": "Netty 4.1.26.Final -> 4.1.28.Final" 24 }, 25 { 26 "category": "AWS SDK for Java v2", 27 "type": "feature", 28 "description": "Improve logging for debuggability. see `SdkStandardLogger`." 29 }, 30 { 31 "category": "AWS SDK for Java v2", 32 "type": "feature", 33 "description": "Replacing legacy `HttpResponse` with `SdkHttpFullResponse`." 34 }, 35 { 36 "category": "AWS SDK for Java v2", 37 "type": "feature", 38 "description": "Refactored all services to make module names match the service id from the service model" 39 }, 40 { 41 "category": "AWS SDK for Java v2", 42 "type": "feature", 43 "description": "Update service models to be current as of 2018-09-07." 44 }, 45 { 46 "category": "AWS SDK for Java v2", 47 "type": "feature", 48 "description": "Removed sdk-core dependency from the profiles module. This allows reading from profile files without pulling in the rest of the SDK." 49 }, 50 { 51 "category": "AWS SDK for Java v2", 52 "type": "feature", 53 "description": "Implement apiCallAttemptTimeout and apiCallTimeout feature for asynchrounous calls. Customers can specify timeout via `ClientOverrideConfiguaration.Builder#apiCallTimeout(Duration)` or `RequestOverrideConfiguration.Builder#apiCallAttemptTimeout(Duration)`. Note: this feature is only implemented for asynchrounous api calls." 54 }, 55 { 56 "category": "AWS SDK for Java v2", 57 "type": "feature", 58 "description": "Add mfa_serial to ProfileProperty" 59 }, 60 { 61 "category": "AWS SDK for Java v2", 62 "type": "feature", 63 "description": "Allow clients to add Socket Channel Option" 64 }, 65 { 66 "category": "AWS STS", 67 "type": "feature", 68 "description": "Add the ability to provide a Supplier<AssumeRoleRequest> to StsAssumeRoleCredentialsProvider" 69 }, 70 { 71 "category": "Amazon SimpleDB", 72 "type": "removal", 73 "description": "Amazon SimpleDB module is removed from the SDK 2.0. To use SimpleDB, use SDK 1.11.x. Note that you can run SDK 1.11 and 2.0 in the same application." 74 } 75 ] 76}