Releases
v1.1.0
c88be72 add method Sort in args (#505 ) (xuecai)
9793e28 Add test for ConnState (Erik Dubbelboer)
4fb459a fix args empty string be changed to boolen (#502 ) (xuecai)
2f131ba Add RequestHeader.VisitAllInOrder (Erik Dubbelboer)
62dcd6f Support SameSite cookie attribute (#488 ) (Matt Reyer)
caea867 Added method (*Server).GetOpenConnectionsCount() and option DisableSleepWhenConcurrencyLimitsExceeded (#485 ) (Okunev Yu Dmitry)
1d2d99c Add MaxIdemponentCallAttempts to fasthttp.Client (#484 ) (Blless)
5836521 Use case-insensitive header value comparison (Erik Dubbelboer)
8be35c8 cleanup resources (amezghal abdelilah)
a3c314e cleanup (amezghal abdelilah)
8388aaa check cleanup status using atomic (amezghal abdelilah)
92e4256 cleanup resources (amezghal abdelilah)
db09046 cleaup after timeout (amezghal abdelilah)
7b6cfd2 fix potential leak (amezghal abdelilah)
80829ab Make sure to always release resources (amezghal abdelilah)
707bfb8 remove extra space (zhaoxy)
a26bbd1 Remove the set read and write deadline optimization since golang has fixed it golang/go#15133 (comment) (zhaoxy)
8a7123e fix check failed (zhaoxy)
4570d12 avoid empty pointer (川宇)
c7d1f2a reset connection read and write deadline for reuse (川宇)
cd72109 Update server to not release read and write buffers if ReduceMemoryUsage
is not set (Ciprian Dorin Craciun)
f9d5eea Add note about panic
recovery for Server.Handler
(Ciprian Dorin Craciun)
598a522 No error response on keep-alive close (Erik Dubbelboer)
65955d6 Don't reset headers when reading the body fails (Erik Dubbelboer)
efe4585 Make RequestCtx implement context.Context (Erik Dubbelboer)
e9eca1e noCopy didn't implement sync.Locker well. L letter of Unlock must be lower case (dgrr)
8a9bdc8 Fix ParseUint to support all possible numbers (Erik Dubbelboer)
9d6d9b7 fix go vet do not work on noCopy (Jiajun Huang)
e771b6f #457 : allow to rewrite system error response (#458 ) (Berezhnoy Pavel)
fcaab42 Don't retry client requests with ErrBodyTooLarge (Erik Dubbelboer)
63a0b46 Changed hasNextProto name to getNextProto and deleted TODO. (dgrr)
3fb1313 Changed *tls.Conn by extended connTLSer (dgrr)
d37102d Fixed NextProto error caused by non-Handshake call. (dgrr)
8f4c5d5 Change HostClient.pendingRequest to an int32 (Erik Dubbelboer)
6b0a1c5 Added a comment to (*Server).GetCurrentConcurrency() (Dmitry Yu Okunev)
5684318 Fixed race-condition of the method (*Server).GetCurrenctConcurrency() (Dmitry Yu Okunev)
0915d61 Added method (*Server).GetCurrenctConcurrency() (Dmitry Yu Okunev)
aebec40 Only remove a HostClient from Client if it is unused (Erik Dubbelboer)
1925153 Add Client.NoDefaultUserAgentHeader (Erik Dubbelboer)
1b3ac0c Fix Server.ConnState hook #441 (Sigalas Alexandros)
f9004be Bump Go versions and use '.x' to always get latest minor versions (Harald Nordgren)
996610f Schema changes detection with HostClient (Gabriel Pérez S)
afcef43 Add RequestCtx.Conn() method (Erik Dubbelboer)
573be81 Hopefully fix TestShutdownReuse flakiness (Erik Dubbelboer)
63ea2d3 Remove invalid test introduced in #378 (Erik Dubbelboer)
d459e25 Use form headers in WriteMultipartForm (Tommy Chen)
4dfc129 Add RequestHeader.RawHeaders() (Erik Dubbelboer)
8dfc881 Added Server.nextProtos (Erik Dubbelboer)
33b80a5 Add support for named profiles like heap, goroutine, threadcreate, allocs, block, and mutex. (mmta)
You can’t perform that action at this time.