You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changes/2.1.0.json
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
"date": "2018-11-19",
3
3
"version": "2.1.0",
4
4
"entries": [
5
+
{
6
+
"category": "AWS SDK for Java v2",
7
+
"type": "feature",
8
+
"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/)."
9
+
},
5
10
{
6
11
"category": "Netty NIO Async HTTP Client",
7
12
"type": "bugfix",
@@ -13,9 +18,9 @@
13
18
"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)"
14
19
},
15
20
{
16
-
"category": "core",
21
+
"category": "AWS SDK for Java v2",
17
22
"type": "feature",
18
-
"description": "Netty 4.1.31.Final"
23
+
"description": "Update Netty version to Netty 4.1.31.Final"
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
# __2.1.0____2018-11-19__
2
2
## __AWS SDK for Java v2__
3
+
-### Features
4
+
- 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/).
5
+
- Update Netty version to Netty 4.1.31.Final
6
+
3
7
-### Bugfixes
4
8
- 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)
5
9
6
10
## __Netty NIO Async HTTP Client__
7
11
-### Bugfixes
8
12
- Not invoke fireExceptionCaught if the channel is not active. see [#452](https://github.com/aws/aws-sdk-java-v2/issues/452)
0 commit comments