Skip to content

Commit 3699f66

Browse files
committed
fix changlog
1 parent da2ff54 commit 3699f66

6 files changed

+27
-20
lines changed

.changes/2.0.0-preview-10.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,26 @@
7171
"category": "AWS SDK for Java v2",
7272
"type": "feature",
7373
"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."
7494
}
7595
]
7696
}

.changes/next-release/feature-AWSSDKforJavav2-08fe954.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/feature-AWSSDKforJavav2-14a753c.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/feature-AWSSDKforJavav2-7ac3210.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/feature-AWSSDKforJavav2-d61e78c.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
- Renamed AsyncResponseHandler to AsyncResponseTransformer and StreamingResponseHandler to ResponseTransformer.
1414
- Split core module to regions, profiles, auth, aws-core and core modules.[#27](https://github.com/aws/aws-sdk-java-v2/issues/27)
1515
- Updating default retry policy to include newly added conditions.
16+
- Renamed `AdvancedServiceConfiguration` to `ServiceConfiguration`
17+
- Renamed `RequestOverrideConfig` to `RequestOverrideConfiguration` to match `ClientOverrideConfiguration` naming.
18+
- Simplified configuration of HTTP clients.
1619

1720
- ### Removals
1821
- Remove httpRequestTimeout and totalExecutionTimeout features
@@ -21,6 +24,10 @@
2124
- ### Features
2225
- Add AWS Secrets Manager to v2.
2326

27+
## __Amazon S3__
28+
- ### Features
29+
- Renamed `S3AdvancedConfiguration` to `S3Configuration`
30+
2431
# __2.0.0-preview-9__ __2018-03-20__
2532
## __AWS Lambda__
2633
- ### Features

0 commit comments

Comments
 (0)