Releases: DataDog/datadog-lambda-go
Releases · DataDog/datadog-lambda-go
v1.0.3
- Update AWS dependencies, remove vendor folder (#84)
- Try encrypting KMS key without encryption context first (#83)
- Support tracing with extension (#81)
- Change separateVersionFromFunctionArn function to check slice capacity before slicing (#79)
v1.0.2
- Support decrypting API keys encrypted with an encryption context (#77)
v1.0.1
- Do not turn on tracer debug mode (#75)
v1.0.0
- Fix bug adding errors to spans (#67)
- Automatically mark the function execution span with an error if the handler function returns an error (#67)
- Do not restart the tracer on every invocation for improved performance (#68)
- Tag spans with version information (#70)
v0.10.0
- Adds circuit breaker logic to metric submission #64
v0.9.2
- Bump AWS SDK version to 1.36.29 (#61)
- Improve integration tests (#65)
v0.9.1
- Fixes some bugs affecting tracing (#60)
v0.9.0
- Add support for tracing (#44)
- Add support for Lambda extension (#45)
v0.8.0
- Add support for submitting metrics via the Datadog extension
v0.7.0
- Adds
resource
and executedversion
tags to Enhanced Metrics
- Adds a timeout to the sending of synchronous metrics.