Skip to content

Releases: awslabs/aws-fluent-plugin-kinesis

Version 0.4.0

30 Oct 09:39
Compare
Choose a tag to compare
  • 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

01 Sep 12:05
Compare
Choose a tag to compare
  • 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

22 Jul 15:41
Compare
Choose a tag to compare

Version 0.3.1 of Fluent Plugin for Amazon Kinesis

01 Apr 03:02
Compare
Choose a tag to compare

Version 0.3.1

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

Version 0.3.0 of Fluent Plugin for Amazon Kinesis

09 Jan 22:44
Compare
Choose a tag to compare

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

28 Oct 09:58
Compare
Choose a tag to compare

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.