openfga @ v1.5.6
integrity
- size
- 813.4 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Added
- Performance improvements to userset subproblem resolutions in Check in certain scenarios #1734
- Performance improvements to tuple-to-userset subproblem resolutions in Check in certain scenarios #1735
- Warning when log level set to
none#1705 - thank you, @Siddhant-K-code! - Minor performance improvement for queries when model ID not specified #1754
Fixed
- Race condition in ListUsers which could erroneously swallow errors #1755
- "relation is undefined" error in Check and ListUsers #1767
- Request ID included with Streaming ListObjects responses #1636
Removed
- ListUsers experimental flag (will continue to work if passed) #1730
download
unix · zip
curl -fL -o v1.5.6.zip https://ratatoskr.space/pkg/openfga/v1.5.6.zip
printf '%s %s\n' '58c8c3d0e3175fdf4e424216abec72772c1a3ea5a17ce1ce0f619d0cacff68eb' 'v1.5.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.5.6.zip"
$out = "v1.5.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "58c8c3d0e3175fdf4e424216abec72772c1a3ea5a17ce1ce0f619d0cacff68eb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.5.6.tar.gz https://ratatoskr.space/pkg/openfga/v1.5.6.tar.gz
printf '%s %s\n' '7e8da1f0d7824c4bf5fb61b8a1a20638e37a2d09904654d0a6ee7312f84445a1' 'v1.5.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.5.6.tar.gz"
$out = "v1.5.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7e8da1f0d7824c4bf5fb61b8a1a20638e37a2d09904654d0a6ee7312f84445a1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.5.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.5.6.zip
printf '%s %s\n' '58c8c3d0e3175fdf4e424216abec72772c1a3ea5a17ce1ce0f619d0cacff68eb' 'v1.5.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.5.6.zip"
$out = "v1.5.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "58c8c3d0e3175fdf4e424216abec72772c1a3ea5a17ce1ce0f619d0cacff68eb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.5.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.5.6.tar.gz
printf '%s %s\n' '7e8da1f0d7824c4bf5fb61b8a1a20638e37a2d09904654d0a6ee7312f84445a1' 'v1.5.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.5.6.tar.gz"
$out = "v1.5.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7e8da1f0d7824c4bf5fb61b8a1a20638e37a2d09904654d0a6ee7312f84445a1") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.5.6.zip | zip | 816.0 KiB |
blake3-24 ba59b4e1e3fd3aa2ee631287621835f0bdfa961bb7efc584
sha256 58c8c3d0e3175fdf4e424216abec72772c1a3ea5a17ce1ce0f619d0cacff68eb
sha1 a2d1be2aa2808c661a9caec9766462e4c2d2bdab
|
| v1.5.6.tar.gz | tar.gz | 673.5 KiB |
blake3-24 a3652bec581cfd35d206a45e5d6b9aadd17900d27ef88fb5
sha256 7e8da1f0d7824c4bf5fb61b8a1a20638e37a2d09904654d0a6ee7312f84445a1
sha1 d4f03cf9efc8ecfc3784d66eb3e54ddc069e2c39
|
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.5.6.zip | zip | 823.5 KiB |
blake3-24 82634e3aff24c25697ad744ec256317af085e59a463a7012
sha256 87424b9d8edf414dbacd2b59b72df9fb410491b752fcd80e6b88b40636d3f89f
sha1 56abf4e2fa5676c24395455a2c8fd2f37cb248bd
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v1.5.6.tar.gz"],
integrity = "sha256-fo2h8NeCTEv1+2G4oaIGOON6LQmQRlTQpu5zEvhERaE=",
strip_prefix = "openfga-v1.5.6",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.5.6.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.5.6
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.5.6.tar.gz"],
integrity = "sha256-fo2h8NeCTEv1+2G4oaIGOON6LQmQRlTQpu5zEvhERaE=",
strip_prefix = "openfga-v1.5.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.5.6.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.5.6