openfga @ v1.8.3
integrity
- size
- 713.2 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
Added
- Improve
Checkperformance for Userset relationships that include set operations. Enable via experimental flagenable-check-optimizations. #2140 - Add
nameas a filter toListStores. The name parameter instructs the API to only include results that match that name. #2103 - Additional guard against nil context at the time of server initialization #2187
Fixed
- Ensure Check Cache Key considers
contextual_tupleconditions and their contexts #2160.
New Contributors
- @kalleep made their first contribution in https://github.com/openfga/openfga/pull/2103
Full Changelog: https://github.com/openfga/openfga/compare/v1.8.2...v1.8.3
download
unix · zip
curl -fL -o v1.8.3.zip https://ratatoskr.space/pkg/openfga/v1.8.3.zip
printf '%s %s\n' '58dabc4a39737b99aa5b635a60226b0e959511d298ec6b0b6ea46e57c966c16d' 'v1.8.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.8.3.zip"
$out = "v1.8.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "58dabc4a39737b99aa5b635a60226b0e959511d298ec6b0b6ea46e57c966c16d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.8.3.tar.gz https://ratatoskr.space/pkg/openfga/v1.8.3.tar.gz
printf '%s %s\n' '0e16490eb7ebdbf7449d012b3186cbffefa0f172782ff0d6b741dea1c7c46f55' 'v1.8.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.8.3.tar.gz"
$out = "v1.8.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0e16490eb7ebdbf7449d012b3186cbffefa0f172782ff0d6b741dea1c7c46f55") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.8.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.3.zip
printf '%s %s\n' '58dabc4a39737b99aa5b635a60226b0e959511d298ec6b0b6ea46e57c966c16d' 'v1.8.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.3.zip"
$out = "v1.8.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "58dabc4a39737b99aa5b635a60226b0e959511d298ec6b0b6ea46e57c966c16d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.8.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.3.tar.gz
printf '%s %s\n' '0e16490eb7ebdbf7449d012b3186cbffefa0f172782ff0d6b741dea1c7c46f55' 'v1.8.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.3.tar.gz"
$out = "v1.8.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0e16490eb7ebdbf7449d012b3186cbffefa0f172782ff0d6b741dea1c7c46f55") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.8.3.zip | zip | 715.1 KiB |
blake3-24 94f63358896083eb614fe30fcc96a7095a0ef7b8df7d52f4
sha256 58dabc4a39737b99aa5b635a60226b0e959511d298ec6b0b6ea46e57c966c16d
sha1 95268acc2ff31f8ae9c423a3e63463830952e644
|
| v1.8.3.tar.gz | tar.gz | 536.8 KiB |
blake3-24 cb96837a69d46c82142093e76b2ae50b721d39aa09b34f19
sha256 0e16490eb7ebdbf7449d012b3186cbffefa0f172782ff0d6b741dea1c7c46f55
sha1 3de9ead160fe1b5be6899c80f960c51b7942837b
|
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.8.3.zip | zip | 724.5 KiB |
blake3-24 2cb727ce30b065e06416bb1fb0cb62daa86deedd0416b887
sha256 d5882552ba693361dcb26385a2dd75911f1182254fe5f4897effed4c0dd8de8a
sha1 8e39723eb2cd482c1347bd00b1b1fad0a4892e83
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v1.8.3.tar.gz"],
integrity = "sha256-DhZJDrfr2/dEnQErMYbL/++g8XJ4L/DWt0HeocfEb1U=",
strip_prefix = "openfga-v1.8.3",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.8.3.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.8.3
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.3.tar.gz"],
integrity = "sha256-DhZJDrfr2/dEnQErMYbL/++g8XJ4L/DWt0HeocfEb1U=",
strip_prefix = "openfga-v1.8.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.8.3.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.8.3