Skip to content

0.57.2

Compare
Choose a tag to compare
@brettlangdon brettlangdon released this 21 Jan 13:25
· 6 commits to 0.57 since this release
dbbb396

Bug Fixes

  • Fix application crash on startup when using channels >= 3.0.
  • Fix parenting of Redis command spans when using aioredis 1.3. Redis spans should now be correctly attributed as child of any active parent spans.
  • Fixes issue with aioredis when empty pool is not available and execute returns a coroutine instead of a future. When patch tries to add callback for the span using add_done_callback function it crashes because this function is only for futures.
  • Profiler raises a typing error when Span.resource is unicode on Python 2.7.