Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

62 lines (44 loc) · 2.82 KB

2.3.0

  • Updated Kinesis client to 1.15.0, now requires Logstash >=8.9.0 #102

2.2.2

  • Change http_proxy config type to password for better protection from leaks in debug logs #101

2.2.1

  • Fix: Remove usage of java_kind_of? to support jruby-9.3.4.0 #91

2.2.0

  • Proxy support for Kinesis, DynamoDB, and CloudWatch clients #84
  • Upgrade AWS SDK for WebIdentityTokenCredentialsProvider Support #82
  • Don't overwrite existing event metadata #69
  • [Docs] additional_settings does not need comma #75

2.1.2

  • Fixed logging level setup to use JUL and JCL loggers backend #87

2.1.1

  • Added helpful content from readme to doc file for publishing #63

2.1.0

  • Changed role assumption to also assume role for interactions with dynamodb and cloudwatch #66

2.0.11

  • Added the ability to assume a role #40

2.0.10

  • Added the ability to set additional settings exposed through KinesisClientLibConfiguration #51

2.0.9

  • Changed the 'workerid' to also include the host of the Logstash node #48

2.0.8

  • Changed plugin to use more recent versions of Kinesis Client library and AWS SDK#45

2.0.7

  • Docs: Set the default_codec doc attribute.

2.0.7

  • Update gemspec summary

2.0.6

  • Fix some documentation issues
  • Add support for initial_position_in_stream config parameter. TRIM_HORIZON and LATEST are supported.

2.0.5

  • Docs: Add CHANGELOG.md
  • Support for specifying an AWS credentials profile with the profile config parameter
  • Docs: Remove extraneous text added during doc extract

2.0.4

  • Docs: Bump version for automated doc build

2.0.3

  • Fix error about failed to coerce java.util.logging.Level to org.apache.log4j.Level with logstash 5.1.1

2.0.2

  • Fix error with Logstash 5.0

2.0.1

  • Add partition_key, approximate_arrival_timestamp and sequence_number fields in the @metadata sub-has