There was an error while loading. Please reload this page.
a53e851
Fixes
Fix bug where headers would get overwritten by the middleware (#25). Thanks @lakshaythareja and @uncovor 👏
6b56731
Fix log filter max uuid-length issue cropping incoming valid UUIDs to 32/36 chars (#14). Thanks @matusvalo 👏
501569a
Adds py.typed (#9)
py.typed
e8a24b5
Make the middleware compatible with Python ^3.6.1 (#4)
^3.6.1
09d0245
Fixed an issue where extension imports were causing middleware to break when extension libraries weren't installed.
7a3db2d
Initial release