• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "date": "2017-10-17",
3    "version": "2.0.0-preview-5",
4    "entries": [
5        {
6            "category": "AWS SDK for Java v2",
7            "type": "feature",
8            "description": "Asynchronous request handler for strings `AsyncRequestProvider.fromString(\"hello world!!!\")` [PR #183](https://github.com/aws/aws-sdk-java-v2/pull/183)"
9        },
10        {
11            "category": "AWS SDK for Java v2",
12            "type": "feature",
13            "description": "Get value from request POJO using member model names `String bucketName = s3PutObjectResponse.getValueForField(\"Bucket\", String.class);` [PR #144](https://github.com/aws/aws-sdk-java-v2/pull/144)"
14        },
15        {
16            "category": "AWS SDK for Java v2",
17            "type": "feature",
18            "description": "Model enums on service POJOs [PR #195](https://github.com/aws/aws-sdk-java-v2/pull/195)"
19        },
20        {
21            "category": "AWS SDK for Java v2",
22            "type": "feature",
23            "description": "General HTTP core clean-up [PR #178](https://github.com/aws/aws-sdk-java-v2/pull/178)"
24        },
25        {
26            "category": "AWS SDK for Java v2",
27            "type": "feature",
28            "description": "Move `core` classes to their own package `software.amazon.awssdk.core` [PR #194](https://github.com/aws/aws-sdk-java-v2/pull/194)"
29        },
30        {
31            "category": "AWS SDK for Java v2",
32            "type": "bugfix",
33            "description": "Serialization/deserialization of complex model objects [PR #128](https://github.com/aws/aws-sdk-java-v2/pull/128) / [Issue #121](https://github.com/aws/aws-sdk-java-v2/issues/121)"
34        },
35        {
36            "category": "AWS SDK for Java v2",
37            "type": "bugfix",
38            "description": "Resolve potential security issue handling DTD entities [PR #198](https://github.com/aws/aws-sdk-java-v2/pull/198)"
39        },
40        {
41            "category": "Amazon S3",
42            "type": "feature",
43            "description": "Handle 100-continue header for PUT object [PR #169](https://github.com/aws/aws-sdk-java-v2/pull/169)"
44        },
45        {
46            "category": "Netty NIO Async HTTP Client",
47            "type": "bugfix",
48            "description": "Data corruption fix in streaming responses and stability fixes [PR #173](https://github.com/aws/aws-sdk-java-v2/pull/173)"
49        },
50        {
51            "category": "Netty NIO Async HTTP Client",
52            "type": "bugfix",
53            "description": "Better handling of event-loop selection for AWS Lambda container [PR #208](https://github.com/aws/aws-sdk-java-v2/pull/208)"
54        }
55    ]
56}
57