Release 1.0.3
Added
- Added support to run a component server and handle a single request
where the payload is send from the CLI in a JSON file (#72).
Changed
- Logging was changed to use byte strings without encoding them first.
HttpActionSchema.get_method()
now returns method names in lower case.
Fixed
- Engine variables now works with request and response middlewares.