-
Notifications
You must be signed in to change notification settings - Fork 863
/
Copy path2.1.0.json
26 lines (26 loc) · 1.05 KB
/
2.1.0.json
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
{
"date": "2018-11-19",
"version": "2.1.0",
"entries": [
{
"category": "AWS SDK for Java v2",
"type": "feature",
"description": "AWS SDK for Java v2 is generally available now. To get started, please see this [blog post](https://aws.amazon.com/blogs/developer/aws-sdk-for-java-2-x-released/)."
},
{
"category": "Netty NIO Async HTTP Client",
"type": "bugfix",
"description": "Not invoke fireExceptionCaught if the channel is not active. see [#452](https://github.com/aws/aws-sdk-java-v2/issues/452)"
},
{
"category": "AWS SDK for Java v2",
"type": "bugfix",
"description": "Temporarily removed OSGi support because the Netty HTTP client does not yet support it. See [#726](https://github.com/aws/aws-sdk-java-v2/issues/726)"
},
{
"category": "AWS SDK for Java v2",
"type": "feature",
"description": "Update Netty version to Netty 4.1.31.Final"
}
]
}