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

openfga @ v1.3.8

integrity

size
702.6 KiB
downloaded
last checked
overlays
go
detected
go module github.com/openfga/openfga
source https://github.com/openfga/openfga · available · github

release notes

[BREAKING] this release introduced protobuf API changes to the gRPC API to accommodate changes for the up and coming Conditional Relationship Tuples feature. No changes to the OpenAPI specification for the HTTP API have changed. gRPC clients that are referencing the old protobuf definitions are not compatible with this release and future releases >= v1.3.8. To upgrade to this release please update your existing OpenFGA gRPC clients to the latest protobuf API definitions. Failing to do so can lead to message and field level incompatibilities with existing clients.

Added

Changed

Fixed

download

unix · zip
curl -fL -o v1.3.8.zip https://ratatoskr.space/pkg/openfga/v1.3.8.zip
                    printf '%s  %s\n' 'fb7a7c3d260eb3402a20e792c262df0ac17f352aa1cc3428d9305ef1558adb4f' 'v1.3.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.3.8.zip"
$out = "v1.3.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fb7a7c3d260eb3402a20e792c262df0ac17f352aa1cc3428d9305ef1558adb4f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.3.8.tar.gz https://ratatoskr.space/pkg/openfga/v1.3.8.tar.gz
                    printf '%s  %s\n' 'ef38e9a0240eea0a4455e6dcb265f71df771f108f57a4011b64ef557f48c4064' 'v1.3.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.3.8.tar.gz"
$out = "v1.3.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ef38e9a0240eea0a4455e6dcb265f71df771f108f57a4011b64ef557f48c4064") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.3.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.3.8.zip
                    printf '%s  %s\n' 'fb7a7c3d260eb3402a20e792c262df0ac17f352aa1cc3428d9305ef1558adb4f' 'v1.3.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.3.8.zip"
$out = "v1.3.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fb7a7c3d260eb3402a20e792c262df0ac17f352aa1cc3428d9305ef1558adb4f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.3.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.3.8.tar.gz
                    printf '%s  %s\n' 'ef38e9a0240eea0a4455e6dcb265f71df771f108f57a4011b64ef557f48c4064' 'v1.3.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.3.8.tar.gz"
$out = "v1.3.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ef38e9a0240eea0a4455e6dcb265f71df771f108f57a4011b64ef557f48c4064") { throw "sha256 mismatch" }
artifact format size hashes
v1.3.8.zip zip 703.3 KiB
blake3-24 302eb7d72e8d090762a93959444c5b5f96e34978a4cefaf1
sha256 fb7a7c3d260eb3402a20e792c262df0ac17f352aa1cc3428d9305ef1558adb4f
sha1 bd90f642a313a9b5b6e0a20feddaccf3698d8da2
v1.3.8.tar.gz tar.gz 582.9 KiB
blake3-24 bb7292277bfb5253dfe0c29ee2f8edfe1c22c6e7f64f4235
sha256 ef38e9a0240eea0a4455e6dcb265f71df771f108f57a4011b64ef557f48c4064
sha1 fe67bdb526e59e7c48dbaecab8bb5df4c37c6d9e

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.3.8.zip zip 707.4 KiB
blake3-24 d97ec9e3e629ae238b113b56c84daba0ec0a6f35ceb24cd9
sha256 ed376c98e4b2c253badfba6710e895e64eaaf2fe5cefd72e417441807492a13a
sha1 b46e5f4a7c53d7b3593cc277c26ee9dd6b5330a7

install

bazel
http_archive(
    name = "openfga",
    urls = ["https://ratatoskr.space/pkg/openfga/v1.3.8.tar.gz"],
    integrity = "sha256-7zjpoCQO6gpEVebcsmX3Hfdx8Qj1ekARtk71V/SMQGQ=",
    strip_prefix = "openfga-v1.3.8",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.3.8.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.3.8
install via yggdrasil mesh
bazel
http_archive(
    name = "openfga",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.3.8.tar.gz"],
    integrity = "sha256-7zjpoCQO6gpEVebcsmX3Hfdx8Qj1ekARtk71V/SMQGQ=",
    strip_prefix = "openfga-v1.3.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.3.8.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.3.8
← v1.3.9v1.3.7 →