- An error handler can now be passed when creating a handler. Any unhandled error will be re-raise when None is passed
2.2.1
**features**
- builds and deploys automatically using travis to pypi and github releases
2.1.0
**bugfixes**
- empty body and queryStringParameters are tolerated
**features**
- query parameters arrays are now supported - array items are tried casted to numbers, defaulted to strings (see last README example) - more tests
2.0.0
**This is not a backwards compatible change.**
**features**
- now json is divided into \[\"json\"\]\[\"body\"\] for post body and \[\"json\"\]\[\"query\"\] for json loaded query params - jsonschema validation gets whole \[\"json\"\] object so remember to change your schemas/code!!!
1.0.1
**This is not a backwards compatible change.**
First OSS release
**features**
- dispatching handler for individual HTTP methods - (optional) jsonschema validation for endpoints - automatic wrapping of responses