@@ -31,7 +31,13 @@ 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.2 Janurary 13, 2020)
34
+ #### Latest Release (1.13.3 March 2, 2020)
35
+ * Refactoring shard closure verification performed by ShutdownTask.
36
+ * [ PR #684 ] (https://github.com/awslabs/amazon-kinesis-client/pull/684 )
37
+ * Fixing the bug in ShardSyncTaskManager to resolve the issue of new shards not being processed after resharding.
38
+ * [ PR #694 ] (https://github.com/awslabs/amazon-kinesis-client/pull/694 )
39
+
40
+ #### Release (1.13.2 Janurary 13, 2020)
35
41
* Adding backward compatible constructors that use the default DDB Billing Mode (#673 )
36
42
* [ PR #673 ] ( https://github.com/awslabs/amazon-kinesis-client/pull/673 )
37
43
@@ -47,17 +53,6 @@ To make it easier for developers to write record processors in other languages,
47
53
* Handling completed and blocked tasks better during graceful shutdown
48
54
* [ PR #640 ] ( https://github.com/awslabs/amazon-kinesis-client/pull/640 )
49
55
50
- #### Release 1.12.0 (October 17, 2019)
51
- * Adding logging around shard end codepaths
52
- * [ PR #585 ] ( https://github.com/awslabs/amazon-kinesis-client/pull/585 )
53
- * Updating checkpointing failure message to refer to javadocs
54
- * [ PR #590 ] ( https://github.com/awslabs/amazon-kinesis-client/pull/590 )
55
- * Updating Sonatype to dedicated AWS endpoint.
56
- * [ PR #618 ] ( https://github.com/awslabs/amazon-kinesis-client/pull/618 )
57
- * Introducing a validation step to verify if ShardEnd is reached, to prevent shard consumer stuck scenarios in the event of malformed response from service.
58
- * [ PR #623 ] ( https://github.com/awslabs/amazon-kinesis-client/pull/623 )
59
- * Updating AWS SDK to 1.11.655
60
- * [ PR #626 ] ( https://github.com/awslabs/amazon-kinesis-client/pull/626 )
61
56
62
57
###### For remaining release notes check ** [ CHANGELOG.md] [ changelog-md ] ** .
63
58
0 commit comments