Releases: piotrb5e3/sanic-validation
Releases · piotrb5e3/sanic-validation
0.5.1
0.5.0
Breaking changes:
- Dropped support for
sanic<19.3
- Dropped support for python 3.5
- Validating repeated query args as lists no longer works - only the last provided value is validated
New features:
- Added support for python 3.8
- Added support for sanic
19.12.*
and20.3.*
CI:
- Added sanic
19.9.*
,19.12.*
,20.3.*
versions to the testing matrix - Updated python version used to build docs
0.4.4
0.4.3
0.4.0 (not published to pypi)
New features:
- Allow custom HTTP status codes for failed validation responses (thanks, @errietta )