Skip to content

Commit 56d2a8a

Browse files
committed
Add changelog entry for autoconstruct containers
1 parent e59dad2 commit 56d2a8a

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.changes/2.0.0-preview-11.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@
126126
"category": "AWS SDK for Java v2",
127127
"type": "removal",
128128
"description": "Removing gzipEnabled client configuration."
129+
},
130+
{
131+
"category": "AWS SDK for Java v2",
132+
"type": "feature",
133+
"description": "Use auto constructed containers for list and map members. [#497](https://github.com/aws/aws-sdk-java-v2/pull/497), [#529](https://github.com/aws/aws-sdk-java-v2/pull/529), [#600](https://github.com/aws/aws-sdk-java-v2/pull/600)"
129134
}
130135
]
131-
}
136+
}

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# __2.0.0-preview-11__ __2018-07-30__
22
## __AWS SDK for Java v2__
33
- ### Features
4-
- Updated `AwsCredentials` to interface implemented by `AwsBasicCredentials` and `AwsSessionCredentials`. Renamed `AwsCredentialsProvider.getCredentials()` to `AwsCredentialsProvider.resolveCredentials()`.
54
- Accept `SdkBytes` and `byte[]` instead of `ByteBuffer` in generated setters.
65
- Add support to disable EC2 instance metadata service usage via environment variable and system property. [#430](https://github.com/aws/aws-sdk-java-v2/issues/430)
76
- Caching `XPathFactory` to improve performance of exception handling for services using XML protocol
@@ -15,6 +14,8 @@
1514
- Return `SdkBytes` instead of `ByteBuffer` from generated getters.
1615
- Update all service models to follow V2 naming convention. eg: `WAFException` -> `WafException`
1716
- Update service name in clients, requests and exceptions to match 2.0 naming conventions (eg. DynamoDBClient -> DynamoDbClient)
17+
- Updated `AwsCredentials` to interface implemented by `AwsBasicCredentials` and `AwsSessionCredentials`. Renamed `AwsCredentialsProvider.getCredentials()` to `AwsCredentialsProvider.resolveCredentials()`.
18+
- Use auto constructed containers for list and map members. [#497](https://github.com/aws/aws-sdk-java-v2/pull/497), [#529](https://github.com/aws/aws-sdk-java-v2/pull/529), [#600](https://github.com/aws/aws-sdk-java-v2/pull/600)
1819
- Various AsyncClient Refactors:\n - Drop async prefix in `SdkAyncClientBuilder`: `SdkAsyncClientBuilder.asyncHttpClientBuilder() -> SdkAsyncClientBuilder.httpClientBuilder()`\n - Create `SdkEventLoopGroup` to allow users to provide `EventLoopGroup` and `ChannelFactory`.
1920
- upgrade Netty 4.1.22.Final to Netty 4.1.26.Final
2021

@@ -59,23 +60,23 @@
5960
- Renamed "Bytes" overload for streaming operations to "AsBytes", and "String" overload for enums to "AsString"
6061
- Renamed AsyncRequestProvider to AsyncRequestBody to better match sync's RequestBody
6162
- Renamed AsyncResponseHandler to AsyncResponseTransformer and StreamingResponseHandler to ResponseTransformer.
62-
- Split core module to regions, profiles, auth, aws-core and core modules.[#27](https://github.com/aws/aws-sdk-java-v2/issues/27)
63-
- Updating default retry policy to include newly added conditions.
6463
- Renamed `AdvancedServiceConfiguration` to `ServiceConfiguration`
6564
- Renamed `RequestOverrideConfig` to `RequestOverrideConfiguration` to match `ClientOverrideConfiguration` naming.
6665
- Simplified configuration of HTTP clients.
66+
- Split core module to regions, profiles, auth, aws-core and core modules.[#27](https://github.com/aws/aws-sdk-java-v2/issues/27)
67+
- Updating default retry policy to include newly added conditions.
6768

6869
- ### Removals
6970
- Remove httpRequestTimeout and totalExecutionTimeout features
7071

7172
## __AWS Secrets Manager__
7273
- ### Features
7374
- Add AWS Secrets Manager to v2.
74-
75+
7576
## __Amazon S3__
7677
- ### Features
7778
- Renamed `S3AdvancedConfiguration` to `S3Configuration`
78-
79+
7980
# __2.0.0-preview-9__ __2018-03-20__
8081
## __AWS Lambda__
8182
- ### Features

0 commit comments

Comments
 (0)