openfga @ v1.16.1
integrity
- size
- 1.2 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Changed
- Added workflow-level
concurrency.groupandcancel-in-progressfor PR-related workflow runs to reduce wasted effort. #3140
Fixed
- Fixed experimental
weighted_graph_checkincorrectly falling back to the standard algorithm on deadline/cancellation/throttle-timeout errors; these are now returned directly. Also fixedweighted_graph_checkemitting metrics under the wrong method label when used as the primary algorithm. #3141 - Fixed a bug in experimental
weighted_graph_checkwhere theweight2strategy could return false denies when contextual tuples were present, because their concatenation with datastore results violated the sort assumption of the pruning optimization. #3145
Security
- Update grpc-health-probe to
v0.4.50to address multiple CVEs in the go std lib. #3146
Full Changelog: https://github.com/openfga/openfga/compare/v1.16.0...v1.16.1
download
unix · zip
curl -fL -o v1.16.1.zip https://ratatoskr.space/pkg/openfga/v1.16.1.zip
printf '%s %s\n' '1969a086b246923e12e82c8ed3fa892a207d57b1463e3de5d3bcecef98b36d7e' 'v1.16.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.16.1.zip"
$out = "v1.16.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1969a086b246923e12e82c8ed3fa892a207d57b1463e3de5d3bcecef98b36d7e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.16.1.tar.gz https://ratatoskr.space/pkg/openfga/v1.16.1.tar.gz
printf '%s %s\n' 'efb9f3dd8880f4bd6b40479b392a4d20518255cb1cae02c2c8e470df33e3753a' 'v1.16.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.16.1.tar.gz"
$out = "v1.16.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "efb9f3dd8880f4bd6b40479b392a4d20518255cb1cae02c2c8e470df33e3753a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.16.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.16.1.zip
printf '%s %s\n' '1969a086b246923e12e82c8ed3fa892a207d57b1463e3de5d3bcecef98b36d7e' 'v1.16.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.16.1.zip"
$out = "v1.16.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1969a086b246923e12e82c8ed3fa892a207d57b1463e3de5d3bcecef98b36d7e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.16.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.16.1.tar.gz
printf '%s %s\n' 'efb9f3dd8880f4bd6b40479b392a4d20518255cb1cae02c2c8e470df33e3753a' 'v1.16.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.16.1.tar.gz"
$out = "v1.16.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "efb9f3dd8880f4bd6b40479b392a4d20518255cb1cae02c2c8e470df33e3753a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.16.1.zip | zip | 1.2 MiB |
blake3-24 c975524144584a51a2b543aebcd295e0098036a74818fd5e
sha256 1969a086b246923e12e82c8ed3fa892a207d57b1463e3de5d3bcecef98b36d7e
sha1 a16a259abec9c4e1a332d40682f49269a3eee967
|
| v1.16.1.tar.gz | tar.gz | 1003.4 KiB |
blake3-24 71117c345c3f09053d59ea8192fb68d273868330ea6381e6
sha256 efb9f3dd8880f4bd6b40479b392a4d20518255cb1cae02c2c8e470df33e3753a
sha1 994d68cebb2ba2846abd0c28d5834ce3259e1627
|
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.16.1.zip | zip | 1.3 MiB |
blake3-24 f0f3212c03cb38fbe8a272960de936b3dc2a978fee617192
sha256 74fb5709392cd5a018c04b67a21589f8e85bafec87088a9d648496846d84ddbd
sha1 86a9a63405c31b16fd3ec15328035f6ccf33aa61
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v1.16.1.tar.gz"],
integrity = "sha256-77nz3YiA9L1rQEebOSpNIFGCVcscrgLCyORw3zPjdTo=",
strip_prefix = "openfga-v1.16.1",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.16.1.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.16.1
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.16.1.tar.gz"],
integrity = "sha256-77nz3YiA9L1rQEebOSpNIFGCVcscrgLCyORw3zPjdTo=",
strip_prefix = "openfga-v1.16.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.16.1.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.16.1