fasthttp v1.18.0 Release Notes
Release Date: 2020-12-09 // over 2 years ago-
- 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)
Previous changes from v1.17.0
-
- π 74bd13a Add ppc64le support (Erik Dubbelboer)
- 00973e5 Don't use %w (Erik Dubbelboer)
- 0οΈβ£ 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)