gnet @ v2.7.0
integrity
- size
- 187.1 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/panjf2000/gnet/v2
release notes
[!NOTE] In this release, most of the core internal packages used by
gnetare now available outside ofgnet! Check out gnet/pkg for more details.
🚀 Features
- feat: export the core internal packages (#667)
🛩 Enhancements
- opt: renovate the concurrency management of gnet engine (#663)
- opt: eliminate the inuse eventloop.cache for idle connections (#660)
- opt: use worker pool for asynchronous tasks on Windows (#657)
- opt: optimize Conn.Next and Conn.Peek (#654)
📚 Documentation
- feat: export the core internal packages (#667)
🗃 Misc
- chore: rename some parameters (#656)
Full Changelog: https://github.com/panjf2000/gnet/compare/v2.6.0...v2.7.0
Thanks to all these contributors: @panjf2000 for making this release possible.
download
unix · zip
curl -fL -o v2.7.0.zip https://ratatoskr.space/pkg/gnet/v2.7.0.zip
printf '%s %s\n' '9c1a17dc6901cc6460a1fde297c61996ad036d9229e53901902b7b559cb12b54' 'v2.7.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/gnet/v2.7.0.zip"
$out = "v2.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9c1a17dc6901cc6460a1fde297c61996ad036d9229e53901902b7b559cb12b54") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.0.tar.gz https://ratatoskr.space/pkg/gnet/v2.7.0.tar.gz
printf '%s %s\n' '1fd19aa83dbc92d76eb64d3f83e3b8f1d8e52d12f7218056a052015a815ecda5' 'v2.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/gnet/v2.7.0.tar.gz"
$out = "v2.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1fd19aa83dbc92d76eb64d3f83e3b8f1d8e52d12f7218056a052015a815ecda5") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gnet/v2.7.0.zip
printf '%s %s\n' '9c1a17dc6901cc6460a1fde297c61996ad036d9229e53901902b7b559cb12b54' 'v2.7.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gnet/v2.7.0.zip"
$out = "v2.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9c1a17dc6901cc6460a1fde297c61996ad036d9229e53901902b7b559cb12b54") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gnet/v2.7.0.tar.gz
printf '%s %s\n' '1fd19aa83dbc92d76eb64d3f83e3b8f1d8e52d12f7218056a052015a815ecda5' 'v2.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gnet/v2.7.0.tar.gz"
$out = "v2.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1fd19aa83dbc92d76eb64d3f83e3b8f1d8e52d12f7218056a052015a815ecda5") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.0.zip | zip | 186.9 KiB |
blake3-24 6f687862e28d184201553c6bc2d544572667ce5c04eedd09
sha256 9c1a17dc6901cc6460a1fde297c61996ad036d9229e53901902b7b559cb12b54
sha1 adf9c9181dd932bb1d9e29906d35c4f4f8a02b70
|
| v2.7.0.tar.gz | tar.gz | 104.6 KiB |
blake3-24 d9502d86dfc174d6eaba1f26069d948d1f2503cf0c26cda0
sha256 1fd19aa83dbc92d76eb64d3f83e3b8f1d8e52d12f7218056a052015a815ecda5
sha1 d4dec2ecbdfd06b18820c48e18ce94ad62d15eba
|
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 |
|---|---|---|---|
| v2.7.0.zip | zip | 190.1 KiB |
blake3-24 309ab1f5f0427dd649040397396a1f26f0c76f9319aa03e6
sha256 b22b5713bdcf07392dcc4e2da80562436f000d64d1ab6bef1971165192c2e713
sha1 392e7397e690f560f1dffe2e8a4a3453e5355501
|
install
bazel
http_archive(
name = "gnet",
urls = ["https://ratatoskr.space/pkg/gnet/v2.7.0.tar.gz"],
integrity = "sha256-H9GaqD28ktdutk0/g+O48djlLRL3IYBWoFIBWoFezaU=",
strip_prefix = "gnet-v2.7.0",
)
zig
.url = "https://ratatoskr.space/pkg/gnet/v2.7.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/gnet/v2@v2.7.0
install via yggdrasil mesh
bazel
http_archive(
name = "gnet",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gnet/v2.7.0.tar.gz"],
integrity = "sha256-H9GaqD28ktdutk0/g+O48djlLRL3IYBWoFIBWoFezaU=",
strip_prefix = "gnet-v2.7.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gnet/v2.7.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gnet/v2@v2.7.0