openfga @ v1.10.2
integrity
- size
- 948.3 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Changed
- Bumped the version of openfga/language/pkg to a version of the weighted graph that includes recursive relation detection. https://github.com/openfga/openfga/pull/2716
- Log the reason on server failure start https://github.com/openfga/openfga/pull/2703
Fixed
- Fixed a bug where experimental ReverseExpand constructed the underlying check relation incorrectly for intersection and exclusion in ListObjects. https://github.com/openfga/openfga/pull/2721
New Contributors
- @mblottiere made their first contribution in https://github.com/openfga/openfga/pull/2703
Full Changelog: https://github.com/openfga/openfga/compare/v1.10.1...v1.10.2
download
unix · zip
curl -fL -o v1.10.2.zip https://ratatoskr.space/pkg/openfga/v1.10.2.zip
printf '%s %s\n' 'c0bd236a03b2a0b96ad4373b45081db4de10d3decf2265f75da49b7974ae0c45' 'v1.10.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.10.2.zip"
$out = "v1.10.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c0bd236a03b2a0b96ad4373b45081db4de10d3decf2265f75da49b7974ae0c45") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.10.2.tar.gz https://ratatoskr.space/pkg/openfga/v1.10.2.tar.gz
printf '%s %s\n' 'aa598d2b92da0e9c52646e65e911116ff306770a91178a4c51bd60e75da0a65b' 'v1.10.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.10.2.tar.gz"
$out = "v1.10.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aa598d2b92da0e9c52646e65e911116ff306770a91178a4c51bd60e75da0a65b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.10.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.10.2.zip
printf '%s %s\n' 'c0bd236a03b2a0b96ad4373b45081db4de10d3decf2265f75da49b7974ae0c45' 'v1.10.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.10.2.zip"
$out = "v1.10.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c0bd236a03b2a0b96ad4373b45081db4de10d3decf2265f75da49b7974ae0c45") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.10.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.10.2.tar.gz
printf '%s %s\n' 'aa598d2b92da0e9c52646e65e911116ff306770a91178a4c51bd60e75da0a65b' 'v1.10.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.10.2.tar.gz"
$out = "v1.10.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "aa598d2b92da0e9c52646e65e911116ff306770a91178a4c51bd60e75da0a65b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.10.2.zip | zip | 951.2 KiB |
blake3-24 93d01138ff1fba41613fc53fec63188dc41788c4fb5d2ad2
sha256 c0bd236a03b2a0b96ad4373b45081db4de10d3decf2265f75da49b7974ae0c45
sha1 25d6c9690f1fc36615c316405d465d336f2b5b06
|
| v1.10.2.tar.gz | tar.gz | 751.0 KiB |
blake3-24 c00c9746038e068888bd756adb10934557f9c41439c10c88
sha256 aa598d2b92da0e9c52646e65e911116ff306770a91178a4c51bd60e75da0a65b
sha1 c795cb87320dd661cfc9bd2198f5d4b69ea32236
|
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.10.2.zip | zip | 961.8 KiB |
blake3-24 16d83e412db9e9b9dfa88626dfee0d9e1a1814fd0dfbf551
sha256 2b2f5a5abe8f364e92658d8d3c68a0d72d57b21250a1e99c8ad461b44097e8c6
sha1 9582a439d6f4b5743123fd6b39808cddb7b4479e
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v1.10.2.tar.gz"],
integrity = "sha256-qlmNK5LaDpxSZG5l6RERb/MGdwqRF4pMUb1g512gpls=",
strip_prefix = "openfga-v1.10.2",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.10.2.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.10.2
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.10.2.tar.gz"],
integrity = "sha256-qlmNK5LaDpxSZG5l6RERb/MGdwqRF4pMUb1g512gpls=",
strip_prefix = "openfga-v1.10.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.10.2.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.10.2