Skip to content

Releases: DataDog/datadog-serverless-functions

aws-dd-forwarder-3.118.0

23 Jul 16:31
eadfe74

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

Choose a tag to compare

  • Performance improvements for WAF logs handling

aws-dd-forwarder-3.116.0

10 Jun 14:07
f549ae7

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

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

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

Choose a tag to compare

  • Improvements to AWS Cloudwatch log group tags cache

aws-dd-forwarder-3.111.0

14 May 16:24
94d776b

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

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

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.

aws-dd-forwarder-3.106.0

20 Mar 14:09
0c48e01

Choose a tag to compare

  • Allow several log forwarders to share the same S3 bucket to store cache files
  • Added S3 bucket tags to S3 log sources
  • Improved test coverage