openfga @ v0.3.4
integrity
- size
- 588.8 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Fixed
- Fixed the environment variable mapping (#498). For the full list of environment variables see .config-schema.json.
- Fix for stack overflow error in ListObjects (#506). Thank you for reporting the issue @wonderbeyond!
Added
- Added OpenTelemetry tracing (#499)
Removed
- The ReadTuples endpoint has been removed (#495). Please use Read with no tuple key instead (e.g.
POST /stores/<store_id>/readwith{}as the body).
download
unix · zip
curl -fL -o v0.3.4.zip https://ratatoskr.space/pkg/openfga/v0.3.4.zip
printf '%s %s\n' '15ad317a478a24218e6dc7d1a82652415764ec239fb839dbc3a4e7ff8fd5666b' 'v0.3.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v0.3.4.zip"
$out = "v0.3.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "15ad317a478a24218e6dc7d1a82652415764ec239fb839dbc3a4e7ff8fd5666b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.3.4.tar.gz https://ratatoskr.space/pkg/openfga/v0.3.4.tar.gz
printf '%s %s\n' '53eb238b596dd91d3cb4d049658ddd071ced678b4d7cc0a0995770b79118dae2' 'v0.3.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v0.3.4.tar.gz"
$out = "v0.3.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "53eb238b596dd91d3cb4d049658ddd071ced678b4d7cc0a0995770b79118dae2") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.3.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.3.4.zip
printf '%s %s\n' '15ad317a478a24218e6dc7d1a82652415764ec239fb839dbc3a4e7ff8fd5666b' 'v0.3.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.3.4.zip"
$out = "v0.3.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "15ad317a478a24218e6dc7d1a82652415764ec239fb839dbc3a4e7ff8fd5666b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.3.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.3.4.tar.gz
printf '%s %s\n' '53eb238b596dd91d3cb4d049658ddd071ced678b4d7cc0a0995770b79118dae2' 'v0.3.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.3.4.tar.gz"
$out = "v0.3.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "53eb238b596dd91d3cb4d049658ddd071ced678b4d7cc0a0995770b79118dae2") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.3.4.zip | zip | 591.0 KiB |
blake3-24 7768257d9419364ed0bd4a1c052b4eb663582884208810a5
sha256 15ad317a478a24218e6dc7d1a82652415764ec239fb839dbc3a4e7ff8fd5666b
sha1 7f3c2800428e79f7ab5be4232cb48b4656065dd3
|
| v0.3.4.tar.gz | tar.gz | 514.7 KiB |
blake3-24 65e8c36d68a88df2ed4dd145bb1dee12191be6995f838c22
sha256 53eb238b596dd91d3cb4d049658ddd071ced678b4d7cc0a0995770b79118dae2
sha1 2ea1b4913429a035ce0d17eb0845b7b048d5489d
|
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 |
|---|---|---|---|
| v0.3.4.zip | zip | 556.9 KiB |
blake3-24 de56f7135e4621605404b2b5787828a5842b128fa203e3ec
sha256 f48e69a9dd65a06c97f98ceb568e1a749ccdf26d1a9cc8038ada925ca9909f6c
sha1 545355a10011012395eeff66d379a4b1fdeaee2d
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v0.3.4.tar.gz"],
integrity = "sha256-U+sji1lt2R08tNBJZY3dBxztZ4tNfMCgmVdwt5EY2uI=",
strip_prefix = "openfga-v0.3.4",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v0.3.4.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v0.3.4
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.3.4.tar.gz"],
integrity = "sha256-U+sji1lt2R08tNBJZY3dBxztZ4tNfMCgmVdwt5EY2uI=",
strip_prefix = "openfga-v0.3.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v0.3.4.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v0.3.4