Skip to content

Releases: DataDog/datadog-lambda-go

v1.23.0

12 May 20:09
503d848
Compare
Choose a tag to compare

What's Changed

  • Use FIPS endpoint when decrypting KMS key if in Govcloud region by @nhulston in #196
    • This was actually modified in the following commit to be based on the DD_LAMBDA_FIPS_MODE flag which defaults to true in govcloud.
  • feat: DD_LAMBDA_FIPS_MODE handling for metrics by @apiarian-datadog in #199

Breaking Change

WIth FIPS mode enabled we can no longer ship metrics directly to the Datadog API. Please use the datadog-lambda-extension or the Datadog Forwarder. FIPS mode is enabled by default in GovCloud and can be configured with the DD_LAMBDA_FIPS_MODE environment variable or the new FIPSMode config field.

New Contributors

Full Changelog: v1.22.0...v1.23.0

v1.22.0

07 Mar 16:34
v1.22.0
9af2c92
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.21.0...v1.22.0

v1.21.0

03 Mar 19:30
v1.21.0
11287d3
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @u-kai made their first contribution in #192
  • Update dd-trace-go and Go to fix content-length error by @purple4reina in https

Full Changelog: v1.20.0...v1.21.0

v1.20.0

11 Nov 20:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.19.0...v1.20.0

v1.19.0

10 Jul 16:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.18.0...v1.19.0

v1.18.0

20 Jun 18:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.17.0...v1.18.0

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)