Bug Fixes
- botocore: Fixes bug that was causing spans to be created when
DD_BOTOCORE_EMPTY_POLL_ENABLED=false
is set andsqs.receiveMessage
andkinesis.getRecords
operations return no records. - CI Visibility: This fix makes the CI Visibility system resilient to RuntimeErrors that can occur between pytest tests with coverage enabled.
- Vulnerability Management for Code-level (IAST): don't patch BytesIO since we don't have any aspects for it.
- Vulnerability Management for Code-level (IAST): Fixes issues derived from AST patching code with type annotations.