- Fix bad api prefix when using new $default HTTP api stage
5.2.0
- change `api.routes` to list to allow path per methods (e.g you can now add route with the same path but with different methods). - add `app.get` `app.post` route wrapper to add routes - added mypy integration
5.1.1
- Adapt for httpAPI (39, author kylebarron)
5.1.0
- replace ttl by cache-control (32) - allow integer status code (35)