forked from aws/aws-sdk-java-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2.1.4.json
More file actions
71 lines (71 loc) · 2.71 KB
/
2.1.4.json
File metadata and controls
71 lines (71 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"date": "2018-12-07",
"version": "2.1.4",
"entries": [
{
"category": "AWS CodeDeploy",
"type": "feature",
"description": "Supporting AWS CodeDeploy"
},
{
"category": "AWS SDK for Java v2",
"type": "bugfix",
"description": "Fixes nullpointerexception when server responds with null values in map."
},
{
"category": "Amazon S3",
"type": "bugfix",
"description": "Turns off trailing checksums when using SSE-C or SSE-KMS"
},
{
"category": "core",
"type": "feature",
"description": "Netty 4.1.32.Final"
},
{
"category": "Netty NIO Async HTTP Client",
"type": "bugfix",
"description": "Close created `ChannelPool`s in `close()` method."
},
{
"category": "AWS SDK for Java v2",
"type": "feature",
"description": "Add `modifyException` API to `ExecutionInterceptor`."
},
{
"category": "Amazon S3",
"type": "bugfix",
"description": "Update S3 headObject/headBucket operations to throw NoSuchKey/NoSuchException when S3 is returning 404. See [#123](https://github.com/aws/aws-sdk-java-v2/issues/123), [#544](https://github.com/aws/aws-sdk-java-v2/issues/544)"
},
{
"category": "AWS SDK for Java v2",
"type": "feature",
"description": "Update spot bugs version to 3.1.9"
},
{
"category": "Netty NIO Async HTTP Client",
"type": "bugfix",
"description": "Fix the issue where streaming requests with `Expect: 100-continue` header sometimes are hanging because 100Continue response message is not being read automatically. See [#459](https://github.com/aws/aws-sdk-java-v2/issues/459)"
},
{
"category": "AWS SDK for Java v2",
"type": "bugfix",
"description": "Use the class loader that loaded the SDK to load the HTTP implementations. See [#56](https://github.com/aws/aws-sdk-java-v2/issues/56)"
},
{
"category": "AWS SDK for Java v2",
"type": "bugfix",
"description": "Fix infinite stream of results bug in auto paginator APIs when the next token is an empty string"
},
{
"category": "AWS SDK for Java v2",
"type": "feature",
"description": "Updated to the latest service models."
},
{
"category": "AWS SDK for Java v2",
"type": "feature",
"description": "Add application/gzip mime type"
}
]
}