Skip to content

Releases: valyala/fasthttp

v1.25.0

20 May 08:04
fa3e5d8
Compare
Choose a tag to compare
  • fa3e5d8 Run test with go 1.16.X (#1028) (Sergio Andrés Virviescas Santana)
  • ffa0cab Use proper content-type when it is not present (#1023) (MoreFreeze)
  • 04cde74 feature: add ConvertRequest func (#1024) (Nícolas Barbosa)
  • 5898006 Upgrade dependencies and tidy (#1029) (Sergio Andrés Virviescas Santana)
  • 097fa05 Fix ignoreBody still set content length (#1022) (MoreFreeze)
  • b2f111b Fix(adaptor): Fixed an issue where the adapter did not convert all (#1021) (Juan Chan)
  • 19fcd40 Fix chunked streaming (#1015) (Roman Khimov)

v1.24.0

28 Apr 13:03
620f0c8
Compare
Choose a tag to compare
  • 620f0c8 Add option for middleware to set custom remote address (#1009) (Lauris BH)
  • 894272e Fix golangci-lint action (#1010) (Lauris BH)

v1.23.0

29 Mar 11:50
2a6f7db
Compare
Choose a tag to compare
  • 2a6f7db Adding support for securing error logs (#1001) (Daniel Firsht)
  • e61c9d5 Improve Client/HostClient pooling when many HostClient structs created and removed during program execution (#1000) (Mikhail Faraponov)
  • a583006 Use bytes.IndexByte instead of bytes.Index for single byte lookup (#999) (Mike Faraponov)
  • 860c345 Fix unexpected panic when calling Do of a PipelineClient (#997) (blanet)
  • 0cd7349 ImmediateHeaderFlush when no body (#995) (Vladimir Shteinman)
  • 02e0722 Add PipelineClient name (#994) (kiyon)
  • 1a7995b format err info (#989) (peakle)
  • f40ea7e Improve socks proxy (#990) (kiyon)
  • 34fa9a6 Add DisableHeaderNamesNormalizing to PipelineClient (#991) (kiyon)

v1.22.0

01 Mar 09:53
Compare
Choose a tag to compare
  • 4637395 Update deps (Erik Dubbelboer)
  • c3cd5e1 Export HostClient.connsCount (#981) (kiyon)
  • a4b0703 Implemented DisablePathNormalizing in PipelineClient (#977) (Seva Maltsev)
  • 0880335 Update compress.go (#978) (Mike Faraponov)
  • e7294d2 Update client.go (#979) (Mike Faraponov)
  • 62dfc52 Fix Client ms cleaner (#975) (kiyon)

v1.21.0

17 Feb 08:48
3cd0862
Compare
Choose a tag to compare
  • 3cd0862 Streaming fixes (#970) (Erik Dubbelboer)
  • 1b61ca2 Added Protocol() as a replacement of hardcoded strHTTP11 (#969) (Darío)
  • 52a8ab6 fix s2b go vet warning (#967) (ZhangYunHao)

v1.20.0

08 Feb 08:47
a88030b
Compare
Choose a tag to compare
  • a88030b fix gracefilly shutdown bug, issue #958 (#960) (AlphaBaby)
  • 1494fdc Fix clientGetURLDeadline (Erik Dubbelboer)
  • 0956208 Add request body streaming. Fixes #622 (#911) (Kirill Danshin)
  • fbe6a2d Add fasthttp.GenerateTestCertificate and use in tests (Erik Dubbelboer)
  • 838d3ab Allow concurrent ServeTLS (Erik Dubbelboer)
  • 3cec26d Allow stopping FS handler cleanup gorountine (#942) (Erik Dubbelboer)
  • ed1cedd Fix race condition in Client.DoTimeout (Erik Dubbelboer)
  • 5661df8 Improve documentation about DelClientCookie which related with #951. (#956) (kiyon)
  • b4b40e9 Do not start connsCleaner on SetConnectionClosed requests. (#950) (Mike Faraponov)
  • 70e00dc Ignore empty Transfer-Encoding headers (Erik Dubbelboer)

v1.19.0

04 Jan 10:02
6234776
Compare
Choose a tag to compare
  • 6234776 Use QueryString while constructing RequestURI instead of QueryArgs if parsedQueryArgs is set to false (#937) (anshul-jain-aws)
  • 245e7ec CloseIdleConnections should also close TLS connections (Erik Dubbelboer)
  • bd35133 Always set Keepalive options (Erik Dubbelboer)
  • 4e63057 Make argsKV more predictable (Erik Dubbelboer)

v1.18.0

09 Dec 16:02
d0dfbd4
Compare
Choose a tag to compare
  • d0dfbd4 fix issue #875 (#909) (Kirill Danshin)
  • ec4aa43 (header) do case insensitive lookup of cookie header value (#925) (Daniel Kürner)
  • f710c2d Fixing deletion of headers/queryargs having multiple values. (#918) (anshul-jain-aws)
  • cb0aaaa Improve round2 performance (#914) (kiyon)
  • c2542e5 add nil check for LocalAddr (#907) (Shohi Wang)
  • 30aa43e Adding Power support(ppc64le) with continuous integration/testing to the project for architecture independent (#903) (asellappen)
  • df87e70 Fix race condition in TestCloseIdleConnections (Erik Dubbelboer)

v1.17.0

05 Nov 08:33
Compare
Choose a tag to compare
  • 74bd13a Add ppc64le support (Erik Dubbelboer)
  • 00973e5 Don't use %w (Erik Dubbelboer)
  • d7752d2 fixed default schema for for req url (#897) (Maxim Korolyov)
  • ce7b94f Add Request.SetBodyRaw (Erik Dubbelboer)
  • d71fc6c Ignore *.fasthttp.br files from tests (Erik Dubbelboer)
  • 9697ccb Added httpproxy v2 (#889) (Maxim Korolyov)
  • 9ed328c remove unnecessary type conversion (#890) (Mohammad Alian)
  • 4eac1ae Added proxy from env support (#885) (Maxim Korolyov)
  • 56775f4 tryDial timeout (#881) (Vitali Pikulik)
  • 805af0e Brotli support in FS handler. (#880) (hex0x00)
  • ae8b65f Add Client.CloseIdleConnections() (Erik Dubbelboer)
  • aa3f96c Git commit fix URI parse for urls like host.dm?some/path/to/file (#866) (Vitali Pikulik)

v1.16.0

17 Aug 10:14
Compare
Choose a tag to compare
  • 434c48b Travis doesn't seem to support tip anymore (Erik Dubbelboer)
  • 12aba62 Change CI to use Go 1.15 (Erik Dubbelboer)
  • 01acd76 Allow TimeoutHandler connections to be kept alive (#864) (Erik Dubbelboer)
  • a995d43 Add EnableNormalizing to RequestHeader and ResponseHeader (Erik Dubbelboer)
  • cc8ba4b Add a api DisableNoDefaultContentType to disable add default content type. (#859) (sky)
  • 2509c12 improve statusLine and StatusMessage by using slice instead of map (#855) (kiyon)
  • a7c7ef2 Fix comment typo (So-chiru)
  • 34a61fe Update linting (#851) (Erik Dubbelboer)