Skip to content

1.0.1

Compare
Choose a tag to compare
@stevehu stevehu released this 30 Oct 12:03
· 2368 commits to master since this release

1.0.1 - 2016-10-30

Added

  • Sanitizer middleware to handle cross site scripting on header and body of request.
  • Health endpoint to indicate if the server is alive by sending OK.

Changed

  • Update body middleware so that it checks content type and parse the application/json to list or map.
  • Update Validator middleware to handle body as object or string
  • Move info to package info instead of audit
  • Upgrade undertow to 1.4.4-Final to address patch issue.
  • Update default server.json to bind to 0.0.0.0 instead of localhost for docker