nats-go @ v1.34.0
integrity
- size
- 721.2 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/nats-io/nats.go
release notes
Changelog
Added
- Core NATS:
StatusChangedmethod for subscription event notifications (#1570)ClientTLSConfigoption for setting TLS config with callbacks inConnect(#1413)
Fixed
- Object Store:
- Add missing
Compressionstruct tag (#1559)
- Add missing
- Legacy JetStream:
FetchandFetchBatchwill no longer publish a pull request if the subscription is closed or draining (#1582)
- Service API:
- Fixed incorrect error handling when creating a service. Thanks @ramonberrutti for the contribution (#1585)
Improved
- Object Store:
- Bind Object Store bucket stream when getting object. Thanks @dmitryabramov-f3 for the contribution (#1568, #1578)
- Add testing section and format
CONTRIBUTING.md. Thanks @yordis for the contribution (#1574) - Improved performance of
respTokenin muxer. Thanks for the report @chgz (#1575) - Fixed typos in comments. Thanks @paoloteti for the contribution (#1581)
Complete Changes
https://github.com/nats-io/nats.go/compare/v1.33.1...v1.34.0
download
unix · zip
curl -fL -o v1.34.0.zip https://ratatoskr.space/pkg/nats-go/v1.34.0.zip
printf '%s %s\n' '231ce83262d91a88fde8d1b1bc27a2d522a0d7c3c124a8d234655d9f734df0c8' 'v1.34.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/nats-go/v1.34.0.zip"
$out = "v1.34.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "231ce83262d91a88fde8d1b1bc27a2d522a0d7c3c124a8d234655d9f734df0c8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.34.0.tar.gz https://ratatoskr.space/pkg/nats-go/v1.34.0.tar.gz
printf '%s %s\n' '98777cd8ef1a0482629163224c70cbdeb5aec2203c4ba200954442e4bc02bd37' 'v1.34.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/nats-go/v1.34.0.tar.gz"
$out = "v1.34.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "98777cd8ef1a0482629163224c70cbdeb5aec2203c4ba200954442e4bc02bd37") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.34.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.34.0.zip
printf '%s %s\n' '231ce83262d91a88fde8d1b1bc27a2d522a0d7c3c124a8d234655d9f734df0c8' 'v1.34.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.34.0.zip"
$out = "v1.34.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "231ce83262d91a88fde8d1b1bc27a2d522a0d7c3c124a8d234655d9f734df0c8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.34.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.34.0.tar.gz
printf '%s %s\n' '98777cd8ef1a0482629163224c70cbdeb5aec2203c4ba200954442e4bc02bd37' 'v1.34.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.34.0.tar.gz"
$out = "v1.34.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "98777cd8ef1a0482629163224c70cbdeb5aec2203c4ba200954442e4bc02bd37") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.34.0.zip | zip | 722.9 KiB |
blake3-24 71ee3b5f08d59120704ee7d17ab5f4953d11fe2af57d7fa8
sha256 231ce83262d91a88fde8d1b1bc27a2d522a0d7c3c124a8d234655d9f734df0c8
sha1 f27c335a60c572e18ead9786e61a3129bfadb6ed
|
| v1.34.0.tar.gz | tar.gz | 627.2 KiB |
blake3-24 2809e1cdb991938711f0548431c1b81c2764961f85b49148
sha256 98777cd8ef1a0482629163224c70cbdeb5aec2203c4ba200954442e4bc02bd37
sha1 1705a26e41b9cee8e2f578c264e50708fe6ceae4
|
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.34.0.zip | zip | 726.6 KiB |
blake3-24 ff625641fac62662bb5f3bb4c7799a12fda8f8705aa78d33
sha256 5f2e723acdb3da3375b2ba0848476f6732edad164c8b720b210e03a0d4e3a32b
sha1 3716d515590e46826a6d6ecad56a4b50039b594a
|
install
bazel
http_archive(
name = "nats-go",
urls = ["https://ratatoskr.space/pkg/nats-go/v1.34.0.tar.gz"],
integrity = "sha256-mHd82O8aBIJikWMiTHDL3rWuwiA8S6IAlURC5LwCvTc=",
strip_prefix = "nats-go-v1.34.0",
)
zig
.url = "https://ratatoskr.space/pkg/nats-go/v1.34.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/nats-go@v1.34.0
install via yggdrasil mesh
bazel
http_archive(
name = "nats-go",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.34.0.tar.gz"],
integrity = "sha256-mHd82O8aBIJikWMiTHDL3rWuwiA8S6IAlURC5LwCvTc=",
strip_prefix = "nats-go-v1.34.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.34.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go@v1.34.0