New Features
- ASM: One click activation enabled by default using Remote Configuration Management (RCM). Set
DD_REMOTE_CONFIGURATION_ENABLED=false
to disable this feature.
Bug Fixes
- dynamic instrumentation: Remove unnecessary log line from application start up
- botocore: Before this change, the botocore integration stripped newlines from the JSON string encoded in the data blob of Amazon Kinesis records. This change includes a terminating newline if it is present in the decoded data.
- telemetry: This fix resolves an issue when we try to fetch
platform.libc_ver()
on an unsupported system.