Releases: DataDog/datadog-serverless-functions
Releases · DataDog/datadog-serverless-functions
aws-dd-forwarder-3.120.1
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
- Fixed a bug in splitting line on S3 file with DD_MULTILINE_LOG_REGEX_PATTERN #811
aws-dd-forwarder-3.117.0
- Performance improvements for WAF logs handling
aws-dd-forwarder-3.116.0
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
- Add additional metrics for log group cache
- Use
ListTagsForResource
instead of deprecatedListTagsLogGroup
- 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
- 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
- Improvements to AWS Cloudwatch log group tags cache
aws-dd-forwarder-3.111.0
- 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
Bump version from 3.109.0 to 3.110.0
aws-dd-forwarder-3.108.0
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.