openfga @ v1.12.1
integrity
- size
- 1.1 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Changed
- The ListObjects "pipeline" algorithm ditches its custom Pipe implementation and replaces it with Go native channels. #2977
- Refactor tuple validation and manipulation functions for optimal performance. #2984
- Update grpc-go version to v1.79.3 and grpc-health-probe to v0.4.47. #2988
Fixed
- Fixed
OTEL_EXPORTER_OTLP_ENDPOINTnot accepting URIs with schemes (e.g.http://host:4317). The scheme is now stripped before passing to the gRPC exporter, and anhttps://scheme enables TLS regardless of thetrace.otlp.tls.enabledflag. #2981
Full Changelog: https://github.com/openfga/openfga/compare/v1.12.0...v1.12.1
download
unix · zip
curl -fL -o v1.12.1.zip https://ratatoskr.space/pkg/openfga/v1.12.1.zip
printf '%s %s\n' '70aa37524f71366eacb13858d10fb1f702daaa3ac0ca62e4c87c943e1a6e8441' 'v1.12.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.12.1.zip"
$out = "v1.12.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "70aa37524f71366eacb13858d10fb1f702daaa3ac0ca62e4c87c943e1a6e8441") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.12.1.tar.gz https://ratatoskr.space/pkg/openfga/v1.12.1.tar.gz
printf '%s %s\n' 'a9148cbeafae1b2723ae85c6ffcdadf4a1d10e0a3a19d50130839674a8cf36ec' 'v1.12.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.12.1.tar.gz"
$out = "v1.12.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a9148cbeafae1b2723ae85c6ffcdadf4a1d10e0a3a19d50130839674a8cf36ec") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.12.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.12.1.zip
printf '%s %s\n' '70aa37524f71366eacb13858d10fb1f702daaa3ac0ca62e4c87c943e1a6e8441' 'v1.12.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.12.1.zip"
$out = "v1.12.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "70aa37524f71366eacb13858d10fb1f702daaa3ac0ca62e4c87c943e1a6e8441") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.12.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.12.1.tar.gz
printf '%s %s\n' 'a9148cbeafae1b2723ae85c6ffcdadf4a1d10e0a3a19d50130839674a8cf36ec' 'v1.12.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.12.1.tar.gz"
$out = "v1.12.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a9148cbeafae1b2723ae85c6ffcdadf4a1d10e0a3a19d50130839674a8cf36ec") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.12.1.zip | zip | 1.1 MiB |
blake3-24 baa05546af1cf51c7acc59c2387567621efd8faefe87e43e
sha256 70aa37524f71366eacb13858d10fb1f702daaa3ac0ca62e4c87c943e1a6e8441
sha1 baaf120481f12f0e300c38d174163a021f90aca4
|
| v1.12.1.tar.gz | tar.gz | 880.9 KiB |
blake3-24 9b6a137cabccd7efdf8771db842a360ad71a7ce92d204a76
sha256 a9148cbeafae1b2723ae85c6ffcdadf4a1d10e0a3a19d50130839674a8cf36ec
sha1 a58146ec4ef75a2f4777d8ce3648527567586fea
|
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.12.1.zip | zip | 1.1 MiB |
blake3-24 e86197bee7cb6734d9fb706bc74db653d156a855dce4439b
sha256 8787134f025791abf3875a642f3b0a47234e9e70e30b6361599d552c7eeecf86
sha1 e46ee4132e01260665478974d80816e12ca6b3c2
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v1.12.1.tar.gz"],
integrity = "sha256-qRSMvq+uGycjroXG/82t9KHRDgo6GdUBMIOWdKjPNuw=",
strip_prefix = "openfga-v1.12.1",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.12.1.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.12.1
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.12.1.tar.gz"],
integrity = "sha256-qRSMvq+uGycjroXG/82t9KHRDgo6GdUBMIOWdKjPNuw=",
strip_prefix = "openfga-v1.12.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.12.1.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.12.1