Skip to content

Releases: snok/asgi-correlation-id

v1.1.3

Choose a tag to compare

@sondrelg sondrelg released this 21 Mar 09:16

Fixes

Fix bug where headers would get overwritten by the middleware (#25). Thanks @lakshaythareja and @uncovor 👏

v1.1.2

Choose a tag to compare

@sondrelg sondrelg released this 30 Nov 23:46

Fix log filter max uuid-length issue cropping incoming valid UUIDs to 32/36 chars (#14). Thanks @matusvalo 👏

v1.1.1

Choose a tag to compare

@sondrelg sondrelg released this 20 Nov 16:01
501569a

Adds py.typed (#9)

v1.1.0

Choose a tag to compare

@sondrelg sondrelg released this 09 Nov 08:00
e8a24b5

Make the middleware compatible with Python ^3.6.1 (#4)

v1.0.1

Choose a tag to compare

@sondrelg sondrelg released this 02 Nov 15:33

Fixed an issue where extension imports were causing middleware to break when extension libraries weren't installed.

v1.0.0

Choose a tag to compare

@sondrelg sondrelg released this 01 Nov 22:50

Initial release