- Improved router's stability, fixed an issue that might cause potential denial of service. It is recommended to update
- Added apex/log adapter for valyala/fasthttp.Logger
- Linter's fixes
- Basic Auth support via
ctx.Auth()
which returns *gramework.Auth - ctx.BadRequest() introduced
- Supported
GetStringFlag(name string) (value string, ok bool)
- Support of
func(*Context) map[string]interface{}
andfunc() map[string]interface{}
to JSON encoding - Support of
func(*Context) (r map[string]interface{}, err error)
andfunc() (r map[string]interface{}, err error)
if r == nil && err == nil then client receive HTTP/1.1 204 No Content
- Initial release