Skip to content

Latest commit

 

History

History
92 lines (50 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

92 lines (50 loc) · 2.15 KB

Changelog

All notable changes to this project will be documented in this file.

[1.0.0]

This version revises the naming of CloudFormation stack elements to make their purpose clearer, and allows greater flexibility in filtering log groups that are applied as subscription filters to the (newly named) Lambda Forwarder, now using a combination of names, prefix and regular expression. It also introduced versioning to the CloudFormation stacks so breaking changes do not impact users.

Changes:

  • Renamed the Ingester to Forwarder, Backfiller to Subscriber and the LogsSubscriber to LogGroupsListener.
  • Moved the stack templates to their own folder to improve readability with shorter file names
  • Moved out the responsibility of creating log group subscription filters and gives it to the Subscriber component
  • Subscriber component to handle different inputs for log groups selection (names list, prefix or regex pattern)
  • Created Unsubscriber component to handle the removal of log group subscription filters
  • Introduced Versions the released stack templates
  • Prefix the created log groups names with /aws/axiom to easily discard them from being forwarded

[0.8.0] - 2024-04-09

Enhance

  • (#58) Set backfill lambda timeout to 300

[0.7.0] - 2024-04-08

🐛 Bug Fixes

  • Improve backfill error handling

[0.6.0] - 2024-04-03

📚 Documentation

  • Fix stack names consistency

Enhance

  • Make log group name optional (#47), (46)

[0.5.0] - 2024-03-27

🚀 Features

  • Allow setting a service name for unknown services

[0.4.0] - 2024-02-16

📚 Documentation

  • Complete docs on the setup of logs subscriber
  • Add explanations for each stack

[0.3.0b8] - 2022-06-22

🚀 Features

  • Add tags

⚙️ Miscellaneous Tasks

  • Handle empty env

[0.3.0b7] - 2022-06-22

🐛 Bug Fixes

  • Yq substitution

[0.3.0b4] - 2022-06-16

🚀 Features

  • Backfill all log groups
  • Add cloudformation stack for backfill

⚙️ Miscellaneous Tasks

  • Lint backfill.py

[0.3.0b] - 2022-06-13

🚀 Features

  • Add cloudfromation stack

⚙️ Miscellaneous Tasks

  • Lint the code