This repository has been archived by the owner on May 9, 2024. It is now read-only.
Releases: eabglobal/minik
Releases · eabglobal/minik
v0.5.0 - Support ALB
- Large refactoring effort to support requests from an ALB (issues/33)
- Introducing a new router to keep track of the route/handler pairs
- Refactoring the requests builders to correctly build a MinikRequest based
on the event type (api_request, or alb_request) - Adding an example to associate a lambda function to an ALB (examples/alb-events)
- Updating documentation.
- Updated the MinikRequest to keep the event received from the lambda function (issues/15).
v0.4.2: Refactoring to use middleware
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)