# AWS Commercial
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Extension:92
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Extension-FIPS:92
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Extension-ARM:92
arn:aws:lambda:<AWS_REGION>:464622532012:layer:Datadog-Extension-ARM-FIPS:92
# AWS GovCloud
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Extension:92
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Extension-FIPS:92
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Extension-ARM:92
arn:aws-us-gov:lambda:us-gov-<AWS_REGION>:002406178527:layer:Datadog-Extension-ARM-FIPS:92What's Changed
Major Features
- [SVLS-8366] feat: Add ap-east-2 and ap-southeast-6 to release config by @lym953 in #1001
- [APMSVLS-197] Add check to extract trace context present within event.request.headers by @Dogbu-cyber in #1011
Major Fixes
- fix: lowercase DD_SERVICE on processors by @duncanista in #1013
- avoid setting cold start on managed instances mode by @duncanista in #1008
- [SVLS-8150] fix(config): ensure logs intake URL is correctly prefixed by @shreyamalpani in #1021
- publish image to correct repos by @jchrostek-dd in #1022
- fix(vuln): cargo update by @duncanista in #1014
- fix(logs): format log level into correct status by @duncanista in #1036
- fix(deps): upgrade libdatadog by @duncanista in #1039
- fix: pin rustls-native-certs to <0.8.3 by @duncanista in #1047
Minor Fixes
- ci: Migrate docker in docker arm64 runner to microVM by @campaigner-prod[bot] in #1002
- build(deps): bump styfle/cancel-workflow-action from 0.12.1 to 0.13.0 by @dependabot[bot] in #998
- build(deps): bump anchore/scan-action from 7.2.3 to 7.3.0 by @dependabot[bot] in #1003
- update CODEOWNERS by @duncanista in #1004
- build(deps): bump actions/checkout from 6.0.0 to 6.0.2 by @dependabot[bot] in #1005
- chore: Fix cargo-audit error by @lym953 in #992
- ci: Migrate docker in docker arm64 runner tag by @campaigner-prod[bot] in #1012
- build(deps): bump anchore/scan-action from 7.3.0 to 7.3.1 by @dependabot[bot] in #1010
- build(deps): bump anchore/scan-action from 7.3.1 to 7.3.2 by @dependabot[bot] in #1019
- docs: remove reference to code and docs being in different repos by @egracer in #1017
- chore(flushing): refactor flushing by @duncanista in #1016
- chore(flushing): standardize code with refactoring on some flushers and retries by @duncanista in #1018
- build(deps): bump aquasecurity/trivy-action from 0.33.1 to 0.34.0 by @dependabot[bot] in #1032
- DEPENDENCY UPGRADE: patch: opentelemetry-api, opentelemetry-exporter-otlp-proto-http, opentelemetry-sdk [integration-tests/lambda] by @campaigner-prod[bot] in #1026
- EOL DEPENDENCY UPGRADE: minor upgrades — 5 packages (minor: 5) [integration-tests/lambda] by @campaigner-prod[bot] in #1027
- DEPENDENCY UPGRADE: minor upgrades — 7 packages (minor: 4 · patch: 3) [integration-tests] by @campaigner-prod[bot] in #1031
- chore(deps): upgrade dogstatsd by @duncanista in #1020
- chore(deps): upgrade rust to v1.93.1 by @duncanista in #1034
- upgrade time@0.3.47 by @duncanista in #1035
- fix(logs): stop logging payload on debug by @duncanista in #1037
- chore: bump extension version to 93-next by @litianningdatadog in #1038
- build(deps): bump aquasecurity/trivy-action from 0.34.0 to 0.34.1 by @dependabot[bot] in #1040
- perf(logger): replace serde_json::json! with zero-allocation write! in logger by @litianningdatadog in #1042
- perf(deps): bump opentelemetry-proto to 0.30.0 and tonic-types to 0.13 by @litianningdatadog in #1043
New Contributors
- @campaigner-prod[bot] made their first contribution in #1002
- @egracer made their first contribution in #1017
- @Dogbu-cyber made their first contribution in #1011
Full Changelog: v92...v93