Prelude
Vulnerability Management for Code-level (IAST) is now available in private beta. Use the environment variable DD_IAST_ENABLED=True
to enable this feature.
New Features
- ASM: This introduces support for custom blocking actions of type redirect_request.
- data_streams: Adds public api
set_produce_checkpoint
andset_consume_checkpoint
Bug Fixes
- kafka: Resolves an issue where traced kafka connections were assigned a default timeout of 1 second. The default timeout in Consumer.poll(...) should be None.
- openai: This fix resolves an issue where errors during streamed requests resulted in unfinished spans.