Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 787 Bytes

CHANGELOG.md

File metadata and controls

19 lines (14 loc) · 787 Bytes

CHANGELOG

This file documents all notable changes in LogDNA CloudWatch Lambda Function. The release numbering uses semantic versioning.

v2.0.1 - Released on September 5, 2019

  • Added user-agent to req.headers to track the clients better
  • Added CHANGELOG and Semantic Versioning

v2.0.0 - Released on June 5, 2019

  • Released new Lambda Function written/implemented on node.js
  • Added Retry on ETIMEDOUT or ESOCKETTIMEDOUT
  • Moved log.group and log.stream info from meta to the main line
  • Added the extra custom options configurable with environment variables

v1.1.0 - Released on March 8, 2019

  • Added Custom Ingestion URL Option with LOGDNA_URL environment variable

v1.0.0 - Released on July 18, 2018

  • Initial Release