openfga @ v1.13.0
integrity
- size
- 1.1 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
What's Changed
- AuthZen v1.0 Implementation by @aaguiarz in https://github.com/openfga/openfga/pull/2875
- docs: fix typos in RELEASES.md and Makefile by @kanywst in https://github.com/openfga/openfga/pull/2980
- fix: capture panics in pipeline's base resolver, and return as errors. by @senojj in https://github.com/openfga/openfga/pull/2994
- observability: aggregate message statistics for each list-objects sender into a single span by @senojj in https://github.com/openfga/openfga/pull/2993
- docs: fix typos in comments by @archy-rock3t-cloud in https://github.com/openfga/openfga/pull/2972
- refactor: Separate caches for v1 and v2 Check by @saad-h1 in https://github.com/openfga/openfga/pull/2968
- release: update changelog for release
v1.13.0by @poovamraj in https://github.com/openfga/openfga/pull/2997
New Contributors
- @kanywst made their first contribution in https://github.com/openfga/openfga/pull/2980
Full Changelog: https://github.com/openfga/openfga/compare/v1.12.1...v1.13.0
download
unix · zip
curl -fL -o v1.13.0.zip https://ratatoskr.space/pkg/openfga/v1.13.0.zip
printf '%s %s\n' 'eb0de72d8f08a5af298af4bb5dd5c7cf3aa9da78a79570bf077719c9ce53d931' 'v1.13.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.13.0.zip"
$out = "v1.13.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eb0de72d8f08a5af298af4bb5dd5c7cf3aa9da78a79570bf077719c9ce53d931") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.13.0.tar.gz https://ratatoskr.space/pkg/openfga/v1.13.0.tar.gz
printf '%s %s\n' '17954bf766086f21a6c5b3bff0e1bb7d58d841550013fb924a33ed09b06120f1' 'v1.13.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.13.0.tar.gz"
$out = "v1.13.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "17954bf766086f21a6c5b3bff0e1bb7d58d841550013fb924a33ed09b06120f1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.13.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.13.0.zip
printf '%s %s\n' 'eb0de72d8f08a5af298af4bb5dd5c7cf3aa9da78a79570bf077719c9ce53d931' 'v1.13.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.13.0.zip"
$out = "v1.13.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "eb0de72d8f08a5af298af4bb5dd5c7cf3aa9da78a79570bf077719c9ce53d931") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.13.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.13.0.tar.gz
printf '%s %s\n' '17954bf766086f21a6c5b3bff0e1bb7d58d841550013fb924a33ed09b06120f1' 'v1.13.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.13.0.tar.gz"
$out = "v1.13.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "17954bf766086f21a6c5b3bff0e1bb7d58d841550013fb924a33ed09b06120f1") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.13.0.zip | zip | 1.1 MiB |
blake3-24 5955f624eeec5c6fcff937538f6ddf6ec80f8776a7f8ae80
sha256 eb0de72d8f08a5af298af4bb5dd5c7cf3aa9da78a79570bf077719c9ce53d931
sha1 fe6f6caa06cb308c5098739561a24ca9970a6d15
|
| v1.13.0.tar.gz | tar.gz | 919.7 KiB |
blake3-24 b23c6135e1ab699951300c52bb940504a9849ec23f9b5536
sha256 17954bf766086f21a6c5b3bff0e1bb7d58d841550013fb924a33ed09b06120f1
sha1 363f55fbeddf6ab6e9496895fac477d5e276a5db
|
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.13.0.zip | zip | 1.2 MiB |
blake3-24 30bb6b94e88cb2468b500b5d7f944ef46664169b5e0d5785
sha256 28699d8f88a934bdbaa038c74a5ce342b9dbef1b12d88f96afc588839c73caae
sha1 9704cc5680251f57992055e51e792ae438e6314b
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v1.13.0.tar.gz"],
integrity = "sha256-F5VL92YIbyGmxbO/8OG7fVjYQVUAE/uSSjPtCbBhIPE=",
strip_prefix = "openfga-v1.13.0",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.13.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.13.0
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.13.0.tar.gz"],
integrity = "sha256-F5VL92YIbyGmxbO/8OG7fVjYQVUAE/uSSjPtCbBhIPE=",
strip_prefix = "openfga-v1.13.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.13.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.13.0