Releases: awslabs/amazon-kinesis-client-nodejs
Releases · awslabs/amazon-kinesis-client-nodejs
Release 0.8.0 of the Amazon Kinesis Client Library for Node.js
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
- 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.
- Changed to now download jars from Maven using
https
.
Release 0.7.0 of the Amazon Kinesis Client Library for Node.js
Release 0.7.0 (August 2, 2017)
- Updated the dependency on [Amazon Kinesis Client for Java][amazon-kcl-github] to 1.8.1.
This adds support for setting a timeout when dispatching records to the node.js record processor.
If the record processor doesn't respond in the given time the Java processor is terminated.
The timeout for the this can be set by addingtimeoutInSeconds = <timeout value>
. The default for this is no timeout.
Setting this can cause the KCL to exit suddenly, before using this ensure that you have an automated restart for your application
Updating minimum requirement for the JDK version to 8 - Added support to handle graceful shutdown requests.
Release 0.6.0 of the Amazon Kinesis Client for Node.js
Release 0.6.0 (December 12, 2016)
- Updated the dependency on [Amazon Kinesis Client for Java][amazon-kcl-github] to 1.7.2.
The release is available on npm as aws-kcl
v0.5.0
Version 0.5.0 of the Amazon Kinesis Client Library for Node.js.