Skip to content

Release 1.0.3

Compare
Choose a tag to compare
@jeronimoalbi jeronimoalbi released this 27 Apr 15:20
· 80 commits to master since this release

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.