1{ 2 "date": "2018-05-25", 3 "version": "2.0.0-preview-10", 4 "entries": [ 5 { 6 "category": "AWS SDK for Java v2", 7 "type": "feature", 8 "description": "Updating default retry policy to include newly added conditions." 9 }, 10 { 11 "category": "AWS SDK for Java v2", 12 "type": "feature", 13 "description": "Added Consumer<Builder>-style methods for all client overloads." 14 }, 15 { 16 "category": "AWS SDK for Java v2", 17 "type": "feature", 18 "description": "AsyncResponseTransformer byte array and string methods now match the sync model." 19 }, 20 { 21 "category": "AWS Secrets Manager", 22 "type": "feature", 23 "description": "Add AWS Secrets Manager to v2." 24 }, 25 { 26 "category": "AWS SDK for Java v2", 27 "type": "feature", 28 "description": "Renamed AsyncRequestProvider to AsyncRequestBody to better match sync's RequestBody" 29 }, 30 { 31 "category": "AWS SDK for Java v2", 32 "type": "removal", 33 "description": "Remove httpRequestTimeout and totalExecutionTimeout features" 34 }, 35 { 36 "category": "AWS SDK for Java v2", 37 "type": "feature", 38 "description": "Include root causes in the exception message from AWSCredentialsProviderChain to ease troubleshooting." 39 }, 40 { 41 "category": "AWS SDK for Java v2", 42 "type": "feature", 43 "description": "Add a standard User-Agent when making requests to the metadata service. User-Agent pattern: aws-sdk-java/<version>" 44 }, 45 { 46 "category": "AWS SDK for Java v2", 47 "type": "feature", 48 "description": "Add [SdkHttpResponse](https://github.com/aws/aws-sdk-java-v2/blob/master/http-client-spi/src/main/java/software/amazon/awssdk/http/SdkHttpResponse.java) to [SdkResponse](https://github.com/aws/aws-sdk-java-v2/blob/master/core/src/main/java/software/amazon/awssdk/core/SdkResponse.java) so that customers can retrieve Http data such as headers, status code from the response object." 49 }, 50 { 51 "category": "AWS SDK for Java v2", 52 "type": "feature", 53 "description": "Renamed \"Bytes\" overload for streaming operations to \"AsBytes\", and \"String\" overload for enums to \"AsString\"" 54 }, 55 { 56 "category": "AWS SDK for Java v2", 57 "type": "feature", 58 "description": "Renamed AsyncResponseHandler to AsyncResponseTransformer and StreamingResponseHandler to ResponseTransformer." 59 }, 60 { 61 "category": "AWS SDK for Java v2", 62 "type": "feature", 63 "description": "Added Consumer<Builder>-style methods for vararg parameters." 64 }, 65 { 66 "category": "AWS SDK for Java v2", 67 "type": "feature", 68 "description": "Split core module to regions, profiles, auth, aws-core and core modules.[#27](https://github.com/aws/aws-sdk-java-v2/issues/27)" 69 }, 70 { 71 "category": "AWS SDK for Java v2", 72 "type": "feature", 73 "description": "Moved AWS specific retry policies to aws-core module, created AwsServiceException and moved isThrottlingException and isClockSkewException methods to SdkServiceException." 74 }, 75 { 76 "category": "AWS SDK for Java v2", 77 "type": "feature", 78 "description": "Renamed `AdvancedServiceConfiguration` to `ServiceConfiguration`" 79 }, 80 { 81 "category": "AWS SDK for Java v2", 82 "type": "feature", 83 "description": "Renamed `RequestOverrideConfig` to `RequestOverrideConfiguration` to match `ClientOverrideConfiguration` naming." 84 }, 85 { 86 "category": "Amazon S3", 87 "type": "feature", 88 "description": "Renamed `S3AdvancedConfiguration` to `S3Configuration`" 89 }, 90 { 91 "category": "AWS SDK for Java v2", 92 "type": "feature", 93 "description": "Simplified configuration of HTTP clients." 94 } 95 ] 96}