Skip to content

Releases: piotrb5e3/sanic-validation

0.5.1

14 Jun 13:57
6b06adf
Compare
Choose a tag to compare

Tests:

  • Fixed deprecated use of Sonic() without app name

Docs:

  • Fixed deprecated use of Sonic() without app name
  • Fixed code examples that expected a json body in a GET request

CI:

  • Updated oauth key used for github releases

0.5.0

14 Jun 13:10
8985480
Compare
Choose a tag to compare

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.* and 20.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

27 Apr 14:52
a2ab8fc
Compare
Choose a tag to compare

CI:

  • Test against python 3.7
  • Test against newer sanic releases
  • Automatically create github releases from tags

0.4.3

27 Apr 15:07
34c2a1d
Compare
Choose a tag to compare

CI:

  • Automatically upload new versions to PyPI

0.4.0 (not published to pypi)

27 Apr 15:04
4520ac6
Compare
Choose a tag to compare

New features:

  • Allow custom HTTP status codes for failed validation responses (thanks, @errietta )

0.3.1

26 Jun 10:00
5c35c91
Compare
Choose a tag to compare

Bugfix:

  • Fix function metadata not preserved by decorators

0.3.0

11 Jun 18:47
3f79f8f
Compare
Choose a tag to compare

New features:

  • normalization support
  • improved handling of missing body json in json-validated endpoints

0.2.1

11 Jun 18:48
bc584e3
Compare
Choose a tag to compare

Added separate documentation

0.2.0

11 Jun 20:24
0f2a746
Compare
Choose a tag to compare

New features:

  • Querystring arguments validation