openfga @ v1.11.1
integrity
- size
- 987.7 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
What's Changed
Added
- Added experimental list objects pipeline algorithm with
pipeline_list_objectsflag. #2815
Fixed
- Fixed bug where public wildcard tuples without condition were being considered for a wildcard relation which was only defined with a condition. CVE-2025-64751
New Contributors
- @Tennyx made their first contribution in https://github.com/openfga/openfga/pull/2809
Full Changelog: https://github.com/openfga/openfga/compare/v1.11.0...v1.11.1
download
unix · zip
curl -fL -o v1.11.1.zip https://ratatoskr.space/pkg/openfga/v1.11.1.zip
printf '%s %s\n' '87573e2adaaca46a0441b7565825454058fcdf2f710328cdc053160999f7dd9b' 'v1.11.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.11.1.zip"
$out = "v1.11.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "87573e2adaaca46a0441b7565825454058fcdf2f710328cdc053160999f7dd9b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.11.1.tar.gz https://ratatoskr.space/pkg/openfga/v1.11.1.tar.gz
printf '%s %s\n' 'd1d4962ddd08d1c5ab34bc4ccf7355ec1b5a5c73e5b05da67519dfe71f0f76de' 'v1.11.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.11.1.tar.gz"
$out = "v1.11.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d1d4962ddd08d1c5ab34bc4ccf7355ec1b5a5c73e5b05da67519dfe71f0f76de") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.11.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.11.1.zip
printf '%s %s\n' '87573e2adaaca46a0441b7565825454058fcdf2f710328cdc053160999f7dd9b' 'v1.11.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.11.1.zip"
$out = "v1.11.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "87573e2adaaca46a0441b7565825454058fcdf2f710328cdc053160999f7dd9b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.11.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.11.1.tar.gz
printf '%s %s\n' 'd1d4962ddd08d1c5ab34bc4ccf7355ec1b5a5c73e5b05da67519dfe71f0f76de' 'v1.11.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.11.1.tar.gz"
$out = "v1.11.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d1d4962ddd08d1c5ab34bc4ccf7355ec1b5a5c73e5b05da67519dfe71f0f76de") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.11.1.zip | zip | 991.3 KiB |
blake3-24 25c6cf7e30d6c631c20a32a62874025a2976d3a6f33cc2bc
sha256 87573e2adaaca46a0441b7565825454058fcdf2f710328cdc053160999f7dd9b
sha1 58e8914901a97c989d39bea9eed7a689dcc2aa56
|
| v1.11.1.tar.gz | tar.gz | 785.8 KiB |
blake3-24 ca317c709a6d7287a88609f3e8e520d7db9514deff683298
sha256 d1d4962ddd08d1c5ab34bc4ccf7355ec1b5a5c73e5b05da67519dfe71f0f76de
sha1 2db060a4b2357ff65fe14cc5cae440a315eaa2b6
|
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.11.1.zip | zip | 1002.3 KiB |
blake3-24 a80c412013012a02378c5e400035b2b7546460b7db0ff0eb
sha256 938e2a3b0fdc455c3bd8d398d673b35485d81d20f5cc2d37c0a9ab7622216850
sha1 ded95c9ce4fecebc8803423de60bf53a2cecbcab
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v1.11.1.tar.gz"],
integrity = "sha256-0dSWLd0I0cWrNLxMz3NV7BtaXHPlsF2mdRnf5x8Pdt4=",
strip_prefix = "openfga-v1.11.1",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.11.1.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.11.1
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.11.1.tar.gz"],
integrity = "sha256-0dSWLd0I0cWrNLxMz3NV7BtaXHPlsF2mdRnf5x8Pdt4=",
strip_prefix = "openfga-v1.11.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.11.1.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.11.1