All Versions
23
Latest Version
Avg Release Cycle
35 days
Latest Release
1570 days ago

Changelog History
Page 2

  • v1.10.0 Changes

    April 16, 2020
    • πŸ”§ db18810 Add configuration to not pre-parse multipart form data (#778) (Markmerc)
    • πŸ›  402e095 Fixed case when no hijacker is added but no-response is true (#772) (DarΓ­o)
    • ea20759 Add third-party framework to README (#774) (Vic ShΓ³stak)
    • a1cfe58 Added fastws (alphabetically) to related projects (#770) (DarΓ­o)
    • πŸ†“ 70b1d3b feat: make client to wait when no free connections (#764) (Daniel Qian)
    • 0ba26f7 Don't retry requests with a BodyStream (Erik Dubbelboer)
    • 75c6008 client: Implement DoRedirects (#765) (TomΓ‘s Senart)
    • 38aa88a Make the prefork mode more robust (#755) (Andy Pan)
    • πŸ”’ 0b93308 Resolve the security issue of GoSec (#762) (Andy Pan)
    • 0️⃣ b71c8c5 Add support for NoDefaultDate option that excludes the sending of the Date header (#758) (phuslu)
    • 11e8301 Add LocalAddr to TCPDialer (Erik Dubbelboer)
    • πŸ”’ 695f713 feat: workflow to verify security using GoSec (#747) (RENAN.BASTOS)
    • βœ… b9d2e96 Run tests on 1.14 (Erik Dubbelboer)
    • 76b74e3 Don't send the fragment/hash/# part of a URL to the server (Erik Dubbelboer)
    • aa96a47 Add prefork utility (#741) (Sergio AndrΓ©s Virviescas Santana)
    • 021c821 Fix NetHTTPServerGet benchmarks (Erik Dubbelboer)
    • b8803fe increase correctness of open conn count (#738) (Forest Gagnon)
  • v1.9.0 Changes

    February 04, 2020
    • ⏱ 69d5c37 Client should return ErrTimeout on timeout (#736) (Erik Dubbelboer)
    • 38e068a Fix XHR Typo (#735) (Fenny)
    • πŸ‘ b0102c9 Support calling Serve multiple times on a Server (#731) (Erik Dubbelboer)
  • v1.8.0 Changes

    January 12, 2020
    • 03813ae Fix TCPDialer is not setting ZoneID (Erik Dubbelboer)
    • 59b28fe Resolve code issues from goreportcard.com (#725) (Andy Pan)
    • 8d8443d Forward context in fasthttpadaptor (#720) (Lovro MaΕΎgon)
    • ⏱ 16c53d6 Set StatusRequestTimeout when net timeout error occurred (#713) (谷月轩)
  • v1.7.1 Changes

    December 30, 2019
    • 958ed36 Allow no response to be send when a connection is hijacked (#712) (Erik Dubbelboer)
    • ⚑️ 0724b3e Update LICENSE formatting (Erik Dubbelboer)
  • v1.7.0 Changes

    December 18, 2019
    • πŸ“œ 415e5fc Fix panic in header parser (Erik Dubbelboer)
    • πŸ“œ fd55658 Improve multiline header parsing (#708) (Erik Dubbelboer)
    • πŸ‘ 6a8a72a add extra checking of header buffer, to support multi line header value (#123) (#688) (tedli)
    • a266a92 Only show master branch on travis-ci (Erik Dubbelboer)
    • πŸ“œ 6cccaeb Fix parsing relative URLs starting with // (#702) (Erik Dubbelboer)
    • 39dd104 Allow a body for GET requests (#703) (Erik Dubbelboer)
    • bc5b479 Custom LookupIPAddr function (#699) (Nikolay Markov)
    • 32de06d Don't start a goroutine when not needed (Erik Dubbelboer)
    • πŸ‘• 32793db Run golangci-lint using a Github Action (Erik Dubbelboer)
    • 5f66658 Add Client.MaxConnDuration (Erik Dubbelboer)
    • 3fb2eba Ability to pass custom DNS resolver to TCPDialer (#689) (Nikolay Markov)
    • 70223a1 Recover from panic in body write (#687) (Vladimir Shteinman)
    • 87c4546 Add a badge for showing projects that use fasthttp (#685) (Andy Pan)
  • v1.6.0 Changes

    October 28, 2019
    • ⚑️ 4489df8 Update "TechEmpower Benchmark" from round 12 to round 18 (#683) (Andy Pan)
    • πŸ‘· 9f11af2 Make several optimizations to worker pool (#680) (Andy Pan)
    • 🌲 f82a646 Requests with incomplete bodies no longer cause log noise (#682) (Kevin Burns)
    • 9bc6da1 fix: when multipartform no data,FormValue do not panic (#677) (alexDango)
    • 707b1c1 Format errors (#679) (ZhangYunHao)
    • 18c619f fasthttputil: add errInmemoryListenerClosed (#678) (ZhangYunHao)
    • bf98e3b Use least total connections instead of round robin for lbclient (#673) (Erik Dubbelboer)
    • βœ… ec2e396 Don't run TestClientNilResp in parallel (Erik Dubbelboer)
    • βœ… d428e1b Fix race condition in tests, fix URI bug (Erik Dubbelboer)
    • βœ… c3d82ca Speed up testing by running tests in parallel (Erik Dubbelboer)
    • 352ec7c Use Fatal instead of Fatalf when no formatting used (Erik Dubbelboer)
    • 9dbe5fc Don't allow spaces in request header keys (Erik Dubbelboer)
    • 4ebe993 Document PipeConns not being safe for concurrent use (Erik Dubbelboer)
    • 044d35e fix 664 (#674) (rogercarter1)
    • ffcdb75 Allow client to disable path normalization (#672) (Ian Leue)
    • 🚚 af531ad Move comment to now show up on godoc (Erik Dubbelboer)
    • 28af1f1 Fix previous commit (Erik Dubbelboer)
    • πŸ”¨ 5038ebc Refactoring to reuse response status codes (#666) (Vendin)
    • b1ca43f Use 'go generate' in bytesconv.go (#663) (ZhangYunHao)
    • 97d51fb go fmt ./... (Erik Dubbelboer)
    • βœ… e6a8bcf Add go version to go.mod, test with 1.13.1 (Erik Dubbelboer)
    • 1d6a7e0 The Authorization header should include the Basic keyword (Erik Dubbelboer)
    • 0️⃣ dc9b54d Precompute default regexp (#662) (Oleg Kovalov)
    • be93fbd Add lowerhex (ZYunH)
    • 79bd450 Use 0xf instead of 15 (ZYunH)
    • 91138ee Replace int2hexbyte with uppercase (ZYunH)
    • 9bc19f8 Replace hexCharUpeer with upperhex (#657) (ZYunH)
    • ⚑️ d644da4 Update README.md (Kirill Danshin)
    • ae42116 Improve appendQuotedPath and AppendQuotedArg (#654) (ZYunH)
    • ee84500 Added option to disable path normalization (#649) (Daniel Firsht)
    • ⚑️ c6037ab Update fuzzit (Erik Dubbelboer)
  • v1.5.0 Changes

    September 14, 2019
    • πŸ“š 8b0b919 Fix FasthttpSocksDialer documentation (Erik Dubbelboer)
    • b29d896 Fix fuzzit for Go 1.13 (Erik Dubbelboer)
    • βœ… ec83abe Also test with the new Go 1.13 (Erik Dubbelboer)
    • ⚑️ 7e6a4c8 Update dependencies (Erik Dubbelboer)
    • e5e21db Reuse the socks5 dialer (Erik Dubbelboer)
    • 8713335 Fix data race in fasthttputil.pipeConn (#645) (Kazushi Kitaya)
    • 4fa45fa Propagating custom SkipBody value to allow explicitly skip body reading for responses (#647) (Nikolay Markov)
    • 🏁 8ce231e Add stub/wrapper for reuseport.Listen on Windows platforms (#638) (andrewheberle)
    • πŸ‘ 1241ed7 Add fuzzit support (#634) (Erik Dubbelboer)
    • d4833f6 Use ipv6-compliant methodology for joining host port (#640) (Ian Leue)
    • c5413ff A faster s2b function (#637) (ZYunH)
    • ⏱ ce02b85 Add ability to set timeout for handshake (#631) (Mike Faraponov)
    • πŸ‘ 2edabf3 Add support for user:pass in URLs (#614) (Erik Dubbelboer)
    • 0️⃣ 85217e0 Correctly handle NoDefaultContentType without setting an Content-Type value (#628) (Ciprian Dorin Craciun)
    • ⚑️ b97bc32 Update README (#621) (Sergio AndrΓ©s Virviescas Santana)
    • ⚑️ 55ea350 Update README.md (#610) (wencan)
    • πŸ‘ ccaae97 Support {readTimeout,maxBodySize,writeTimeout} per request based on the headers. (#598) (Marcelo Pires)
    • ⏱ a0248ed Fix read timeout with nothing read (Erik Dubbelboer)
  • v1.4.0 Changes

    July 09, 2019
    • 1bd0404 Removing redundant else statement from HeaderCookie (#596) (Dair Aidarkhanov)
    • πŸ‘ 9ba4cef Support SameSite value "None" cookie attribute (#581) (Rem)
    • πŸ‘ 9494955 ADD TimeoutWithCodeHandler support (#589) (losingle)
    • 🍱 d3715c3 ⚑️ Used Headers constants instead raw strings (Maxim Lebedev)
    • 🍱 a4505cb ✨ Added headers keys constants (Maxim Lebedev)
    • f14dea7 Option for immediate header flush (#575) (Erik Dubbelboer)
    • ⚠ 20ea781 Add warning to RequestCtx.Error (Erik Dubbelboer)
    • 1ee3b84 Fix Client.DoTimeout race condition (Erik Dubbelboer)
    • πŸ”’ c754e0f Create SECURITY.md (Kirill Danshin)
  • v1.3.0 Changes

    May 19, 2019
    • πŸ›  3bfa86f Timing fixes (Erik Dubbelboer)
    • βœ… ed16dc0 Fix go test -bench (Erik Dubbelboer)
    • πŸ‘ ea427d2 Fix nil Response support in Do* methods (Erik Dubbelboer)
    • 517df88 added option to keep hijacked connection open (#550) (Kirill Danshin)
    • πŸ‘ 2d52ea9 enable 1.12 support (Kirill Danshin)
    • πŸš€ 64c234a reset request before ctx release; fixes #548 (Kirill Danshin)
    • πŸ‘ 733a650 Support huge read-only []byte response bodies (#477) (Ciprian Dorin Craciun)
  • v1.2.0 Changes

    February 17, 2019
    • βœ… ed3793a add tests for copyto (#545) (xuecai)
    • 🚚 6453619 Remove methods that had been deprecated in 2015 (Erik Dubbelboer)
    • 0558e34 fix context Err() issue (#544) (Tiago Peczenyj)
    • 7ace827 Add Kratgo to related projects (#543) (Sergio AndrΓ©s Virviescas Santana)
    • 10b98c2 add conn's address info in Response (#537) (xuecai)
    • βœ… 61039c9 Add zero allocation guarantee tests (Erik Dubbelboer)
    • 🐎 02b7301 Fix TechEmpower performance degradation (Erik Dubbelboer)
    • e722d81 Fix HostClient.MaxConns (Erik Dubbelboer)
    • 8b58c26 Fix ReduceMemoryUsage (Erik Dubbelboer)
    • 🚚 6647cb2 Remove duplicate check (Erik Dubbelboer)
    • fa7a110 An atomic approach for HostClient.MaxConns (#531) (Okunev Yu Dmitry)
    • 71e7652 SkipBody is propagated to Response copy (#532) (Nikolay Markov)
    • 4554824 Add TCPDialer (Erik Dubbelboer)
    • 627d63d change timer to public api #525 (#527) (xuecai)
    • aaec9b0 Make InmemoryListener.Dial return when the connection is accepted (Erik Dubbelboer)
    • 51532b9 Shutdown close channel returned by RequestCtx.Done (Erik Dubbelboer)
    • 9574c37 Various changes regarding code readibility (#523) (Shulhan)
    • 2f22f20 all: fix typo on comments (Shulhan)
    • 4c53f11 all: pre-allocated slice with possible known size (Shulhan)
    • ⚠ 5de7a83 Add warning to DoTimeout (Erik Dubbelboer)
    • c3ff460 Detect 308 as redirect status code (Erik Dubbelboer)