You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Special thanks to @kiyonlin, @ReneWerner87, @thomasvvugt for their input behind the scenes!
And I want to thank all the contributors for their awesome work, this community is amazing! β€οΈ
Special thanks to @kiyonlin, @ReneWerner87, @thomasvvugt for their input behind the scenes!
And I want to thank all the contributors for their awesome work, this community is amazing! β€οΈ
β Deprecated
app.Routes()
will no longer be supported, to access routes from the stack, please use app.Stack()Name
is removed from the Route struct, did had no more purpose after we decided to compress our router stack in π compress same route's handler and sort routes when registeringΒ #651π₯ New
QueryParser is a method to parse query parameters into a struct.
TimeFormat
tomiddleware.Logger
π₯ Add logger middleware time zone supportΒ #652 β² Optimize time zone supportΒ #654 @kallydev @Fennyπ§Ή Updates
v1.15.1
-- π¦ Bump fasthttp v1.15.1Β #620 @Fennytcp4
ortcp6
depending on the address input -- π Detect TCP protcol based on AddrΒ #633 @FennyCores
toThreads
-- π Cores should be ThreadsΒ #632 @Fenny-prefork
flag is removed -- use prefork child envΒ #580 @kiyonlinmethod
,status
are supported by default inmiddleware.Logger()
-- π Logger colorationΒ #565 π Fix reset color in LoggerΒ #607 Fix: #565 π Add coloration in logger middlewareΒ #586 @YuilTripathee @Fennyπ Improvements
97.5%
-- @kiyonlinπ©Ή Fixes
PPID
->PID
for master process -- Ppid2pidΒ #582 @kiyonlinBodyParser
not passing content-types with invalid charsets π§ Allow missing space in Content-Type's using BodyParserΒ #655 π BodyParser doesn't detect chartset content-types without spacesΒ #650 @ReneWerner87 @FennyThe text was updated successfully, but these errors were encountered: