nats-go @ v1.7.0
integrity
- size
- 154.7 KiB
- downloaded
- last checked
release notes
Changelog
Added
- Ability to retrieve CID from server the client is currently connected to (#395)
- NKey support (#399)
- TokenHandler option. Thanks to @nicholaslam for the contribution (#405)
- Support for User JWTs (#408)
- FlusherTimeout option to allow all writes to honor the deadline. Thanks to @gwik for the contribution (#393)
Updated
- Examples moved to separate directories so they can be "go install"'ed (#406)
- Allow expressed url parameters to influence implicit servers (#409, #410)
- Some updates for NGS support (#400)
Improved
- Faster and smaller reply subjects (#402)
Fixed
- Set connection's last error if async error occurs during Drain (#392)
Complete Changes
download
unix · zip
curl -fL -o v1.7.0.zip https://ratatoskr.space/pkg/nats-go/v1.7.0.zip
printf '%s %s\n' 'c4d5ff661ac734877e1bf6176d9df55fc7acec1e663c5e98444401baa9533cb2' 'v1.7.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/nats-go/v1.7.0.zip"
$out = "v1.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c4d5ff661ac734877e1bf6176d9df55fc7acec1e663c5e98444401baa9533cb2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.7.0.tar.gz https://ratatoskr.space/pkg/nats-go/v1.7.0.tar.gz
printf '%s %s\n' 'a7191b5f1843af29c507b66734e10c8532830330531c331e1d0fc288a83c5312' 'v1.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/nats-go/v1.7.0.tar.gz"
$out = "v1.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a7191b5f1843af29c507b66734e10c8532830330531c331e1d0fc288a83c5312") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.7.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.7.0.zip
printf '%s %s\n' 'c4d5ff661ac734877e1bf6176d9df55fc7acec1e663c5e98444401baa9533cb2' 'v1.7.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.7.0.zip"
$out = "v1.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c4d5ff661ac734877e1bf6176d9df55fc7acec1e663c5e98444401baa9533cb2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.7.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.7.0.tar.gz
printf '%s %s\n' 'a7191b5f1843af29c507b66734e10c8532830330531c331e1d0fc288a83c5312' 'v1.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.7.0.tar.gz"
$out = "v1.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a7191b5f1843af29c507b66734e10c8532830330531c331e1d0fc288a83c5312") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.7.0.zip | zip | 154.2 KiB |
blake3-24 7e4f98d14fa474afc9460b4e956b4b2d80ce8f2faf4552a8
sha256 c4d5ff661ac734877e1bf6176d9df55fc7acec1e663c5e98444401baa9533cb2
sha1 66da2007aec7dc64d596b0a6f83a9ae4ccd90ca1
|
| v1.7.0.tar.gz | tar.gz | 115.9 KiB |
blake3-24 9e2f7dfeb9043fa44927d1a6673e9307e4e09520a708999e
sha256 a7191b5f1843af29c507b66734e10c8532830330531c331e1d0fc288a83c5312
sha1 8b352bc5c2f33dbe842575608e42fccad65cdc73
|
install
bazel
http_archive(
name = "nats-go",
urls = ["https://ratatoskr.space/pkg/nats-go/v1.7.0.tar.gz"],
integrity = "sha256-pxkbXxhDrynFB7ZnNOEMhTKDAzBTHDMeHQ/CiKg8UxI=",
strip_prefix = "nats-go-v1.7.0",
)
zig
.url = "https://ratatoskr.space/pkg/nats-go/v1.7.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "nats-go",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.7.0.tar.gz"],
integrity = "sha256-pxkbXxhDrynFB7ZnNOEMhTKDAzBTHDMeHQ/CiKg8UxI=",
strip_prefix = "nats-go-v1.7.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.7.0.tar.gz",