Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (26 loc) · 2.26 KB

CHANGELOG.md

File metadata and controls

36 lines (26 loc) · 2.26 KB

Release Notes for v1.x

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.0.3 (2018-05-28)

  • Update minimum version of logstash-mixin-aws to support assume role (#9a4677f - Fixes #51, #39)

v1.0.2 (2017-10-07)

  • Handle a start_position integer value correctly (#41 - Fixes #38)

v1.0.1 (2017-08-22)

Fixed

  • Handle rate limiting when making requests to the CWL apis (#32)

v1.0.0 (2017-07-15)

Added

  • Implement start_position setting (#28)
  • Allow log_group to be an array of groups (or prefixes if enabled) (#13)

Fixed

  • Ensure the plugin stops properly
  • Relax the contstraint on logstash-mixin-aws supporting Logstash 2.4
  • Refactored ingestion, fixes multiple memory leaks (Fixes #24)
  • Pull only log_events since last ingestion (Fixes #10)
  • Incrementally write to since_db on each page of data from the CWL API (Fixes #4)