Skip to content

Commit

Permalink
Release 2.1.0 of the Amazon Kinesis Client for Node.js
Browse files Browse the repository at this point in the history
### Release 2.0.1 (January 31, 2020)

[Milestone #4](https://github.com/awslabs/amazon-kinesis-client-nodejs/milestone/4)
* Fixing bootstrap to use HTTPS
  * [PR #75](awslabs/amazon-kinesis-client#679)
* Adding support for Win32 platform
  * [PR #67](awslabs/amazon-kinesis-client#668)
* Relicensing to Apache-2.0
  * [PR #69](awslabs/amazon-kinesis-client#667)
  • Loading branch information
joshua-kim authored Jan 31, 2020
2 parents 4adcebe + e0d3965 commit d14f66d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,15 @@ In this release, we have abstracted these implementation details away and expose

## Release Notes

### Release 2.1.0 (January 31, 2020)
[Milestone #4](https://github.com/awslabs/amazon-kinesis-client-nodejs/milestone/4)
* Fixing bootstrap to use HTTPS
* [PR #75](https://github.com/awslabs/amazon-kinesis-client/pull/679)
* Adding support for Win32 platform
* [PR #67](https://github.com/awslabs/amazon-kinesis-client/pull/668)
* Relicensing to Apache-2.0
* [PR #69](https://github.com/awslabs/amazon-kinesis-client/pull/667)

### Release 2.0.0 (March 6, 2019)
* Added support for [Enhanced Fan-Out](https://aws.amazon.com/blogs/aws/kds-enhanced-fanout/).
Enhanced Fan-Out provides dedicated throughput per stream consumer, and uses an HTTP/2 push API (SubscribeToShard) to deliver records with lower latency.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aws-kcl",
"description": "Kinesis Client Libray (KCL) in Node.js.",
"version": "2.0.0",
"version": "2.1.0",
"author": {
"name": "Amazon Web Services",
"url": "http://aws.amazon.com/"
Expand Down

0 comments on commit d14f66d

Please sign in to comment.