Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 3.3 KB

CHANGELOG.md

File metadata and controls

51 lines (39 loc) · 3.3 KB

7.1.7

  • Remove empty temporary dirs at plugin close #46

7.1.6

  • Clean up plugin created temporary dirs at startup #39

7.1.5

  • Fix external documentation links #35

7.1.4

  • Fix use_aws_bundled_ca to use bundled ca certs per plugin level instead of global #33

7.1.3

  • Added an option use_aws_bundled_ca to use bundled ca certs that ships with AWS SDK to verify SSL peer certificates #32

7.1.2

  • Fix: adaptations to run with JRuby 9.4 #29

7.1.1

  • Fix: Plugin cannot load Java dependencies #24

7.1.0

  • Plugin restores and uploads corrupted GZIP files (caused by abnormal termination) to AWS S3 #20

7.0.1

  • resolves two closely-related race conditions in the S3 Output plugin's handling of stale temporary files that could cause plugin crashes or data-loss #19
    • prevents a No such file or directory crash that could occur when a temporary file is accessed after it has been detected as stale (empty+old) and deleted.
    • prevents a possible deletion of a non-empty temporary file that could occur if bytes were written to it after it was detected as stale (empty+old) and before the deletion completed.

7.0.0

  • bump integration to upper bound of all underlying plugins versions (biggest is sqs output 6.x)
  • this is necessary to facilitate versioning continuity between older standalone plugins and plugins within the integration

0.1.1

  • remove mention of mixin in gemspec to facilitate docs publishing

0.1.0

  • Added the initial set of Logstash AWS plugins that ship with Logstash. You can find the merged changelog of the individual plugins in CHANGELOG.PRE.MERGE.md. These are (along with the version that was used for import):
    • logstash-codec-cloudfront (3.0.3) [link]
    • logstash-codec-cloudtrail (3.0.5) [link]
    • logstash-input-cloudwatch (2.2.4) [link]
    • logstash-input-s3 (3.8.4) [link]
    • logstash-input-sqs (3.3.2) [link]
    • logstash-mixin-aws (5.1.0) [link]
    • logstash-output-cloudwatch (3.0.10) [link]
    • logstash-output-sns (4.0.8) [link]
    • logstash-output-sqs (6.0.1) [link]
    • logstash-output-s3 (4.3.5) [link]