Skip to content

Flask-Parameter-Validation v2.2.0

Compare
Choose a tag to compare
@Ge0rg3 Ge0rg3 released this 16 Nov 11:15
· 100 commits to master since this release

Thanks all for using the library. Below are the changes since the last release.
Features:

Bug fixes:

  • Fix issue where non-JSON payloads would error (commit by Charlie-Mindified)
  • Fix issue where file inputs would fail without length checks (PR by borisowww)
  • Allow list inputs on Query, File and Form (PR by summersz)
  • Fix issue where forms did not have type conversion (PR by summersz)
  • Fix issue where async functions would crash (PR by summersz)