Skip to content

Releases: DataDog/datadog-lambda-go

v1.17.0

26 Apr 18:13
Compare
Choose a tag to compare

What's Changed

  • Send error message along with error flag by @jonsabados in #160
  • Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #162
  • Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /tests/integration_tests/error by @dependabot in #161
  • Set error type and stack with universal instrumentation by @dali546 in #171

New Contributors

Full Changelog: v1.16.0...v1.17.0

v1.16.0

01 Mar 18:38
c3fb2ee
Compare
Choose a tag to compare

What's New

Full change log: v1.15.0...v1.16.0

v1.15.0

02 Feb 14:27
577baa5
Compare
Choose a tag to compare

What's New

Full change log: v1.14.0...v1.15.0

v1.14.0

19 Dec 17:45
Compare
Choose a tag to compare
  • Do not call flush extension after each invocation. (#154)
  • Enable universal instrumentation by default. (#151)

v1.13.0

20 Nov 19:33
Compare
Choose a tag to compare
  • Bump dd-trace-go to v1.58.0

v1.12.0

31 Oct 16:49
Compare
Choose a tag to compare
  • Improved automation of AppSec setup (#143)

v1.11.0

18 Sep 15:44
1ca51d5
Compare
Choose a tag to compare

This release add support for trace context propagation through SQS. When the lambda function is a consumer of messages from an SQS queue, the tracer will now properly extract trace context from the messages and apply them. This will result in connected traces between the producer and consumer. (#142)

v1.10.0

12 Sep 15:27
e8e55b8
Compare
Choose a tag to compare
  • Bump dd-trace-go to v1.54.1

v1.9.0

28 Feb 17:10
Compare
Choose a tag to compare
  • Retry sending trace payloads on failure #128

v1.8.0

08 Nov 17:14
Compare
Choose a tag to compare
  • Upgrade AWS SDK Go to v2 #113
  • Add support for universal instrumentation with the extension #116
  • Include error in failed metric send log #118