Releases: awslabs/aws-fluent-plugin-kinesis
Releases · awslabs/aws-fluent-plugin-kinesis
Version 0.4.0
- 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
- 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
- 1MB record size limit: Increased record size limit from 50KB to 1MB due to Amazon Kinesis improvement.
- Switching IAM user support: Added support for shared credential file.
Version 0.3.1 of Fluent Plugin for Amazon Kinesis
Version 0.3.1
- Fluentd v0.12 support: We now support Fluentd v0.12.
Version 0.3.0 of Fluent Plugin for Amazon Kinesis
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
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.