Releases: DataDog/datadog-lambda-go
Releases · DataDog/datadog-lambda-go
v0.6.0
- always send enhanced metrics over logs
v0.5.0
- add enhanced metrics: invocations and errors
v0.5.0
- add enhanced metrics: invocations and errors
0.4.0
- Add InvokeDryRun option for running wrapped handlers inside test environments
Beta 8
- Renames Distribution function to Metric
- Adds the ability to set a custom timestamp on your metrics.
Beta 7
- Respect incoming trace headers, regardless of casing
Beta 6
- Adds support for log forwarding with DD_FLUSH_TO_LOG option, (great for user facing APIs)
- Adds automatic KMS API key decryption with DD_KMS_API_KEY.
Beta 6
- Add more log messages to help identify the cause of authentication errors
Beta 5
- Fixes issue with DD_SITE not defaulting to the us api
- Adds more logging, and configurable logging output
Beta 4
- Fix issue with wrapper not accepting
func handler(ctx context.Context)
signature - Fix issue with incorrect parent span relationship being sent on outgoing requests under certain conditions