openfga @ v1.6.0
integrity
- size
- 867.9 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Changed
- Consistency options experimental flag has been removed and is now enabled by default. Refer to the consistency options documentation for details. #1889
- Require at least Go 1.22.6 #1831. Thanks @tranngoclam
- Add a "query_duration_ms" field on each log #1807. Thanks @lalalalatt
- Default logging to stdout instead of stderr #1830
Fixed
Performance
- Performance improvements for Check API:
- Performance improvement in tuple validation on reads #1825
Breaking changes
- Set a maximum limit on bytes to the WriteAssertions API: 64 KB #1847
download
unix · zip
curl -fL -o v1.6.0.zip https://ratatoskr.space/pkg/openfga/v1.6.0.zip
printf '%s %s\n' 'e7f0074d5e1ae899d37dbb153efb079a0b1c24e7a70e66149bf7ceb8e47061ed' 'v1.6.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.6.0.zip"
$out = "v1.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e7f0074d5e1ae899d37dbb153efb079a0b1c24e7a70e66149bf7ceb8e47061ed") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.6.0.tar.gz https://ratatoskr.space/pkg/openfga/v1.6.0.tar.gz
printf '%s %s\n' 'af6e5ac31558be57561048e0e22747052e1ce4fd2e9c559f0072c72c542af63f' 'v1.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.6.0.tar.gz"
$out = "v1.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "af6e5ac31558be57561048e0e22747052e1ce4fd2e9c559f0072c72c542af63f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.6.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.6.0.zip
printf '%s %s\n' 'e7f0074d5e1ae899d37dbb153efb079a0b1c24e7a70e66149bf7ceb8e47061ed' 'v1.6.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.6.0.zip"
$out = "v1.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e7f0074d5e1ae899d37dbb153efb079a0b1c24e7a70e66149bf7ceb8e47061ed") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.6.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.6.0.tar.gz
printf '%s %s\n' 'af6e5ac31558be57561048e0e22747052e1ce4fd2e9c559f0072c72c542af63f' 'v1.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.6.0.tar.gz"
$out = "v1.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "af6e5ac31558be57561048e0e22747052e1ce4fd2e9c559f0072c72c542af63f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.6.0.zip | zip | 872.9 KiB |
blake3-24 ce5c7e5977b35b490778fbc0b6fccb3faf11ca5f2779bb1c
sha256 e7f0074d5e1ae899d37dbb153efb079a0b1c24e7a70e66149bf7ceb8e47061ed
sha1 eb7a4df55ee27c6cbb8290a17230e664d4eb536b
|
| v1.6.0.tar.gz | tar.gz | 722.8 KiB |
blake3-24 27b890ec2223cee32a92e950ff535574b1265e94b7115d9a
sha256 af6e5ac31558be57561048e0e22747052e1ce4fd2e9c559f0072c72c542af63f
sha1 b80cd8d796060de2266170194b07b49e8f0c812d
|
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.6.0.zip | zip | 881.0 KiB |
blake3-24 bd513a9d45aaf8a641235e5daaf2c9af41b7232e53add726
sha256 cbad9f0e9d4b406f2400a100d3b5ddec2289c0118bf74961a37e31f13ccba54f
sha1 4813c85e5dc4bc57c309c1c1e7e6e0401e453232
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v1.6.0.tar.gz"],
integrity = "sha256-r25awxVYvldWEEjg4idHBS4c5P0unFWfAHLHLFQq9j8=",
strip_prefix = "openfga-v1.6.0",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.6.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.6.0
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.6.0.tar.gz"],
integrity = "sha256-r25awxVYvldWEEjg4idHBS4c5P0unFWfAHLHLFQq9j8=",
strip_prefix = "openfga-v1.6.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.6.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.6.0