Skip to content

1.5.4

Compare
Choose a tag to compare
@mabdinur mabdinur released this 07 Nov 23:15
· 9 commits to 1.5 since this release
98181d8

Bug Fixes

  • ASM: fix a body read problem on some corner case where don't passing the content length makes wsgi.input.read() block.
  • tracing: make ddtrace.context.Context serializable which fixes distributed tracing across processes.
  • django: avoid SynchronousOnlyOperation when failing to retrieve user information.
  • flask: add support for flask v2.3. Remove deprecated usages of flask._app_ctx_stack and flask._request_ctx_stack.