amazon-kinesis-client/src
Justin Pfifer 9720b1b249 Release 1.8.5 of the Amazon Kinesis Client for Java (#232)
* Release 1.8.5 of the Amazon Kinesis Client for Java

Release 1.8.5 (September 26, 2017)
* Only advance the shard iterator for the accepted response.  
  This fixes a race condition in the `KinesisDataFetcher` when it's being used to make asynchronous requests.  The shard iterator is now only advanced when the retriever calls `DataFetcherResult#accept()`.
  * PR #230
  * Issue #231
2017-09-26 14:31:59 -07:00
..
main/java/com/amazonaws/services/kinesis Release 1.8.5 of the Amazon Kinesis Client for Java (#232) 2017-09-26 14:31:59 -07:00
test/java Only advance the shard iterator when we accept a result to return 2017-09-26 12:39:53 -07:00