Skip to content

Release 1.8.9 of the Amazon Kinesis Client for Java

Compare
Choose a tag to compare
@pfifer pfifer released this 15 Jan 15:53
· 423 commits to master since this release
31fd0b5

Release 1.8.9

  • Allow disabling check for the case where a child shard has an open parent shard.
    There is a race condition where it's possible for the a parent shard to appear open, while having child shards. This check can now be disabled by setting ignoreUnexpectedChildShards to true.
  • Upgraded the AWS SDK for Java to 1.11.261