nats-go @ v1.40.1
integrity
- size
- 749.8 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/nats-io/nats.go
release notes
Changelog
Overview
This release fixes an issue in legacy JetStream Subscribe which did not respect user-set context when creating a consumer.
FIXED
- Legacy JetStream:
- Set context from option when creating consumer in
js.Subscribe(#1835)
- Set context from option when creating consumer in
Complete Changes
https://github.com/nats-io/nats.go/compare/v1.40.0...v1.40.1
download
unix · zip
curl -fL -o v1.40.1.zip https://ratatoskr.space/pkg/nats-go/v1.40.1.zip
printf '%s %s\n' '5554b561fdd02ef20362443b68a2219f1e57e304b36195971e383b60e47b1633' 'v1.40.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/nats-go/v1.40.1.zip"
$out = "v1.40.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5554b561fdd02ef20362443b68a2219f1e57e304b36195971e383b60e47b1633") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.40.1.tar.gz https://ratatoskr.space/pkg/nats-go/v1.40.1.tar.gz
printf '%s %s\n' '2b578a7cf9dc2e6f8fce677daff707ecf51cc9f4b675997b57a696922eb7e3df' 'v1.40.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/nats-go/v1.40.1.tar.gz"
$out = "v1.40.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2b578a7cf9dc2e6f8fce677daff707ecf51cc9f4b675997b57a696922eb7e3df") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.40.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.40.1.zip
printf '%s %s\n' '5554b561fdd02ef20362443b68a2219f1e57e304b36195971e383b60e47b1633' 'v1.40.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.40.1.zip"
$out = "v1.40.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5554b561fdd02ef20362443b68a2219f1e57e304b36195971e383b60e47b1633") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.40.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.40.1.tar.gz
printf '%s %s\n' '2b578a7cf9dc2e6f8fce677daff707ecf51cc9f4b675997b57a696922eb7e3df' 'v1.40.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.40.1.tar.gz"
$out = "v1.40.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2b578a7cf9dc2e6f8fce677daff707ecf51cc9f4b675997b57a696922eb7e3df") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.40.1.zip | zip | 751.5 KiB |
blake3-24 af419c386405fb98e43b8fb34d2b766272f945362af7228e
sha256 5554b561fdd02ef20362443b68a2219f1e57e304b36195971e383b60e47b1633
sha1 2cd6221ecc3742fdc664919c98b0da39417f1222
|
| v1.40.1.tar.gz | tar.gz | 652.6 KiB |
blake3-24 742206a1e25688de116ab6f6d739d5219963c64033b5b02f
sha256 2b578a7cf9dc2e6f8fce677daff707ecf51cc9f4b675997b57a696922eb7e3df
sha1 7738967aee8793fcbbd87afd4e03bf3d4408be78
|
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.40.1.zip | zip | 755.4 KiB |
blake3-24 cc052bc2e79c6a62659e3f993074ac7c26b3c9a438d945f2
sha256 06fde191e4d2b1dc58e7c8762e2e9df295d9d98432b6625d744503b81b6a1d7a
sha1 9708e86b5571ca4d153088b1ea44b3a2c3e6c8b5
|
install
bazel
http_archive(
name = "nats-go",
urls = ["https://ratatoskr.space/pkg/nats-go/v1.40.1.tar.gz"],
integrity = "sha256-K1eKfPncLm+Pzmd9r/cH7PUcyfS2dZl7V6aWki63498=",
strip_prefix = "nats-go-v1.40.1",
)
zig
.url = "https://ratatoskr.space/pkg/nats-go/v1.40.1.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/nats-go@v1.40.1
install via yggdrasil mesh
bazel
http_archive(
name = "nats-go",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.40.1.tar.gz"],
integrity = "sha256-K1eKfPncLm+Pzmd9r/cH7PUcyfS2dZl7V6aWki63498=",
strip_prefix = "nats-go-v1.40.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.40.1.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go@v1.40.1