Release 5.5.6
Added
CONTENT_TYPE_TO_EXTENSIONS
constant inhelpers
module, by @HardNorth
Fixed
- Issue #228: AttributeError on very large request, by @HardNorth
Changed
helpers.gen_attributes
now acceptsIterable[str]
argument instead ofList[str]
, by @HardNorth