๐ฅ New
- ctx.IsChild()
A method to determine if the current process is a result of Prefork and defines as a child process, this method can be useful when Prefork is enabled. #575 @Fenny
๐งน Updates
- Response headers are not reset when ErrorHandler is triggered #562 #566 @Fenny
- Publish AWS Lambda proxy #536 @Fenny @kiyonlin
- Improve JSON response #583 @kiyonlin
- Clarify signatures in code comments where is due #570 @Fenny
- Improve
path.go
coverage #568 @kiyonlin - Improve MethodNotAllowed process #563 @ReneWerner87
- Improve middleware coverage #558 @kiyonlin
- Improve
ctx.Send
&ctx.SendBytes
performance #567 @kiyonlin
๐ฉน Fixes
- Escape
ctx.Attachment()
input #579 @Fenny @boolooper @abdshaleh - Respond with 405 when middleware is used #556 @Fenny @kiyonlin @ReneWerner87
- Fix incorrect static example in readme #573 @Fenny