From 8d339bdb889dbf9872ec16d4c32f3fc49a2998dc Mon Sep 17 00:00:00 2001 From: "Pfifer, Justin" Date: Fri, 7 Apr 2017 10:33:37 -0700 Subject: [PATCH] Release 1.7.5 of the Amazon Kinesis Client Library * Correctly handle throttling for DescribeStream, and save accumulated progress from individual calls. * PR #152 * Upgrade to version 1.11.115 of the AWS Java SDK * PR #155 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 616fb484..16d09bbf 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ amazon-kinesis-client jar Amazon Kinesis Client Library for Java - 1.7.5-SNAPSHOT + 1.7.5 The Amazon Kinesis Client Library for Java enables Java developers to easily consume and process data from Amazon Kinesis.