Skip to content

Latest commit

 

History

History
178 lines (109 loc) · 10 KB

CHANGELOG.md

File metadata and controls

178 lines (109 loc) · 10 KB

CHANGELOG

3.5.0

  • Enhancement - Add td-agent 4.3-4.5, fluent-package 5.0, and Fluentd 1.16.3 with Ruby 3.3.0 to test cases
  • Dependency - Update gem dependency to Ruby 2.4.2+

3.4.2

  • Feature - Add option to support gzip compression : #215

3.4.1

  • Enhancement - Add stream name to debug logs to identify : #214
  • Enhancement - Add td-agent 4.1.1, 4.2.0 and Fluentd 1.13.3 with Ruby 3.0.2 to test cases

3.4.0

  • Enhancement - Enable to monitor batch request failure and retries : #150 #211
  • Enhancement - Make sleep reliable by measuring actual slept time : #162
  • Enhancement - Add td-agent 4.1.0 and Fluentd 1.12.3 to test cases

3.3.0

  • Feature - Add web_identity_credentials configuration for IRSA : #208 #209
  • Enhancement - Remove strict gem pinning of google-protobuf to support Ruby 2.7 : #199 #206
  • Enhancement - Add td-agent v4 (4.0.1) and Fluentd 1.11.2 to test cases

3.2.3

  • Enhancement - Add placeholder support for delivery_stream_name of kinesis_firehose : #203 #204

3.2.2

  • Enhancement - Make more strict gem pinning to deal with google-protobuf requiring Ruby 2.5+ : #199
  • Bug - Fix MissingRegionError when http_proxy and endpoint_url are specified : #197

3.2.1

  • Enhancement - Use Fluent::MessagePackFactory class methods instead of Mixin with Fluentd >= v1.8 : #194 #195
  • Enhancement - Add td-agent 3.5.1 and Fluentd 1.9.1 to test cases

3.2.0

  • Feature - Add placeholder support for stream names to send records to multiple streams : #165 #174
  • Enhancement - Add sts_endpoint_url configuration parameter to support AWS STS regional endpoints : #186
  • Enhancement - Add aws_ses_token configuration parameter to use IAM with MFA and directly provided temporary credentials : #166
  • Dependency - Update gem dependency to Ruby 2.3.0+ and Fluentd 0.14.22+
  • Bug - Fix dependency problem on AWS SDK with td-agent v3.4.1

3.1.0

  • Feature - Add process_credentials configuration : #178

3.0.0

Plugin v3 is almost compatible with v2. You can use v3 with the same configuration as v2. For more details, please see README.

  • Enhancement - Use modularized AWS SDK v3 since fluent-plugin-s3 also supports it : #152
  • Enhancement - Remove support for Fluentd v0.12 and use new Plugin API : #156 (also fix #133)
  • Enhancement / Breaking change - Remove chomp method from internal formatter : #142 #144
  • Enhancement - Add chomp_record option for compatible format with plugin v2 : #142
  • Bug - Fix undefined method error in flushing buffers : #133
  • Bug - Fix dependency problem on AWS SDK : #161

2.1.1

  • Bug - Fix require aws-sdk-core before requiring the aws related libraries #140

2.1.0

  • Feature - Added sts_http_proxy parameter to assume_role_credentials configuration #136

2.0.1

  • Bug - Fix AWS SDK conflict with s3 plugin #131

2.0.0

  • Feature - Add kinesis_streams_aggregated ouput plugin #107
  • Feature - Support fluentd worker model #104
  • Feature - Support AWS SDK for Ruby v3 #102
  • Enhancement - Refactor class design #103
  • Enhancement - More configuration for AssumeRole #63
  • Enhancement - Refactor credentials helper #94
  • Enhancement - Revisit backoff logic #69
  • Enhancement - Support compressing output #98
  • Enhancement - Support nanosecond time_key format #124
  • License - Move back to Apache License Version 2.0

1.3.0

  • Feature - Log KPL stdout/err to logger #129 #130

1.2.0

  • Feature - Add reduce_max_size_error_message configuration #127
  • Bug fix - Fix empty batch error #125

1.1.3

  • Bug fix - Fix issues with fluentd 0.14.12 #99

1.1.2

  • Bug fix - Adjust credentials_provider for newer version of aws-ruby-sdk #93

1.1.1

  • Bug fix - Fix incompatibility for AWS SDK 2.5 #80
  • Bug fix - Fix wrong logic for batch request #81

1.1.0

  • Feature - Derive stream name from fluentd tag for KPL #67
  • Enhancement - Make http_proxy parameter secret #64
  • Bug fix - Plugin incompatible with new fluentd release 0.14 #70
  • Misc - Fix legacy test and reduce travis tests #74
  • Misc - Some test, benchmark improvement #74, #75, #76

1.0.1

  • Bug fix - Instance profile credentials expiring #58

1.0.0

To support Firehose and KPL, this was refactored and added more tests.

  • Feature - Support Firehose
  • Feature - Support KPL
  • Feature - New parameters, such as formatter, data_key, reset_backoff_if_success, batch_request_max_count, batch_request_max_size, log_truncate_max_size

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.

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.

0.3.5

0.3.4

  • Multi-byte UTF-8 support: We now support multi-byte UTF-8 by using use_yajl option.

0.3.3

  • Security improvements: Disabled logging aws_key_id and aws_sec_key into log file.

0.3.2

  • http_proxy support: Added HTTP proxy support.

0.3.1

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

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.

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.

0.1.0

  • Release on Github