@@ -31,22 +31,23 @@ To make it easier for developers to write record processors in other languages,
31
31
32
32
## Release Notes
33
33
34
- ## Latest Release (1.13.1 December 30, 2019)
35
- [ Milestone #44 ] ( https://github.com/awslabs/amazon-kinesis-client/milestone/44 )
34
+ #### Latest Release (1.13.2 Janurary 13, 2020)
35
+ * Adding backward compatible constructors that use the default DDB Billing Mode (#673 )
36
+ * [ PR #673 ] ( https://github.com/awslabs/amazon-kinesis-client/pull/673 )
37
+
38
+ #### Release (1.13.1 December 30, 2019)
36
39
* Adding BillingMode Support to KCL 1.x. This enables the customer to specify if they want provisioned capacity for DDB, or pay per request.
37
40
* [ PR #656 ] ( https://github.com/awslabs/amazon-kinesis-client/pull/656 )
38
41
* Ensure ShardSyncTask invocation from ShardSyncTaskManager for pending ShardEnd events.
39
42
* [ PR #659 ] ( https://github.com/awslabs/amazon-kinesis-client/pull/659 )
40
43
* Fix the LeaseManagementIntegrationTest failure.
41
44
* [ PR #670 ] ( https://github.com/awslabs/amazon-kinesis-client/pull/670 )
42
45
43
- ## Release (1.13.0 November 5, 2019)
44
- [ Milestone #42 ] ( https://github.com/awslabs/amazon-kinesis-client/milestone/42 )
46
+ #### Release (1.13.0 November 5, 2019)
45
47
* Handling completed and blocked tasks better during graceful shutdown
46
48
* [ PR #640 ] ( https://github.com/awslabs/amazon-kinesis-client/pull/640 )
47
49
48
- ## Release 1.12.0 (October 17, 2019)
49
- [ Milestone #41 ] ( https://github.com/awslabs/amazon-kinesis-client/milestone/41 )
50
+ #### Release 1.12.0 (October 17, 2019)
50
51
* Adding logging around shard end codepaths
51
52
* [ PR #585 ] ( https://github.com/awslabs/amazon-kinesis-client/pull/585 )
52
53
* Updating checkpointing failure message to refer to javadocs
@@ -58,7 +59,7 @@ To make it easier for developers to write record processors in other languages,
58
59
* Updating AWS SDK to 1.11.655
59
60
* [ PR #626 ] ( https://github.com/awslabs/amazon-kinesis-client/pull/626 )
60
61
61
- ### For remaining release notes check ** [ CHANGELOG.md] [ changelog-md ] ** .
62
+ ###### For remaining release notes check ** [ CHANGELOG.md] [ changelog-md ] ** .
62
63
63
64
[ kinesis ] : http://aws.amazon.com/kinesis
64
65
[ kinesis-forum ] : http://developer.amazonwebservices.com/connect/forum.jspa?forumID=169
0 commit comments