Skip to content

v1.23.0

Latest
Compare
Choose a tag to compare
@apiarian-datadog apiarian-datadog released this 12 May 20:09
· 2 commits to main since this release
503d848

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