Skip to content

Release 0.8.0 of the Amazon Kinesis Client Library for Node.js

Compare
Choose a tag to compare
@sahilpalvia sahilpalvia released this 13 Feb 22:25
· 106 commits to master since this release

Release 0.8.0 (February 12, 2019)

  • Updated the dependency on [Amazon Kinesis Client for Java][amazon-kcl-github] to 1.9.3
    • This adds support for ListShards API. This API is used in place of DescribeStream API to provide more throughput during ShardSyncTask. Please consult the AWS Documentation for ListShards for more information.
      • ListShards supports higher call rate, which should reduce instances of throttling when attempting to synchronize the shard list.
      • WARNING: ListShards is a new API, and may require updating any explicit IAM policies
    • PR #59
  • Changed to now download jars from Maven using https.