Skip to content

Releases: valyala/fasthttp

v1.43.0

28 Nov 10:53
dbf457e
Compare
Choose a tag to compare

v1.42.0

24 Nov 14:07
4995135
Compare
Choose a tag to compare
  • 4995135 feat: add ShutdownWithContext (#1383) (kinggo)
  • 7b3bf58 style: modify typo and remove repeated type conversions (#1437) (kinggo)
  • 8f43443 Wait for the response of pipelineWork in background and return it to pool (#1436) (Andy Pan)
  • c367454 Fix some potential pool leaks (#1433) (Andy Pan)
  • b32a3dd Use time.Until(deadline) instead of -time.Since(deadline) (#1434) (Andy Pan)
  • 8a60232 Assert with *net.TCPConn instead of *net.TCPListener in acceptConn() for TCP sockets (#1432) (Andy Pan)
  • c57a2ce Make sure nothing is nil in tmp slice (#1423) (hs son)
  • f095481 Request.SetTimeout (#1415) (brian-armstrong-discord)
  • c88dd5d fix form empty field error when used with pipe (#1417) (nick9822)
  • a468a7d feat: support mulit/range (#1398) (byene0923)
  • 3963a79 feat: add PeekKeys and PeekTrailerKeys (#1405) (kinggo)
  • eca86de fix: (#1410) (byene0923)
  • e214137 fix: ignore body should not set content-length of streaming (#1406) (byene0923)

v1.41.0

25 Oct 11:36
128e9b3
Compare
Choose a tag to compare

v1.40.0

06 Sep 05:59
2f1e949
Compare
Choose a tag to compare
  • 2f1e949 Improve isTLSAlready check (Erik Dubbelboer)
  • 404c8a8 Chore (#1365) (tyltr)
  • 79ccfff Don't use tls ClientSessionCache (Erik Dubbelboer)
  • 28bec71 Fix "use of closed network connection" error check (Erik Dubbelboer)
  • 3b147b7 Fix(server): reset maxRequestBodySize to the server's config (#1360) (Geralt X Li)
  • af94725 Reduce slice growth in adaptor (#1356) (Qing Moy)

v1.39.0

15 Aug 13:04
ea60524
Compare
Choose a tag to compare
  • ea60524 Add Go 1.19 Support (#1355) (Aoang)
  • a5f448f Improve Client timeout (#1346) (Erik Dubbelboer)
  • 42f83c6 Prevent overflow and panic on large HTTP responses (#1351) (mathew)
  • f3513cc Introduce FS.CompressRoot (#1331) (mojatter)
  • c94be05 use timeout insteadof read/writetimeout when timeout lower than read/… (#1336) (fare83)
  • b23c5e9 Close new connections after 5s in closeIdleConns (Erik Dubbelboer)
  • 5b0cbf2 Fix apparent documentation typo (#1330) (kayos)

v1.38.0

27 Jun 17:17
16d30c4
Compare
Choose a tag to compare
  • 16d30c4 Support AIX SO_REUSEADDR and SO_REUSEPORT (#1328) (zhangyongding)
  • bc24f9d Consolidate TCPKeepalive in server.Serve (#1320) (#1324) (Y.Horie)
  • 8a32089 Add ConnPoolStrategy field to client (#1317) (Thearas)
  • 35aca7b BodyDecoded() for request and responses (#1308) (Sergey Ponomarev)
  • 66cd502 header.go Referer() optimize (#1313) (Sergey Ponomarev)
  • c9f43ea Response.ContentEncoding(): store as field and avoid using Header.SetCanonical() (#1311) (Sergey Ponomarev)
  • de18824 Optimize server connection close logic (#1310) (Sergey Ponomarev)

v1.37.0

17 May 07:08
66bc61e
Compare
Choose a tag to compare
  • 66bc61e Add an option to allow empty root in the fsHandler (#1299) (RW)
  • 9961079 Fix userdata re-use after Remove (Erik Dubbelboer)

v1.36.0

27 Apr 07:19
7cc6f4c
Compare
Choose a tag to compare
  • 7cc6f4c Fix DoTimeout Streaming body bug (Erik Dubbelboer)
  • 9a0b4d0 optimize (#1275) (tyltr)
  • e3d2512 optimize (#1272) (tyltr)
  • b40b5a4 Update tlsClientHandshake (#1263) (Mikhail Faraponov)
  • c7576cc Added Windows support and removed some panics (#1264) (Mauro Leggieri)
  • f0e1be5 add nil check of req.body and resp.body on ReleaseBody (#1266) (zzzzwc)

v1.35.0

05 Apr 15:12
7a5afdd
Compare
Choose a tag to compare
  • 7a5afdd Use %v for errors and %q for strings (#1262) (Erik Dubbelboer)
  • e4a541f support adding/removing clients from LBClient (#1243) (Cam Sweeney)
  • b4152d1 Only set RequestCtx.s once (Erik Dubbelboer)
  • d4c739e State active (#1260) (Erik Dubbelboer)
  • f3bce3a Add Go 1.18 support (#1253) (Aoang)
  • c674263 Fix race conditions in tests (Erik Dubbelboer)
  • 286828e add a test for AppendQuotedArg (#1255) (ZhangYunHao)
  • 2044e1e reduce unnessary type assart (#1254) (tyltr)
  • 3101938 Imporve AppendHTMLEscape fast path (#1249) (ZhangYunHao)
  • d1753f7 bytesconv: add appropriate build tags for s390x (#1250) (Nick Rosbrook)
  • 8f5e51f Add connection pool queuing strategies in HostClient. (#1238) (Y.Horie)
  • f7423e3 Fix AppendHTMLEscape (#1248) (ZhangYunHao)
  • 1a5f2f4 Read response when client closes connection #1232 (#1233) (ArminBTVS)

v1.34.0

07 Mar 15:35
59f94a3
Compare
Choose a tag to compare
  • 59f94a3 Update github.com/klauspost/compress (#1237) (Mikhail Faraponov)
  • 62c15a5 Don't reset RequestCtx.s (#1234) (Erik Dubbelboer)
  • 7670c6e Fix windows tests (#1235) (Erik Dubbelboer)
  • f54ffa1 feature: Keep the memory usage of the service at a stable level (#1216) (Rennbon)
  • 15262ec Warn about unsafe ServeFile usage (#1228) (Erik Dubbelboer)
  • 1116d03 Fix panic while reading invalid trailers (Erik Dubbelboer)
  • 856ca8e Update dependencies (#1230) (Mikhail Faraponov)
  • 6b5bc7b Add windows support to normalizePath (Erik Dubbelboer)
  • f0b0cfe Don't log ErrBadTrailer by default (Erik Dubbelboer)
  • 6937fee fix: (useless check), skip Response body if http method HEAD (#1224) (Pavel Burak)
  • b85d2a2 Fix http proxy behavior (#1221) (Aoang)
  • ad8a07a RequestHeader support set no default ContentType (#1218) (Jack.Ju)
  • c94581c support configure HostClient (#1214) (lin longhjui)
  • 632e222 Client examples (#1208) (Sergey Ponomarev)
  • 6a3cc23 uri_test.go use example.com for clearness (#1212) (Sergey Ponomarev)
  • 9d665e0 Update dependencies (#1204) (Mikhail Faraponov)
  • 8d7953e Fix scheme check for not yet parsed requests (#1203) (ArminBTVS)