Skip to content

Releases: valyala/fasthttp

v1.55.0

17 Jun 12:38
b06f4e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.54.0...v1.55.0

v1.54.0

22 May 16:15
ee34656
Compare
Choose a tag to compare

What's Changed

  • fs: fix GenerateIndexPages when DirFS or embed.FS is used by @efectn in #1778
  • fs: fix openIndexFile when dirPath is empty string by @efectn in #1779

Full Changelog: v1.53.0...1.54.0

v1.53.0

14 May 09:40
8f5b927
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.52.0...v1.53.0

v1.52.0

12 Feb 13:41
bce5766
Compare
Choose a tag to compare

What's Changed

Minor backwards incompatible changes

These changes are only backwards incompatible if you are sending bad requests.

New features

Other

New Contributors

Full Changelog: v1.51.0...v1.52.0

v1.51.0

14 Nov 11:29
8ecfc98
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.50.0...v1.51.0

v1.50.0

14 Sep 12:28
8cc5539
Compare
Choose a tag to compare
  • 8cc5539 Fix various request timeout issues (Erik Dubbelboer)
  • 34e7da1 Allow connection close for custom streams (#1603) (Armin Becher)
  • 8236f8d fasthttpproxy: fix doc examples (Oleksandr Redko)
  • 4ec5c5a docs: fix typos in comments and tests (Oleksandr Redko)
  • 9aa666e Enable gocritic linter; fix lint issues (#1612) (Oleksandr Redko)

v1.49.0

28 Aug 12:43
0e99e64
Compare
Choose a tag to compare
  • 0e99e64 Update golangci-lint and gosec (#1609) (Erik Dubbelboer)
  • 6aea1e0 fix round2_32, split round2 tests because they depend on sizeof int at compile time (#1607) (Duncan Overbruck)
  • 4b0e6c7 Update ErrNoMultipartForm (Erik Dubbelboer)
  • 727021a Update security policy (Erik Dubbelboer)
  • 54fdc7a Abstracts the RoundTripper interface and provides a default implement (#1602) (Tim)
  • e181af1 fasthttpproxy support ipv6 (#1597) (Pluto)
  • 6eb2249 fix:fasthttp server with tlsConfig (#1595) (Zhang Xiaopei)
  • 1c85d43 Fix round2 (Erik Dubbelboer)
  • 064124e Avoid nolint:errcheck in header tests (#1589) (Oleksandr Redko)
  • 0d0bbfe Auto add 'Vary' header after compression (#1585) (AutumnSun)
  • d229959 Remove unnecessary indent blocks (#1586) (Oleksandr Redko)
  • 6b68042 Use timeout in TCPDialer to resolveTCPAddrs (#1582) (un000)

v1.48.0

20 Jun 08:17
ffdf59d
Compare
Choose a tag to compare
  • ffdf59d Enable gofumpt linter; format code gofumpt -w . (#1576) (Oleksandr Redko)
  • b79233f add DisableSpecialHeaders option (#1573) (Anthony Ter-Saakov)
  • f0865d4 fs: fix race condition on global map (#1565) (leonklingele)
  • 829f5b2 Don't run test that times out often in parallel (Erik Dubbelboer)
  • e6ce5f0 Remove invalid documentation (Erik Dubbelboer)
  • 9bc8e48 Request timeout settings for the same domain name are reused (#1558) (byte0o)
  • d2f97fc fix the problem: HostClient maybe delete when pendingClientRequests > 0 (#1562) (Zhengkai Wang)
  • 7ea3b63 add concurrency for client's HostClient map (#1550) (Zhengkai Wang)
  • eaab8ff Refactor by removing unnecessary else block (#1559) (Oleksandr Redko)
  • 1a46e57 update go.sum (#1555) (tyltr)
  • fa72f3c Fix tests (#1552) (Erik Dubbelboer)

v1.47.0

01 May 16:16
1dcf562
Compare
Choose a tag to compare
  • 1dcf562 test: refactor to use WriteString (#1546) (Oleksandr Redko)
  • d2f0d17 examples/client: fix error (#1545) (Oleksandr Redko)
  • 00c291b pprofhandler: use bytes.HasPrefix for consistency (#1543) (Oleksandr Redko)
  • 1aac293 test: use ReplaceAll, remove unnecessary else (#1542) (Oleksandr Redko)* 1dcf562 test: refactor to use WriteString (#1546) (Oleksandr Redko)
  • d2f0d17 examples/client: fix error (#1545) (Oleksandr Redko)
  • 00c291b pprofhandler: use bytes.HasPrefix for consistency (#1543) (Oleksandr Redko)
  • 1aac293 test: use ReplaceAll, remove unnecessary else (#1542) (Oleksandr Redko)

v1.46.0

20 Apr 20:30
cdea4fe
Compare
Choose a tag to compare
  • cdea4fe Refactor client's example code (#1539) (Nikolay Vedernikov)
  • 87cb886 client:Fix DoTimeout timeout failure by setting temporary dial (#1535) (kukayiyi)
  • 43cc487 fix: add noDefaultContentType copy (#1538) (kinggo)
  • d76662b Fixed transfer-encoding for empty chunked payload (#1536) (Abe Saiovici)
  • 6b958c2 support response body stream (#1414) (Anthony-Dong)
  • 239cce4 format : update some codes style (#1533) (LeoSun)
  • 5f4899a remove (#1534) (tyltr)
  • d0f2727 get rid of some panics (#1526) (Moritz Poldrack)
  • 5209cc3 optimize:reduce loop (#1532) (tyltr)
  • 0be5a41 test: simplify bytes.Buffer declaration (#1523) (Oleksandr Redko)
  • faf565e GitHub actions/setup-go@v4 (#1520) (Oleksandr Redko)