openfga @ v1.11.2
integrity
- size
- 988.9 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/openfga/openfga
release notes
What's Changed
Fixed
- Fixed an issue with the
InMemoryCacheController(the default cache controller when enabled) where cached Check responses were not invalidated after a write to the store. Previously, invalidation only occurred if multiple Checks were triggered in rapid succession after a write. #2811 - Update toolchain go version to 1.25.5 to address CVE-2025-61729 in the go std lib.
New Contributors
- @saad-h1 made their first contribution in https://github.com/openfga/openfga/pull/2811
- @step-security-bot made their first contribution in https://github.com/openfga/openfga/pull/2830
Full Changelog: https://github.com/openfga/openfga/compare/v1.11.1...v1.11.2
download
unix · zip
curl -fL -o v1.11.2.zip https://ratatoskr.space/pkg/openfga/v1.11.2.zip
printf '%s %s\n' '2eafb75e8d5be8df211dc4623d4a5a4240a48435f86bc1e04349e935188ac346' 'v1.11.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/openfga/v1.11.2.zip"
$out = "v1.11.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2eafb75e8d5be8df211dc4623d4a5a4240a48435f86bc1e04349e935188ac346") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.11.2.tar.gz https://ratatoskr.space/pkg/openfga/v1.11.2.tar.gz
printf '%s %s\n' 'ed2f4c50c709022dccc0eea621abeda9bdd35e65a7dab9d78dd2607110ee2b07' 'v1.11.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/openfga/v1.11.2.tar.gz"
$out = "v1.11.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ed2f4c50c709022dccc0eea621abeda9bdd35e65a7dab9d78dd2607110ee2b07") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.11.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.11.2.zip
printf '%s %s\n' '2eafb75e8d5be8df211dc4623d4a5a4240a48435f86bc1e04349e935188ac346' 'v1.11.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.11.2.zip"
$out = "v1.11.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2eafb75e8d5be8df211dc4623d4a5a4240a48435f86bc1e04349e935188ac346") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.11.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.11.2.tar.gz
printf '%s %s\n' 'ed2f4c50c709022dccc0eea621abeda9bdd35e65a7dab9d78dd2607110ee2b07' 'v1.11.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.11.2.tar.gz"
$out = "v1.11.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ed2f4c50c709022dccc0eea621abeda9bdd35e65a7dab9d78dd2607110ee2b07") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.11.2.zip | zip | 992.4 KiB |
blake3-24 42ed2e69863f6861fdb6fc3f833220ce91842c1af05a9229
sha256 2eafb75e8d5be8df211dc4623d4a5a4240a48435f86bc1e04349e935188ac346
sha1 4cc268eb8bcc00f8dab10b65df2397e0b4b18293
|
| v1.11.2.tar.gz | tar.gz | 787.2 KiB |
blake3-24 28d3f950b1e12e77bf37507e177b9f95046a04b22eb9408f
sha256 ed2f4c50c709022dccc0eea621abeda9bdd35e65a7dab9d78dd2607110ee2b07
sha1 6bbd326c80b1639d7e6431bd1bf4a961d2e9ed0f
|
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.11.2.zip | zip | 1003.5 KiB |
blake3-24 8a4acf712fb456499a9ff10410eec1cf1724926999d7611f
sha256 6986155118a4be33148c070459a8adac21a41e6371fa31d09d1d43b753b9197b
sha1 530a14994a17520a91e8abb36444646d884e6f98
|
install
bazel
http_archive(
name = "openfga",
urls = ["https://ratatoskr.space/pkg/openfga/v1.11.2.tar.gz"],
integrity = "sha256-7S9MUMcJAi3MwO6mIavtqb3TXmWn2rnXjdJgcRDuKwc=",
strip_prefix = "openfga-v1.11.2",
)
zig
.url = "https://ratatoskr.space/pkg/openfga/v1.11.2.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/openfga@v1.11.2
install via yggdrasil mesh
bazel
http_archive(
name = "openfga",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.11.2.tar.gz"],
integrity = "sha256-7S9MUMcJAi3MwO6mIavtqb3TXmWn2rnXjdJgcRDuKwc=",
strip_prefix = "openfga-v1.11.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga/v1.11.2.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/openfga@v1.11.2