Skip to content

Releases: DataDog/datadog-serverless-functions

aws-dd-forwarder-3.120.1

30 Jul 14:11
7b57e08
Compare
Choose a tag to compare

What's Changed

  • refactor(logs): Avoid compiling regex many times by @ViBiOh in #823
  • Improve release scripts by @ViBiOh in #822
  • ci(release): Fixing the release script for prod by @ViBiOh in #825
  • ci(release): Fixing wrong condition for committing changes by @ViBiOh in #827
  • Fix environment variable declaration in the release script by @klivan in #828
  • ci: Fixing commit duplicate in the release script by @ViBiOh in #829
  • ci: use long ref to commit when creating release by @ViBiOh in #830

Full Changelog: aws-dd-forwarder-3.118.0...aws-dd-forwarder-3.120.1

aws-dd-forwarder-3.118.0

23 Jul 16:31
eadfe74
Compare
Choose a tag to compare
  • Fixed a bug in splitting line on S3 file with DD_MULTILINE_LOG_REGEX_PATTERN #811

aws-dd-forwarder-3.117.0

09 Jul 15:44
fe100f9
Compare
Choose a tag to compare
  • Performance improvements for WAF logs handling

aws-dd-forwarder-3.116.0

10 Jun 14:07
f549ae7
Compare
Choose a tag to compare

Included changes

  • Change priority on setting s3 log source to have WAF > Cloudfront
  • Fix a bug in splitting line on WAF logs

aws-dd-forwarder-3.115.0

31 May 17:54
83c4e68
Compare
Choose a tag to compare
  • Add additional metrics for log group cache
  • Use ListTagsForResource instead of deprecated ListTagsLogGroup
  • Bug fix on handling Kinesis events
  • Update CF template to add an optional access log to forwarder's bucket

aws-dd-forwarder-3.114.0

24 May 13:49
1ca472d
Compare
Choose a tag to compare
  • Create a class for AWS S3 events handler
  • Update readme file to include info about attaching s3 bucket tags to exported logs

aws-dd-forwarder-3.112.0

16 May 14:37
190d721
Compare
Choose a tag to compare
  • Improvements to AWS Cloudwatch log group tags cache

aws-dd-forwarder-3.111.0

14 May 16:24
94d776b
Compare
Choose a tag to compare
  • Fix the error of "Cannot export output ForwarderBucketName" or "Invalid policy" when deploying lambda forwarder using cloudformation template #785

aws-dd-forwarder-3.110.0

02 May 15:19
35043c6
Compare
Choose a tag to compare
Bump version from 3.109.0 to 3.110.0

aws-dd-forwarder-3.108.0

08 Apr 21:05
978cfdf
Compare
Choose a tag to compare

Starting version 3.108.0 a new feature is added to enable Lambda function to store unforwarded events incase of exceptions on the intake point. If the feature is enabled using DD_STORE_FAILED_EVENTS env var, failing events will be stored under a defined dir in the same S3 bucket used to store tags cache. The same bucket can be used to store logs from several Lambda functions under unique subdirs.