Skip to content

1.18.7

Choose a tag to compare

@gnufede gnufede released this 26 Oct 14:05
· 4 commits to 1.18 since this release
52a019e

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.