1.3.1
Version 1.3.1
Changed 2
- Use StarletteDeprecationWarning instead of DeprecationWarning
- Enforce max_fields and max_part_size limits in FormParser
Fixed 1
- Enforce FormParser limits in parser callbacks
What's Changed
- Use
StarletteDeprecationWarninginstead ofDeprecationWarningby @Kludex in https://github.com/Kludex/starlette/pull/3119 - Enforce
max_fieldsandmax_part_sizeinFormParserby @Kludex in https://github.com/Kludex/starlette/pull/3329 - Enforce
FormParserlimits in parser callbacks by @Kludex in https://github.com/Kludex/starlette/pull/3331
Full Changelog: https://github.com/Kludex/starlette/compare/1.3.0...1.3.1