Bug Fixes
- ASM: fix a body read problem on some corner case where passing empty content length makes wsgi.input.read() blocks.
- Fix an issue that could have caused some tracing integrations to leave the interpreter in an inconsistent state, resulting in the profiler incurring a segmentation fault.
- ASM: This fix resolves an issue where user events spans could be sampled erroneously.
- IAST: This fix resolves an issue where JSON encoder would throw an exception while encoding a tainted dict or list.