Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

v0.4.2: Refactoring to use middleware

Compare
Choose a tag to compare
@pdiazvargas pdiazvargas released this 24 Apr 13:14
· 13 commits to master since this release
423a714

Notable Changes

  • Large refactoring effort to make minik more flexible (issues/29)

    • Using middleware to build a request for a given event
    • Using middleware to handle server errors
    • Using middleware to handle exceptions
  • Exposing the response object to the view to enable custom headers and
    content-types (issues/10)

  • Adding debug mode to control whether an exception trace should be sent to
    a consumer (issues/24)