Releases: DataDog/datadog-lambda-go
Releases · DataDog/datadog-lambda-go
v1.23.0
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.
- This was actually modified in the following commit to be based on the
- 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
- @apiarian-datadog made their first contribution in #199
Full Changelog: v1.22.0...v1.23.0
v1.22.0
What's Changed
- Migrate to aws-xray-sdk-go/v2 by @krzysiek1507 in #194
New Contributors
- Migrate to aws-xray-sdk-go/v2 by @krzysiek1507 in #194
Full Changelog: v1.21.0...v1.22.0
v1.21.0
What's Changed
- Update dd-trace-go and Go to fix content-length error by @purple4reina in #192
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
v1.19.0
What's Changed
- Add possibility to extend tracer options by @peterdeme in #173
New Contributors
- @peterdeme made their first contribution in #173
Full Changelog: v1.18.0...v1.19.0
v1.18.0
What's Changed
- Bump ddtrace version to 1.65.1. by @purple4reina in #172
Full Changelog: v1.17.0...v1.18.0
v1.17.0
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
- @jonsabados made their first contribution in #160
- @dali546 made their first contribution in #171
Full Changelog: v1.16.0...v1.17.0
v1.16.0
What's New
- Using dd-trace-go v1.60.3
- @joeyzhao2018 support env:
DD_TRACE_OTEL_ENABLED
#159
Full change log: v1.15.0...v1.16.0
v1.15.0
What's New
- Using dd-trace-go v1.60.0
- @piochelepiotr internal/trace/listener: Don't override service name #155
- @joeyzhao2018 dependencies updates #157
Full change log: v1.14.0...v1.15.0