New Features
- botocore: Adds support for overriding the default service name in botocore by either setting the environment variable
DD_BOTOCORE_SERVICE
or configuring it via ddtrace.config.botocore["service"]. - Database Monitoring: Adds Database Monitoring (DBM) trace propagation for postgres databases used through Django.
Bug Fixes
- Code Security: Logs warning instead of throwing an exception in the native module if IAST is not enabled by env var.
- redis: This fix resolves an issue in redis utils where a variable may not be declared within a try/catch