Skip to content

Releases: awslabs/amazon-kinesis-client-nodejs

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

02 Aug 22:27
Compare
Choose a tag to compare

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 adding timeoutInSeconds = <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

20 Jan 20:11
Compare
Choose a tag to compare

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

06 Apr 18:44
Compare
Choose a tag to compare

Version 0.5.0 of the Amazon Kinesis Client Library for Node.js.