Skip to content

Releases: awslabs/aws-fluent-plugin-kinesis

Version 0.4.0

Choose a tag to compare

@riywo riywo released this 30 Oct 09:39
  • Feature - Add option to ensure Kinesis Stream connection. #35
  • Feature - Add option to support zlib compression. #39

Note: We introduced Semantic Versioning here.

Version 0.3.6

Choose a tag to compare

@yuta-imai yuta-imai released this 01 Sep 12:05
  • Cross account access support: Added support for cross account access for Amazon Kinesis stream. With this update, you can put reocrds to streams those are owned by other AWS account. This feature is achieved by AssumeRole.

Version 0.3.5

Choose a tag to compare

@yuta-imai yuta-imai released this 22 Jul 15:41

Version 0.3.1 of Fluent Plugin for Amazon Kinesis

Choose a tag to compare

@yuta-imai yuta-imai released this 01 Apr 03:02

Version 0.3.1

  • Fluentd v0.12 support: We now support Fluentd v0.12.

Version 0.3.0 of Fluent Plugin for Amazon Kinesis

Choose a tag to compare

@yuta-imai yuta-imai released this 09 Jan 22:44

Version 0.3.0

  • Throughput improvement: Added support for PutRecords API by default.
  • Bug fix: Removed redundant Base64 encoding of data for each Kinesis record emitted. Applications consuming these records will need to be updated accordingly.

Version 0.2.0 of Fluent Plugin for Amazon Kinesis

Choose a tag to compare

@yuta-imai yuta-imai released this 28 Oct 09:58

Version 0.2.0

  • Partition key randomization: Added support for partition key randomization.
  • Throughput improvements: Added support for spawning additional processes and threads to increase throughput to Amazon Kinesis.
  • AWS SDK for Ruby V2: Added support for AWS SDK for Ruby V2.