What's Changed
⚠️ Container Images
A change was made a while ago in our documentation which requires to update which artifacts are copied from our datadog/lambda-extension
image. Ensure you modify it from the previous instrumentation to the new one. Starting v61
this is required to get your instrumentation working properly.
Expected:
# now
COPY --from=public.ecr.aws/datadog/lambda-extension:<TAG> /opt/. /opt/
Previous:
# previous
COPY --from=public.ecr.aws/datadog/lambda-extension:<TAG> /opt/extensions/ /opt/extensions
Datadog Agent:
- feat(serverless): temporary set dogstatsd socket to empty DataDog/datadog-agent@a5c3d2b
Rust:
- fix(bottlecap): remove log that might confuse customers by @duncanista in #333
- fix: image builder agent resolution by @duncanista in #332
- fix dogstatsd multiline by @alexgallotta in #335
- chore(bottlecap): add cold start environment variables by @duncanista in #337
Full Changelog: v61...v62