Skip to content

0.50.1

Choose a tag to compare

@Kyle-Verhoog Kyle-Verhoog released this 19 Jul 19:20
· 5 commits to 0.50 since this release
465edcd

Release Notes

0.50.1

Bug Fixes

  • Fix pymongo 3.12.0+ spans not being generated.
  • Fix a possible NoneType error in the WSGI middleware start_response method.
  • Fixed JSON encoding errors in the pytest plugin for parameterized tests with complex Python object parameters.
    The pytest plugin now defaults to encoding the string representations of non-JSON serializable test parameters.