Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.49 KB

File metadata and controls

55 lines (33 loc) · 1.49 KB

CHANGELOG

Version 11 / 2019-12-06

  • Add python 3.8 support
  • Upgrade dependencies

Version 10 / 2019-11-19

  • Support fetching API Key from secrets manager using DD_API_KEY_SECRET_ARN
  • Remove botocore to reduce package size
  • Update dependencies

Version 9 / 2019-11-04

  • Tag layer-generated aws.lambda.enhanced.invocations and aws.lambda.enhanced.errors enhanced metrics with runtime and memorysize

Version 8 / 2019-10-24

  • Remove vendored botocore requests patching since the package has been removed from the latest botocore
  • Update README for enhanced metrics instructions

Version: 7 / 2019-10-24

  • Increment aws.lambda.enhanced.invocations and aws.lambda.enhanced.errors metrics for each invocation if DD_ENHANCED_METRICS env var is set to true.

Version: 6 / 2019-09-16

  • Support DD_LOGS_INJECTION for trace and log correlation

Version: 5 / 2019-07-26

  • Publish the layer as a package datadog_lambda to PyPI
  • Support environment variable DD_LOG_LEVEL for debugging

Version: 4 / 2019-07-23

  • Correctly parse trace headers with mixed casing

Version: 3 / 2019-06-18

  • Log metrics in a compact format

Version: 2 / 2019-06-10

  • Support submitting metrics through CloudWatch Logs
  • Support submitting metrics to datadoghq.eu
  • Support KMS-encrypted DD API Key
  • Fix a few bugs

Version: 1 / 2019-05-06

  • First release
  • Support submitting distribution metrics from Lambda functions
  • Support distributed tracing between serverful and serverless services