xref: /aosp_15_r20/external/aws-sdk-java-v2/.changes/2.0.0-preview/2.0.0-preview-5.json (revision 8a52c7834d808308836a99fc2a6e0ed8db339086)
1*8a52c783SCole Faust{
2*8a52c783SCole Faust    "date": "2017-10-17",
3*8a52c783SCole Faust    "version": "2.0.0-preview-5",
4*8a52c783SCole Faust    "entries": [
5*8a52c783SCole Faust        {
6*8a52c783SCole Faust            "category": "AWS SDK for Java v2",
7*8a52c783SCole Faust            "type": "feature",
8*8a52c783SCole Faust            "description": "Asynchronous request handler for strings `AsyncRequestProvider.fromString(\"hello world!!!\")` [PR #183](https://github.com/aws/aws-sdk-java-v2/pull/183)"
9*8a52c783SCole Faust        },
10*8a52c783SCole Faust        {
11*8a52c783SCole Faust            "category": "AWS SDK for Java v2",
12*8a52c783SCole Faust            "type": "feature",
13*8a52c783SCole Faust            "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*8a52c783SCole Faust        },
15*8a52c783SCole Faust        {
16*8a52c783SCole Faust            "category": "AWS SDK for Java v2",
17*8a52c783SCole Faust            "type": "feature",
18*8a52c783SCole Faust            "description": "Model enums on service POJOs [PR #195](https://github.com/aws/aws-sdk-java-v2/pull/195)"
19*8a52c783SCole Faust        },
20*8a52c783SCole Faust        {
21*8a52c783SCole Faust            "category": "AWS SDK for Java v2",
22*8a52c783SCole Faust            "type": "feature",
23*8a52c783SCole Faust            "description": "General HTTP core clean-up [PR #178](https://github.com/aws/aws-sdk-java-v2/pull/178)"
24*8a52c783SCole Faust        },
25*8a52c783SCole Faust        {
26*8a52c783SCole Faust            "category": "AWS SDK for Java v2",
27*8a52c783SCole Faust            "type": "feature",
28*8a52c783SCole Faust            "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*8a52c783SCole Faust        },
30*8a52c783SCole Faust        {
31*8a52c783SCole Faust            "category": "AWS SDK for Java v2",
32*8a52c783SCole Faust            "type": "bugfix",
33*8a52c783SCole Faust            "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*8a52c783SCole Faust        },
35*8a52c783SCole Faust        {
36*8a52c783SCole Faust            "category": "AWS SDK for Java v2",
37*8a52c783SCole Faust            "type": "bugfix",
38*8a52c783SCole Faust            "description": "Resolve potential security issue handling DTD entities [PR #198](https://github.com/aws/aws-sdk-java-v2/pull/198)"
39*8a52c783SCole Faust        },
40*8a52c783SCole Faust        {
41*8a52c783SCole Faust            "category": "Amazon S3",
42*8a52c783SCole Faust            "type": "feature",
43*8a52c783SCole Faust            "description": "Handle 100-continue header for PUT object [PR #169](https://github.com/aws/aws-sdk-java-v2/pull/169)"
44*8a52c783SCole Faust        },
45*8a52c783SCole Faust        {
46*8a52c783SCole Faust            "category": "Netty NIO Async HTTP Client",
47*8a52c783SCole Faust            "type": "bugfix",
48*8a52c783SCole Faust            "description": "Data corruption fix in streaming responses and stability fixes [PR #173](https://github.com/aws/aws-sdk-java-v2/pull/173)"
49*8a52c783SCole Faust        },
50*8a52c783SCole Faust        {
51*8a52c783SCole Faust            "category": "Netty NIO Async HTTP Client",
52*8a52c783SCole Faust            "type": "bugfix",
53*8a52c783SCole Faust            "description": "Better handling of event-loop selection for AWS Lambda container [PR #208](https://github.com/aws/aws-sdk-java-v2/pull/208)"
54*8a52c783SCole Faust        }
55*8a52c783SCole Faust    ]
56*8a52c783SCole Faust}
57