Skip to content

Commit 0385be5

Browse files
dagnirshorea
authored andcommitted
Merge pull request #269 from aws/shorea-h2
Changelog for 2.0.0
2 parents 55598da + 4317779 commit 0385be5

File tree

5 files changed

+43
-15
lines changed

5 files changed

+43
-15
lines changed

.changes/2.0.0.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"date": "2018-08-02",
3+
"version": "2.0.0",
4+
"entries": [
5+
{
6+
"category": "Amazon Kinesis",
7+
"type": "feature",
8+
"description": "This update introduces SubscribeToShard and RegisterStreamConsumer APIs which allows for retrieving records on a data stream over HTTP2 with enhanced fan-out capabilities. With this new feature the Java SDK now supports event streaming natively which will allow you to define payload and exception structures on the client over a persistent connection. For more information, see Developing Consumers with Enhanced Fan-Out in the Kinesis Developer Guide."
9+
},
10+
{
11+
"category": "AWS SDK for Java v2",
12+
"type": "feature",
13+
"description": "Improve logging for debuggability. see `SdkStandardLogger`."
14+
},
15+
{
16+
"category": "AWS SDK for Java v2",
17+
"type": "feature",
18+
"description": "Removed sdk-core dependency from the profiles module. This allows reading from profile files without pulling in the rest of the SDK."
19+
},
20+
{
21+
"category": "AWS SDK for Java v2",
22+
"type": "feature",
23+
"description": "Add mfa_serial to ProfileProperty"
24+
},
25+
{
26+
"category": "AWS SDK for Java v2",
27+
"type": "feature",
28+
"description": "HTTP/2 is now supported as a transport."
29+
}
30+
]
31+
}

.changes/next-release/feature-AWSSDKforJavav2-0aac933.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/feature-AWSSDKforJavav2-926e183.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/feature-AWSSDKforJavav2-dfce555.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# __2.0.0__ __2018-08-02__
2+
## __AWS SDK for Java v2__
3+
- ### Features
4+
- Add mfa_serial to ProfileProperty
5+
- HTTP/2 is now supported as a transport.
6+
- Improve logging for debuggability. see `SdkStandardLogger`.
7+
- Removed sdk-core dependency from the profiles module. This allows reading from profile files without pulling in the rest of the SDK.
8+
9+
## __Amazon Kinesis__
10+
- ### Features
11+
- This update introduces SubscribeToShard and RegisterStreamConsumer APIs which allows for retrieving records on a data stream over HTTP2 with enhanced fan-out capabilities. With this new feature the Java SDK now supports event streaming natively which will allow you to define payload and exception structures on the client over a persistent connection. For more information, see Developing Consumers with Enhanced Fan-Out in the Kinesis Developer Guide.
12+
113
# __2.0.0-preview-11__ __2018-07-30__
214
## __AWS SDK for Java v2__
315
- ### Features

0 commit comments

Comments
 (0)