Skip to content

Releases: somehowchris/rocket-validation

Update to rocket 0.5.0 + correct http status code 422

13 Feb 17:51
504302d
Compare
Choose a tag to compare

Thanks to @kije for pointing out the breaking changes in rocket and to @huangjj27 for pointing out that the status code 422 exists and implementing the needed changes

The HyperText Transfer Protocol (HTTP) 422 Unprocessable Content response status code indicates that the server understands the content type of the request entity, and the syntax of the request entity is correct, but it was unable to process the contained instructions.

v0.1.2 - update validator and rocket dependencies

28 Jul 16:32
0.1.2
8cb2d8e
Compare
Choose a tag to compare

v0.1.0 - Initial Release

20 Mar 10:16
Compare
Choose a tag to compare
Update README.md