Skip to content

Releases: DataDog/datadog-lambda-go

v0.6.0

06 Apr 14:47
d1b66f5
Compare
Choose a tag to compare
  • always send enhanced metrics over logs

v0.5.0

05 Mar 15:31
37059f2
Compare
Choose a tag to compare
  • add enhanced metrics: invocations and errors

v0.5.0

11 Feb 19:16
37059f2
Compare
Choose a tag to compare
  • add enhanced metrics: invocations and errors

0.4.0

02 Dec 21:16
28f79cf
Compare
Choose a tag to compare
  • Add InvokeDryRun option for running wrapped handlers inside test environments

Beta 8

26 Jul 21:34
48bb12d
Compare
Choose a tag to compare
Beta 8 Pre-release
Pre-release
  • Renames Distribution function to Metric
  • Adds the ability to set a custom timestamp on your metrics.

Beta 7

23 Jul 18:07
ded926b
Compare
Choose a tag to compare
Beta 7 Pre-release
Pre-release
  • Respect incoming trace headers, regardless of casing

Beta 6

18 Jun 19:00
7fae7e2
Compare
Choose a tag to compare
Beta 6 Pre-release
Pre-release
  • 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

13 Jun 18:45
Compare
Choose a tag to compare
Beta 6 Pre-release
Pre-release
  • Add more log messages to help identify the cause of authentication errors

Beta 5

12 Jun 18:55
3174a81
Compare
Choose a tag to compare
Beta 5 Pre-release
Pre-release
  • Fixes issue with DD_SITE not defaulting to the us api
  • Adds more logging, and configurable logging output

Beta 4

07 Jun 14:32
e996df8
Compare
Choose a tag to compare
Beta 4 Pre-release
Pre-release
  • 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