Skip to content

Releases: valyala/fasthttp

v1.45.0

15 Mar 14:32
53e376f
Compare
Choose a tag to compare
  • 53e376f Update dependencies (Erik Dubbelboer)
  • b334443 docs: add missing dot to ConvertRequest comment (#1516) (Oleksandr Redko)
  • a281f1d client: HostClient.Do hangs out when ErrConnPoolStrategyNotImpl (#1515) (Oleksandr Redko)
  • 7846101 client: fix Do hangs when configure host client fails (#1514) (Oleksandr Redko)
  • 9c0e39f Fix proxy auth bug (Erik Dubbelboer)
  • a9d57a9 client: remove unused go:build comment (#1511) (Oleksandr Redko)
  • 498a814 test: fix typos in function, error message, comment (#1512) (Oleksandr Redko)
  • 4ca6994 test: use Fprintf to simplify writing headers (#1510) (Oleksandr Redko)
  • 74a0507 Immediately return ErrTimeout if deadline is already reached. (#1497) (Igor Menshenin)
  • 559d536 Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0 (#1508) (dependabot[bot])
  • 4e8c92b http.go: close form file if copyZeroAlloc fails (#1498) (Oleksandr Redko)
  • 8800d4b Bump golang.org/x/net from 0.0.0-20220906165146-f3363e06e74c to 0.7.0 (#1503) (dependabot[bot])
  • c8d2e0e Bump golang.org/x/text from 0.3.7 to 0.3.8 (#1502) (dependabot[bot])
  • ac631aa fix functiom name (#1505) (cui fliter)
  • 2ab7906 test: bind to localhost instead of all interfaces (#1495) (Oleksandr Redko)
  • b79a03a test: close response body (#1496) (Oleksandr Redko)
  • 9230a3d docs: Deprecate ErrAlreadyServing as never returning (#1491) (Oleksandr Redko)
  • e15a810 docs: fix grammar issues and typos in comments (#1492) (Oleksandr Redko)
  • 5147cec docs: replace links to golang.org with go.dev (#1489) (Oleksandr Redko)
  • 934f04e Refactor golangci-lint config and remove redundant nolints (#1486) (Oleksandr Redko)
  • f84e234 Rename unexported funcs, vars to match common Go (#1488) (Oleksandr Redko)
  • f111c7e Add missing fasthttp prefix in example usage (#1487) (Oleksandr Redko)
  • 8dcbc41 test: use T.TempDir instead of MkdirTemp (#1485) (Oleksandr Redko)
  • c0c5f9c doc,test: correct typos (#1484) (Oleksandr Redko)
  • b0fe6f0 optimized b2s function (#1483) (orangesobeautiful)
  • 2e81dca update compress modulule, drop 1.16 (#1482) (M. Efe Çetin)
  • 9d5a7bf Add support for Go 1.20 (#1481) (Erik Dubbelboer)
  • b2e66a5 docs: add http2curl (#1480) (kinggo)
  • 776a4c7 fix: modify normalizePath (#1478) (kinggo)
  • eef368e clear dst bodyRaw before copy (#1476) (tyltr)
  • e87f84c fix: CopyTo doesn't copy bodyraw deeply (#1471) (kinggo)

v1.44.0

10 Jan 14:40
fc2d704
Compare
Choose a tag to compare
  • fc2d704 chore: Update README.md (#1470) (Aadithya V)
  • 2a00c86 Github actions/checkout@v3 (Erik Dubbelboer)
  • 434022b server.go Simplify default Server name logic (#1467) (Sergey Ponomarev)
  • 51048b0 client.go Simplify default UA logic (#1466) (Sergey Ponomarev)
  • e46afc3 fix: client may remove hostclient incorrectly (#1461) (Xuran)
  • 9b4a7e5 fix http2 adapter (#1457) (Shawn)
  • c637221 optimize: allow http head when use getonly (#1456) (kinggo)
  • b788e66 feat: support custom formvalue function (#1453) (kinggo)
  • 2a572e0 doc: optimize the comment of the Request.Done method (#1454) (kinggo)
  • f6aac90 Fixed an error caused of character when @ > 1 during proxy authentication (#1452) (Amzza0x00)
  • 951f5a1 add optional simulated addresses to pipeconn and inmemorylistener (#1449) (Tobias Krischer)

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)