fasthttp @ v1.53.0
integrity
- size
- 298.9 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/valyala/fasthttp
release notes
What's Changed
- chore(deps): bump securego/gosec from 2.18.2 to 2.19.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1720
- adaptor ResponseWriter - adding Hijack method and pass proper fields by @gilwo in https://github.com/valyala/fasthttp/pull/1525
- Remove unnecessary build tag go1.21 by @alexandear in https://github.com/valyala/fasthttp/pull/1721
- Upgrade golangci-lint to v1.56.2; fix gocritic issues by @alexandear in https://github.com/valyala/fasthttp/pull/1722
- feat:support zstd compress and uncompressed by @Max-Cheng in https://github.com/valyala/fasthttp/pull/1701
- chore(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1725
- Enable several gocritic checks; resolve identified issues by @alexandear in https://github.com/valyala/fasthttp/pull/1728
- test: remove
//nolint:govetcomments by @alexandear in https://github.com/valyala/fasthttp/pull/1729 - Enable perfsprint linter; fix up lint issues by @alexandear in https://github.com/valyala/fasthttp/pull/1727
- refactor: rename error local variables by @alexandear in https://github.com/valyala/fasthttp/pull/1738
- test: remove redundant error check by @alexandear in https://github.com/valyala/fasthttp/pull/1741
- fix: panic in ParseIPv4 when len(dst) > 4 by @alexandear in https://github.com/valyala/fasthttp/pull/1742
- test: remove panics in client tests by @alexandear in https://github.com/valyala/fasthttp/pull/1747
- chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 by @dependabot in https://github.com/valyala/fasthttp/pull/1748
- add support for CHIPS (Cookies Having Independent Partitioned State) by @gurkan0791 in https://github.com/valyala/fasthttp/pull/1752
- Add macos-14 platform, enable shuffle of unit-tests by @gaby in https://github.com/valyala/fasthttp/pull/1746
- refactor: do not return error as it is always nil by @alexandear in https://github.com/valyala/fasthttp/pull/1759
- fix: propagate body stream error to close function (#1743) by @mdenushev in https://github.com/valyala/fasthttp/pull/1757
- chore(deps): bump golangci/golangci-lint-action from 4 to 5 by @dependabot in https://github.com/valyala/fasthttp/pull/1769
- Don't allow , in host when using Client by @erikdubbelboer in https://github.com/valyala/fasthttp/pull/1761
- Implemented what was described by me in #1766. by @rhabichl in https://github.com/valyala/fasthttp/pull/1767
- feat: add address to tryDial errors by @mdenushev in https://github.com/valyala/fasthttp/pull/1763
- chore(deps): bump golangci/golangci-lint-action from 5 to 6 by @dependabot in https://github.com/valyala/fasthttp/pull/1774
New Contributors
- @gilwo made their first contribution in https://github.com/valyala/fasthttp/pull/1525
- @Max-Cheng made their first contribution in https://github.com/valyala/fasthttp/pull/1701
- @gurkan0791 made their first contribution in https://github.com/valyala/fasthttp/pull/1752
- @mdenushev made their first contribution in https://github.com/valyala/fasthttp/pull/1757
- @rhabichl made their first contribution in https://github.com/valyala/fasthttp/pull/1767
Full Changelog: https://github.com/valyala/fasthttp/compare/v1.52.0...v1.53.0
download
unix · zip
curl -fL -o v1.53.0.zip https://ratatoskr.space/pkg/fasthttp/v1.53.0.zip
printf '%s %s\n' '256f381a591590610ebda7cc520463a324f58f1e6bd73751499b1bc67ec520af' 'v1.53.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fasthttp/v1.53.0.zip"
$out = "v1.53.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "256f381a591590610ebda7cc520463a324f58f1e6bd73751499b1bc67ec520af") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.53.0.tar.gz https://ratatoskr.space/pkg/fasthttp/v1.53.0.tar.gz
printf '%s %s\n' '4a2069f4371373f6e6998604c38f797c10dd4f9b4be39ac9b955859bc0bed73f' 'v1.53.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fasthttp/v1.53.0.tar.gz"
$out = "v1.53.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4a2069f4371373f6e6998604c38f797c10dd4f9b4be39ac9b955859bc0bed73f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.53.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.53.0.zip
printf '%s %s\n' '256f381a591590610ebda7cc520463a324f58f1e6bd73751499b1bc67ec520af' 'v1.53.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.53.0.zip"
$out = "v1.53.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "256f381a591590610ebda7cc520463a324f58f1e6bd73751499b1bc67ec520af") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.53.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.53.0.tar.gz
printf '%s %s\n' '4a2069f4371373f6e6998604c38f797c10dd4f9b4be39ac9b955859bc0bed73f' 'v1.53.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.53.0.tar.gz"
$out = "v1.53.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4a2069f4371373f6e6998604c38f797c10dd4f9b4be39ac9b955859bc0bed73f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.53.0.zip | zip | 302.3 KiB |
blake3-24 e604712ee924560b6f7fb06a0c03f4cb05c63d29316ab433
sha256 256f381a591590610ebda7cc520463a324f58f1e6bd73751499b1bc67ec520af
sha1 dcf888bd830f5fb46d9176f4223fbe05cd89458f
|
| v1.53.0.tar.gz | tar.gz | 247.4 KiB |
blake3-24 f4ed789c81c4cad07216c68c85a8fc6cd32a489fa227e798
sha256 4a2069f4371373f6e6998604c38f797c10dd4f9b4be39ac9b955859bc0bed73f
sha1 3446acefd77dbc3e91e545d566f1e92d7a33d59f
|
go module archive
module zip with the module path rewritten to this mirror; fetched by go get through the
GOPROXY route
| artifact | format | size | hashes |
|---|---|---|---|
| v1.53.0.zip | zip | 305.8 KiB |
blake3-24 88d3ad8f634d9609c2649fd6b545c83ff996c006f2df0be8
sha256 f4e61bd109a2fb6a0978beba473a47733d19e666baa488609bdb4ada6ebe385e
sha1 37dca4381f96924462cc757962072393fd221fcb
|
install
bazel
http_archive(
name = "fasthttp",
urls = ["https://ratatoskr.space/pkg/fasthttp/v1.53.0.tar.gz"],
integrity = "sha256-SiBp9DcTc/bmmYYEw495fBDdT5tL45rJuVWFm8C+1z8=",
strip_prefix = "fasthttp-v1.53.0",
)
zig
.url = "https://ratatoskr.space/pkg/fasthttp/v1.53.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fasthttp@v1.53.0
install via yggdrasil mesh
bazel
http_archive(
name = "fasthttp",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.53.0.tar.gz"],
integrity = "sha256-SiBp9DcTc/bmmYYEw495fBDdT5tL45rJuVWFm8C+1z8=",
strip_prefix = "fasthttp-v1.53.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp/v1.53.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fasthttp@v1.53.0