yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/nats-go/v1.44.0
vault / nats-go / v1.44.0

nats-go @ v1.44.0

integrity

size
768.0 KiB
downloaded
last checked
overlays
go
detected
go module github.com/nats-io/nats.go
source https://github.com/nats-io/nats.go · available · github

release notes

Changelog

Overview

This PR adds a PushConsumer implementation to jetstream, allowing easier migration to new API while maintaining usage of push consumers. For now it only supports the callback-based Consume(), more consuming options will be added in future releases.

ADDED

FIXED

CHANGED

Complete Changes

https://github.com/nats-io/nats.go/compare/v1.43.0...v1.44.0

download

unix · zip
curl -fL -o v1.44.0.zip https://ratatoskr.space/pkg/nats-go/v1.44.0.zip
                    printf '%s  %s\n' '3d9dbbd810215ee3aef28c10e19d97818ef367c4171d6ca73c6035963239d2a9' 'v1.44.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/nats-go/v1.44.0.zip"
$out = "v1.44.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3d9dbbd810215ee3aef28c10e19d97818ef367c4171d6ca73c6035963239d2a9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.44.0.tar.gz https://ratatoskr.space/pkg/nats-go/v1.44.0.tar.gz
                    printf '%s  %s\n' '81e73edfd62b2f7fbeafb6941e3a20a596b0e202b239e4c5fe85ad763a9ae09e' 'v1.44.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/nats-go/v1.44.0.tar.gz"
$out = "v1.44.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "81e73edfd62b2f7fbeafb6941e3a20a596b0e202b239e4c5fe85ad763a9ae09e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.44.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.44.0.zip
                    printf '%s  %s\n' '3d9dbbd810215ee3aef28c10e19d97818ef367c4171d6ca73c6035963239d2a9' 'v1.44.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.44.0.zip"
$out = "v1.44.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3d9dbbd810215ee3aef28c10e19d97818ef367c4171d6ca73c6035963239d2a9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.44.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.44.0.tar.gz
                    printf '%s  %s\n' '81e73edfd62b2f7fbeafb6941e3a20a596b0e202b239e4c5fe85ad763a9ae09e' 'v1.44.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.44.0.tar.gz"
$out = "v1.44.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "81e73edfd62b2f7fbeafb6941e3a20a596b0e202b239e4c5fe85ad763a9ae09e") { throw "sha256 mismatch" }
artifact format size hashes
v1.44.0.zip zip 770.1 KiB
blake3-24 d393b656235ace10b2d3e5536d36c80d8c68c0ab2ef619da
sha256 3d9dbbd810215ee3aef28c10e19d97818ef367c4171d6ca73c6035963239d2a9
sha1 1851cd85905e6aabb236078f88b79a2015bb9673
v1.44.0.tar.gz tar.gz 669.4 KiB
blake3-24 b46b9289d782cc7b3486e8b5b1160bc32a0da6dc4f79c26a
sha256 81e73edfd62b2f7fbeafb6941e3a20a596b0e202b239e4c5fe85ad763a9ae09e
sha1 c5fac2ec3f38240aaaaf646e7ed62cb116d683f7

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.44.0.zip zip 774.0 KiB
blake3-24 d3eca7a07aad61dae170ab762caf3999a3744f058bbd0e81
sha256 58c2ff2960e2d0fc77bae0b388bae6a55a81d50f2541d58fdcaf1b4bcc5a446a
sha1 85feb1f63a55a96374dd3ba669b37c0c8f1a4150

install

bazel
http_archive(
    name = "nats-go",
    urls = ["https://ratatoskr.space/pkg/nats-go/v1.44.0.tar.gz"],
    integrity = "sha256-gec+39YrL3++r7aUHjogpZaw4gKyOeTF/oWtdjqa4J4=",
    strip_prefix = "nats-go-v1.44.0",
)
zig
.url = "https://ratatoskr.space/pkg/nats-go/v1.44.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/nats-go@v1.44.0
install via yggdrasil mesh
bazel
http_archive(
    name = "nats-go",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.44.0.tar.gz"],
    integrity = "sha256-gec+39YrL3++r7aUHjogpZaw4gKyOeTF/oWtdjqa4J4=",
    strip_prefix = "nats-go-v1.44.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go/v1.44.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/nats-go@v1.44.0
← v1.45.0v1.43.0 →